SDLGASDec 29, 2020

Detecting COVID-19 from Breathing and Coughing Sounds using Deep Neural Networks

arXiv:2012.14553v173 citations
AI Analysis

This research offers a low-cost, ubiquitous pre-testing method for COVID-19, which is particularly beneficial for developing countries with limited testing capacity.

This paper addresses the challenge of low-cost COVID-19 pre-testing, particularly in developing countries, by using deep neural networks to detect the virus from breathing and coughing sounds. The proposed ensemble of Convolutional Neural Networks achieved an Unweighted Average Recall (UAR) of 74.9% and an Area Under ROC Curve (AUC) of 80.7%.

The COVID-19 pandemic has affected the world unevenly; while industrial economies have been able to produce the tests necessary to track the spread of the virus and mostly avoided complete lockdowns, developing countries have faced issues with testing capacity. In this paper, we explore the usage of deep learning models as a ubiquitous, low-cost, pre-testing method for detecting COVID-19 from audio recordings of breathing or coughing taken with mobile devices or via the web. We adapt an ensemble of Convolutional Neural Networks that utilise raw breathing and coughing audio and spectrograms to classify if a speaker is infected with COVID-19 or not. The different models are obtained via automatic hyperparameter tuning using Bayesian Optimisation combined with HyperBand. The proposed method outperforms a traditional baseline approach by a large margin. Ultimately, it achieves an Unweighted Average Recall (UAR) of 74.9%, or an Area Under ROC Curve (AUC) of 80.7% by ensembling neural networks, considering the best test set result across breathing and coughing in a strictly subject independent manner. In isolation, breathing sounds thereby appear slightly better suited than coughing ones (76.1% vs 73.7% UAR).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes