Search papers, labs, and topics across Lattice.
This paper introduces QLung, a quality-adaptive angular-margin learning framework designed to enhance feature generalization in respiratory sound classification by enforcing intra-class compactness and inter-class separability. By implementing a no-reference audio quality margin based on spectral entropy and root-mean-square energy, the framework adaptively adjusts angular margins according to recording quality, which stabilizes training amidst severe class imbalance. The results demonstrate a 2.46% improvement in in-distribution performance on the ICBHI dataset and superior out-of-distribution performance on the SPRSound dataset compared to existing state-of-the-art methods.
Achieving a 2.46% boost in respiratory sound classification performance, QLung adapts angular margins based on audio quality, setting a new standard for out-of-distribution robustness.
We present a quality-adaptive angular-margin learning framework that improves feature generalization by enforcing intra-class compactness and inter-class separability. Our framework, titled QLung, introduces a no-reference audio quality margin derived from spectral entropy and root-mean-square energy, which adaptively scales angular margins based on recording quality. To this end, we propose a log-scaled angular margin that stabilizes training under severe class imbalance. We also use an angular classifier that normalizes features and class weights, ensuring margin penalties are applied consistently on the unit hypersphere. Our approach improves in-distribution performance on the ICBHI dataset by 2.46\% over the cross-entropy baseline, and most significantly, achieves the strongest out-of-distribution performance on the SPRSound dataset compared to prior state-of-the-art methods. Code is available at https://github.com/RSC-Toolkit/QLung.