Skip to content

An SVM-based model which can recognize COVID coughs using short audio cough recordings. An attempt at the INTERSPEECH 2021 Computational Paralinguistics Sub-Challenge.

Notifications You must be signed in to change notification settings

HrithikNambiar/COVID-19-Cough-Detection

Repository files navigation

COVID-19-Cough-Detection

A SVM based model which can recognize COVID coughs using short audio cough recordings. An attempt at the INTERSPEECH 2021 Computational Paralinguistics Sub-Challenge .

Baseline paper: http://www.compare.openaudio.eu/wp-content/uploads/2021/02/Interspeech_2021_ComParE.pdf

Our attempts,results and improvements -

  1. Augmentation :

For data-augmentation, the cough data was split based on silence thereby isolating individual cough from an audio input of multiple coughs. Gaussian noise and Frequency masking applied. Audio shifted for augmentation.

This improve the Baseline scores as follows:

  • Feature extraction using opensmile and classification using SVM - 5% increase in UAR (unweighted average recall) in comparison to the baseline.
  • Feature extraction using opensmile and classification using XGBoost - 2% increase in UAR as compared to non-augmented and SVM classification as mentioned in baseline.
  • Feature extraction using Deep Spectrum and classification using SVM- 1% increase in UAR in comparison to the baseline.
  1. Attempt at implementing a BIOMARKER:

    Motivation : https://ieeexplore.ieee.org/document/9208795

    • Cough recording is split into 6 second audio chunks, padded as needed, processed with the MFCC package
    • Apply poisson mask on each example to mimic muscular degradation during cough.

The Repository for the Baseline paper: https://github.com/EIHW/ComParE2021

File structure:

ComPare2021

|--data

|-- test

|-- train

|-- val

|-- mfcc

|-- opensmile

|-- openXBow

About

An SVM-based model which can recognize COVID coughs using short audio cough recordings. An attempt at the INTERSPEECH 2021 Computational Paralinguistics Sub-Challenge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published