AFEN: Respiratory Disease Classification using Ensemble Learning
Rahul Nadkarni, Emmanouil Nikolakakis, Razvan Marinescu

TL;DR
AFEN is an ensemble learning model combining CNN and XGBoost that achieves state-of-the-art accuracy in classifying respiratory diseases from audio data, with improved robustness and reduced training time.
Contribution
This paper introduces AFEN, a novel ensemble approach that fuses CNN and XGBoost for respiratory disease classification from audio, outperforming existing methods.
Findings
Achieves state-of-the-art Precision and Recall metrics.
Reduces training time by 60%.
Demonstrates robustness with augmented data.
Abstract
We present AFEN (Audio Feature Ensemble Learning), a model that leverages Convolutional Neural Networks (CNN) and XGBoost in an ensemble learning fashion to perform state-of-the-art audio classification for a range of respiratory diseases. We use a meticulously selected mix of audio features which provide the salient attributes of the data and allow for accurate classification. The extracted features are then used as an input to two separate model classifiers 1) a multi-feature CNN classifier and 2) an XGBoost Classifier. The outputs of the two models are then fused with the use of soft voting. Thus, by exploiting ensemble learning, we achieve increased robustness and accuracy. We evaluate the performance of the model on a database of 920 respiratory sounds, which undergoes data augmentation techniques to increase the diversity of the data and generalizability of the model. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCOVID-19 diagnosis using AI
