from Hacker News

AI model detects asymptomatic Covid-19 infections through phone-recorded coughs

by agsamek on 10/31/20, 10:23 AM with 74 comments

  • by hdbsjdk848j on 10/31/20, 1:47 PM

    A few caveats...

    1. They trained and tested on a balanced dataset, which is very unlike the data distribution this algorithm would see “in the wild”. Under real world prescreening conditions the data would likely be extremely unbalanced toward the negative class, and also be subject to drift over time.

    2. They seem to have identified positive subjects through a questionnaire not via clinical chemistry diagnostics; so (a) it is unclear whether their training labels are correct, and (b) they may have completely missed the asymptomatic population.

    3. As mentioned in another comment ca. 5000 patients and 250K samples is not a lot considering the size and diversity of the population(s) where this would be deployed.

    Disclaimer: I gave the article the brief high level scan treatment so I could be wrong about any or all of these. Please correct me if I am mistaken.

  • by krajzeg on 10/31/20, 6:31 PM

    One argument for not getting excited just yet:

    This was not a blinded clinical trial. The subjects all knew whether they have COVID-19 or not and knowing how strong psychological effects can be, what's detectable in their cough might be their knowledge they're sick. The researchers even acknowledge in the paper that "sentiment" is a big part of how a forced cough sounds.

    What's worrying is also how little of the data was from a diagnostic test (over half of "positive" samples were "self-diagnosed" COVID-19, whatever that means).

    I don't think FDA or any other regulatory body would accept such an app as a screening tool without a proper trial being done.

    If it works, that would be the most practical and coolest application of ML I've seen - but it still feels like something from the "too good to be true" category at the moment.

  • by graeme on 10/31/20, 10:30 AM

    Notably this works on asymptomatic forced coughs. 17% false positive rate but 98.5% true positive rate. Extremely interesting.
  • by burlesona on 10/31/20, 1:36 PM

    If this really works, this could be the biggest news of the year. Assuming they get FDA approval for this app, we would suddenly have a free, instantly scalable, instantly available test that catches the vast majority of true positives. You could very easily set these up at all public places and require people to check before entry. If that happens you don’t even have to require people to self-test at home, they’ll do it voluntarily to know in advance whether they’ll be let in at their destination.

    The final and most difficult step would be effective quarantine of infected individuals, some of whom are likely to try and go to work anyway etc.

    But even if you assume nothing more than voluntary self-quarantine etc, I would expect this to drive R0 below 1 very quickly, as the vast majority of infected would stay home and thus cease to spread the disease.

    Finally, if all of the above where to come true, I think this could go down in history as the first truly life-changing AI discovery, and potentially one of the biggest watershed moments in recent history.

    Obviously we’re not there yet, but I am very optimistic and excited after reading the story.

  • by heinrichf on 10/31/20, 2:26 PM

    Discussion on /r/MachineLearning with caveats here: https://www.reddit.com/r/MachineLearning/comments/jkrzlt/d_a...
  • by elil17 on 10/31/20, 12:48 PM

    Reading the headline, I got really nervous imagining how many people would assume that a negative on the cough app means they are COVID-free and then go out and infect everyone.

    However, reading the article, it seems like the false negative rate is really low. It sounds like this could be an incredibly effective screening tool.

  • by piker on 10/31/20, 12:53 PM

    Relevant paper seems to be: https://ieeexplore.ieee.org/document/9208795

    Looks incredible. Hopefully the weights and code are released quickly.

  • by curiousllama on 10/31/20, 9:19 PM

    There's a reason they published this in an engineering journal, not medical one. It's very cool, but in terms of practical use, is in the realm of "maybe it's worth doing a real medical study to see if this works" - a valuable contribution, no doubt, but a not really a contribution to diagnostics in itself (yet).

    That said, I like that they're thinking outside the box on this one. A free digital test with a low false negative rate would be a game changer.

  • by Jabbles on 10/31/20, 12:58 PM

    This sounds extremely useful, if it's as accurate as it sounds - scaling this up to test literally billions of people a day would be a major factor in controlling the pandemic, and far easier than scaling physical tests.
  • by dariosalvi78 on 10/31/20, 2:01 PM

    I tried to propose this idea at the beginning of the pandemic to a bunch of pulmonologists, some also very active in research, but received no interest at all.

    Anyway, happy that someone else is doing it.

  • by mamon on 10/31/20, 2:46 PM

    Minor nitpick: if there is cough involved, then those infections are not really asymptomatic, right?
  • by nostrademons on 10/31/20, 1:10 PM

    Also relevant: look at the Google Trends graph for "loss of taste", both over time and the geographic distribution:

    https://trends.google.com/trends/explore?q=loss%20of%20taste...

  • by FrancisOfAssisi on 10/31/20, 10:30 PM

    Could not find examples of a "Covid-19 cough" on the WWW! Every link I clicked on was spammed to death and I couldn't find any sound files.

    Does anyone have a link to a sound file that is a good example of a "Covid-19 cough"? I would appreciate it!

  • by dsukhin on 10/31/20, 1:26 PM

    > A user could log in daily, cough into their phone, and instantly get information...

    While this model is indeed extremely useful and interesting work, this seemingly casual quote gives new meaning to how unsanitary our phones really are/can be.

  • by Kreotiko on 10/31/20, 1:19 PM

    I am no expert but isn’t 200k sample a low number? I am worried about false positive
  • by m463 on 10/31/20, 5:30 PM

    Now that you or your employer have agreed to the terms and conditions of facetime/zoom/teams/webex/skype/etc, we now have an opportunity to identify and detai... market to coronavirus sufferers.
  • by Areading314 on 10/31/20, 7:03 PM

    The way this is reported doesn't give that much information. It says it has a high true positive rate, but what is the false-positive rate? A test isn't useful if there is a high rate of these.
  • by dwheeler on 10/31/20, 6:51 PM

    This sounds too good to be true. I want to see a double-blind test done ASAP.

    I'm rather skeptical, but the potential upsides are so huge that it's worth rapid additional investigation.

  • by verroq on 10/31/20, 12:57 PM

    Now we just need to install public safety microphones† in every home and public space to prevent the spread of disease.

    You are not against public health are you citizen? You aren’t hiding any covid patients are you?

    † AKA telescreens

  • by sieste on 10/31/20, 3:14 PM

    Once this becomes widely available as a free app, people will figure out quickly how to cough in a way that gets the desired result.
  • by gfodor on 10/31/20, 4:24 PM

    If this works out this will go down as the most incredible application of ML ever.
  • by blackrock on 11/1/20, 1:17 AM

    This sounds like a bad usage of machine learning. Unless the Covid cough sounds distinctly the same, then there might just be too many false positives that can come from this. Or even a false negative.
  • by Tycho on 10/31/20, 4:46 PM

    I remember back in March a lot of people (within the field) saying AI folk should stand back and let the medical/virology community deal with Covid. This sort of thing puts paid to that attitude, IMO.
  • by vaccinator on 10/31/20, 5:05 PM

    Sounds like a job for the NSA
  • by asdev on 10/31/20, 1:42 PM

    how do you select the features for a model like this?
  • by propogandist on 10/31/20, 5:08 PM

    what a perfect way to make the ongoing domestic spying seem like it's for "public saftey".
  • by IgorPartola on 10/31/20, 1:44 PM

    I want an Amazon Echo skill to screen anyone before they come to my house :)

    Seriously, this is incredibly and if this is verified to work could be a game changer. The real thing we need to do is all get tested at once on the same day at the same time. Then those who are positive need to isolate for 2-3 weeks until they are negative again. That would completely reset us back to nearly zero. Then do this again 2-3 times and we could shove this demon back into the bottle.