Earlier quoted context omitted.
Unfortunately, there are still many cancers detected far too late for effective treatment. It sounds like you were indeed fortunate to have a less aggressive form. AI for cancer screening generally falls under the category of "Computer-Aided Detection" or CAD. The commercial and academic CAD efforts tend to be organized by the primary anatomical site of cancer and the detection method (e.g. X-Ray, CT-Scan, PET, ultra…
My cancer was finally found in my intestine. This is another opportunity. My primary oncologist and local surgeon were telling me the primary tumor, which has metastasized to a very large liver tumor, could not be found. I did my own research and found they had ordered the wrong type of imaging scan. Only after I pushed to have the correct scan (Gallium 68 PET/CT scan) was the primary tumor found. This was a "lack of…
IBM Watson Overpromised and Underdelivered on AI Health Care
101–110 of 127 posts
Re: IBM Watson Overpromised and Underdelivered on AI Health Care
#102Earlier quoted context omitted.
My company does machine learning checked by physical models. Our single biggest problem (and management is finally waking up to it) is curating the incoming data. And this is in a mature industry (oil & gas).
My biggest surprise has been how little everyone is aware of their data quality. The only explanation I've been able to come up with is that when it's all human processed, Joe 2nd-link-in-the-chain just deals with all the inconsistencies as best he can to get his job done, and never reports issues up.
Re: IBM Watson Overpromised and Underdelivered on AI Health Care
#103What actually is so hard about AI in health care? Why not just take a set of diagnostic indicators for inputs, map to conditions/treatments as outputs and train a neural net?
Except for some really common problems, like cases of influenza, every patient is unique.
AI can be used to handle simpler problems - identifying patients at risk of repeat admissions, or flagging the likelihood of dehydration for example.
Re: IBM Watson Overpromised and Underdelivered on AI Health Care
#104Earlier quoted context omitted.
Unfortunately, there are still many cancers detected far too late for effective treatment. It sounds like you were indeed fortunate to have a less aggressive form. AI for cancer screening generally falls under the category of "Computer-Aided Detection" or CAD. The commercial and academic CAD efforts tend to be organized by the primary anatomical site of cancer and the detection method (e.g. X-Ray, CT-Scan, PET, ultra…
My cancer was finally found in my intestine. This is another opportunity. My primary oncologist and local surgeon were telling me the primary tumor, which has metastasized to a very large liver tumor, could not be found. I did my own research and found they had ordered the wrong type of imaging scan. Only after I pushed to have the correct scan (Gallium 68 PET/CT scan) was the primary tumor found. This was a "lack of…
Re: IBM Watson Overpromised and Underdelivered on AI Health Care
#105Earlier quoted context omitted.
My biggest surprise has been how little everyone is aware of their data quality. The only explanation I've been able to come up with is that when it's all human processed, Joe 2nd-link-in-the-chain just deals with all the inconsistencies as best he can to get his job done, and never reports issues up.
Without those data inconsistencies to fix up every week, Joe would probably be out of a job.
It generally seems like (a) the suggestions for fixes are impractical to implement (overly detrimental effect on counterparty), (b) Joe isn't empowered organizationally to suggest fixes that will be implemented, or (c) Joe doesn't have access to the IT tools to implement fixes himself.
Re: IBM Watson Overpromised and Underdelivered on AI Health Care
#106Earlier quoted context omitted.
Without those data inconsistencies to fix up every week, Joe would probably be out of a job.
But Joe typically hates dealing with the inconsistencies, and he can tell you exactly how they could be fixed. It generally seems like (a) the suggestions for fixes are impractical to implement (overly detrimental effect on counterparty), (b) Joe isn't empowered organizationally to suggest fixes that will be implemented, or (c) Joe doesn't have access to the IT tools to implement fixes himself.
Re: IBM Watson Overpromised and Underdelivered on AI Health Care
#107Earlier quoted context omitted.
If you can tune the specifics-sensitivity curve, you should be able to handle both cases. You have to be willing to refuse to provide an answer when you have low confidence.
The existence of adversarial attacks with high confidence on virtually all production ML systems should indicate that confidence numbers are not enough to rely on.
It seems like a problem when classifying user-provided images (eg. identifying obscene images on a social network) but not so relevant when you own the sensors.
Re: IBM Watson Overpromised and Underdelivered on AI Health Care
#108Re: IBM Watson Overpromised and Underdelivered on AI Health Care
#109To me, the main mistake was the series of commercials giving the strong impression that IBM already had this incredible Artificial General Intelligence that was indistinguishable from a highly intelligent human and was solving a myriad of difficult practical problems better than any expert. I suspect that most who were well-versed in AI felt the ads were disingenuous from the start. I know I did. I think the marketin…
IBM have been doing this since Deep Blue, if not older. It's their core business model: build cool tech demos and then sell consulting deployments that use nonexistent features of the tech
Maybe I'm just naive, but I really think that strand still exists in IBM's corporate DNA. They still see this as solvable given sufficient time and effort.
Re: IBM Watson Overpromised and Underdelivered on AI Health Care
#110Earlier quoted context omitted.
The existence of adversarial attacks with high confidence on virtually all production ML systems should indicate that confidence numbers are not enough to rely on.
Do these attacks require fine control over the input? Eg. if you are scanning a patient’s body, does it matter if the model can be fooled by editing the values of individual pixels? This implies that you have a threat model where the data coming from the sensor is being manipulated, in which case all bets are off (the image could be entirely replaced). It doesn’t seem much different from a statistical model that you…