It's a hard problem to work around which is rooted in the data available. I published this paper while I was at Google: https://www.nature.com/articles/s41591-019-0447-x The only data we were able to get at the time was mostly white patients. We talked to many hospitals but many were/are reluctant to share anonymized data for research. I'm not at Google so I'm not sure the status of the project now, but there was a r…
Honest question: does it really matter for lung cancer? Is there much difference between races in this particular field?
Medicine's Machine Learning Problem
21–30 of 112 posts
Re: Medicine's Machine Learning Problem
#22I'm an eye surgeon and self-taught machine learning practitioner, I started to learn Python in 2016 when the deep learning hype was at his highest. After 3 years of research, playing with datasets, extracting and cleaning data from EMR and from different machines, I not sure that the biggest problem with the so-called "AI" is the inequalities that it can induce ; it is rather, is it useful at all ? This is a little b…
Re: Medicine's Machine Learning Problem
#23I'm an eye surgeon and self-taught machine learning practitioner, I started to learn Python in 2016 when the deep learning hype was at his highest. After 3 years of research, playing with datasets, extracting and cleaning data from EMR and from different machines, I not sure that the biggest problem with the so-called "AI" is the inequalities that it can induce ; it is rather, is it useful at all ? This is a little b…
Re: Medicine's Machine Learning Problem
#24So, using algorithmic decision making should be as bias free as possible, but there is no way that across the board they will be more biased than humans are now. If people care about marginalized communities, they should push with everything they got for, not oppose, ML decision making.
Re: Medicine's Machine Learning Problem
#25It's a hard problem to work around which is rooted in the data available. I published this paper while I was at Google: https://www.nature.com/articles/s41591-019-0447-x The only data we were able to get at the time was mostly white patients. We talked to many hospitals but many were/are reluctant to share anonymized data for research. I'm not at Google so I'm not sure the status of the project now, but there was a r…
Just to qualify, you mean for the USA alone? It seems to me that part of the challenge is recognizing that the research needs to take place beyond just Western countries, or acknowledging it where such research is already occurring. Understandably many people would not be so comfortable with Google accessing patient data from around the world, so the next challenge is how diverse and global data can be protected so that important medical research can take place without any compromise of privacy.
The challenge is hard but surely not impossible, as this was the approach taken by the AstraZeneca-Oxford (and others) which conducted part of its covid vaccine trials in South Africa to test efficacy on non-white populations.
Re: Medicine's Machine Learning Problem
#26It's a hard problem to work around which is rooted in the data available. I published this paper while I was at Google: https://www.nature.com/articles/s41591-019-0447-x The only data we were able to get at the time was mostly white patients. We talked to many hospitals but many were/are reluctant to share anonymized data for research. I'm not at Google so I'm not sure the status of the project now, but there was a r…
I certainly see and empathize where you are coming from. However, I would like to add that it kind of makes sense that you’d have more white people with scans available. Focusing on the USA for a second (and note that this likely applies elsewhere too, since screening programs are really only in full force in developed countries which, surprise surprise, are predominantly white). Non white patients don’t get screened…
Look at global population statistics. While there are no official global figures for ethnicity, we can make some simple inferences based on continental distribution [1]:
North America + Europe combined (17.19%) is barely as much as Africa (17.2%), and this is ignoring the fact that a good part of the North American population is non-white. There is nothing "inherent" about there being less non-white patients. The issue is inbalanced access to health care and screening programmes, but that is not inherent.
This is without even mentioning that Asia accounts for almost 60% of the global population.
[1] https://en.wikipedia.org/wiki/Demographics_of_the_world#2020...
Re: Medicine's Machine Learning Problem
#27It's a hard problem to work around which is rooted in the data available. I published this paper while I was at Google: https://www.nature.com/articles/s41591-019-0447-x The only data we were able to get at the time was mostly white patients. We talked to many hospitals but many were/are reluctant to share anonymized data for research. I'm not at Google so I'm not sure the status of the project now, but there was a r…
Given economic realities and racist history (consider what happened in Tuskegee as one example), in the US you would need to provide free screenings to poor people under circumstances that convinced people of color they can trust you while signing the documents to let you have their data.
This is a fairly high bar to meet and one most studies are probably making zero effort to really meet.
I'm part Cherokee and I follow a lot of Natives on Twitter due to sincere and legitimate interest in my Native heritage, but the world deems me to be a White woman so I am sometimes met with hostility simply for trying to talk with Native people while looking too White to be trustworthy. Prior positive engagement with specific individuals seems to carry little weight and be rapidly forgotten. The slightest misstep and, welp, "she's an evil White bitch, here to fuck over the Natives -- like they always are!"
I'm not blaming people of color for feeling that way. I'm just saying that's the reality you are up against.
As someone who spent some years homeless and got a fair amount of "help" offered of the "God, you clearly are an idiot causing your own problems and need a swift kick in the teeth as part of my so-called help" variety, I really sympathize with such reactions.
White people often have little to no understanding of the lives of people of color and little to no desire to try to really understand because really understanding it involves understanding systemic racism in a way that tends to make Whites very uncomfortable. It veers uncomfortably close to self-accusation to honestly try to see how the world is experienced by such people.
Re: Medicine's Machine Learning Problem
#28I'm an eye surgeon and self-taught machine learning practitioner, I started to learn Python in 2016 when the deep learning hype was at his highest. After 3 years of research, playing with datasets, extracting and cleaning data from EMR and from different machines, I not sure that the biggest problem with the so-called "AI" is the inequalities that it can induce ; it is rather, is it useful at all ? This is a little b…
May I suggest, in response to your sentiment that applications of AI to medicine are lacking, is that you are seeing applications replace current medical practices. An AI diagnosis of a medical image seems redundant indeed, however in this situation a patient has seen a doctor out of complaints and has been sent to the radiologist for further investigation. This medical practice is reactionary, and suspicions are alr…
https://www.cochrane.dk/news/new-study-finds-breast-cancer-s...
Re: Medicine's Machine Learning Problem
#29I'm an eye surgeon and self-taught machine learning practitioner, I started to learn Python in 2016 when the deep learning hype was at his highest. After 3 years of research, playing with datasets, extracting and cleaning data from EMR and from different machines, I not sure that the biggest problem with the so-called "AI" is the inequalities that it can induce ; it is rather, is it useful at all ? This is a little b…
I had a similar revelation. I sat through an AI for health presentation and basically asked “ok, so you take a data set then try and find a set of rules that accurately describes...like a linear regression?”
As you said, it’s more sophisticated than that, but in essence, yes, it’s fitting a curve to data.