Crowdsourcing Game Helps Diagnose Infectious Diseases 25
Lucas123 writes "Researchers at UCLA have created an online crowdsourcing game designed to let players help doctors in key areas of the world speed the lengthy process of distinguishing malaria-infected red blood cells from healthy ones. So far, those playing the game have collectively been able to accurately diagnose malaria-infected blood cells within 1.25% of the accuracy of a pathologist performing the same task (PDF). The researchers hope that users of the game can help eliminate the high cost and sometimes poor accuracy of diagnosis in areas like sub-Saharan Africa, where malaria accounts for some 20% of all childhood deaths."
Didn't know a DDX could have the word balls in it. (Score:4, Interesting)
on one hand, gamers have been known to be gracious and kind enough to donate and keep CHild's play running.
On the other hand, gamers are dicks.
I hope this ends well.
Re: (Score:2, Interesting)
Usually it's not an issue with crowdsourcing. You rely on maybe 100 or more people classifying the same thing correctly, the key point is collective classification. See Citizen Sky for more examples.
Re:Didn't know a DDX could have the word balls in (Score:4, Funny)
Once the troll population reaches sufficent levels:
"I have a sore throat and a slight fever."
*evaluating*
*You have AIDS, leprosy, and lupus.*
applying machine learning? (Score:5, Interesting)
The benefit could be two fold. On one hand a decent classifier could 'help eliminate the high cost and sometimes poor accuracy of diagnosis.' On the other hand if a diagnostician is looking at a blood sample having a classifier give some probability of classification (ie. saying 'this sample is 90% probable to be malaria infected') could help the doctor in their diagnosis.
I'd love to work on that problem. A very quick search of google scholar and citeseer doesn't pop up anything on the subject though, and I don't see any api on the linked site.
Re:applying machine learning? (Score:5, Insightful)
Yeah, if Joe American goes in to MGH for a CT, pays north of 5k(after insurance), and learns that some unfeeling robot, rather than a tired radiologist, misdiagnosed him, it'll be malpractice lawyer time.
However, in areas where the current standard of care often doesn't include pathologist inspection of cells; because there aren't any qualified pathologists, or they are too expensive for the majority of patients, I suspect you'll find a much greater willingness to embrace the idea that you can perform the diagnosis with a glorified webcam(wasn't there some story on slashdot a little while back about some research group hacking microscope optics onto cellphone cameras?) and a nickel worth of CPU time...
It sounds crass when you say it in so many words; but what you can get away with in medicine is very much a product of what the alternative would be. If the current standard is sufficiently dire, even mediocrity counts as lifesaving. If it just so happens that machines are actually really good at this classification problem, all the better.
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re:applying machine learning? (Score:5, Insightful)
From the referenced PDF:
we also developed an automated machine learning algorithm to detect the presence of malaria parasites,
Slashdotted-ish. (Score:3)
Signed up, website still works but game is stuck at "Retrieving Authentication" on Firefox 12 and IE8 (my machine with IE9 is getting an overhaul), so guess I'll just have to wait a while to find those buggy blood cells.
Re: (Score:2, Funny)
Likewise.
/. You just let tens of thousands of people with malaria die, you insensitive clods.
Way to go,
Machine learning (Score:1)
Would it not be simpler to have the pathologist train a machine learning algorithm and then use that instead of the game?
Re: (Score:1)
Its purpose is to solve precisely the kinds of problems that arise when you simply train an ML algorithm with known inputs and outputs, and then encounter an input that appears at least partially ambigu
Use as CAPTCHA-like system? (Score:3)
I wonder if these sort of games could be implemented as a sort of Captcha challenge for niche situations. A simple yes/no diagnosis has insufficient complexity to serve as Captcha of course; you'd have to increase the difficulty by presenting a panel of several samples, multiple diseases, or require more detailed responses ("click on the abnormal Red Blood Cells").
This wouldn't be suitable for use as general purpose Captchas of course; any user seeing it for the first time won't have a clue what they're looking at. Rather, it could be used in settings where you have a body of dedicated users who repeatedly use a service over a long period of time, yet require anonymity without permanent user profiles. Forcing the users to go through initial training could be seen as a bonus, creating an additional obstacle for Mechanical-Turk workers. As an example of such a situation that pairs a persistent user pool with anonymity, consider something like 4chan.
On the downside, because it's 4chan, half your diagnosis results will be "You have AIDS (Pool's Closed)".