Challenges for Artificial Intelligence in Medicine
11–20 of 48 posts
Re: Challenges for Artificial Intelligence in Medicine
#12(OP here) We spend a lot of time thinking about how to make AI succeed in medicine. Given that so many efforts, including MYCIN, have been tried and failed before, one of the key questions to answer is "Why now?" In other words, what has changed in the world which will let AI succeed where it has failed before? I'm curious: is anybody else here applying deep learning, or any other subfield of AI, to healthcare? If so…
They've hit the point of gaining enough training data and were moving onto the next phase where they wanted to utilize deep learning to help augment the doctors decision making. There's a ton of red tape here with the FDA but that was the near term goal. Augment the doctors decision making but not replace them.
I believe they'll succeed in doing this one way or another. We had talked about also pairing brain imaging data with genetic data (eg. Alzheimers and mutations on APOE). The critical things we talked about were how we actually train the different models, what a sequential approach towards this type of software development would look like, etc. We believed that the most pertinent focus point would need to be a refined supervised deep learning model.
I can definitely sympathize with the complexities of deep learning in healthcare.
Re: Challenges for Artificial Intelligence in Medicine
#13(OP here) We spend a lot of time thinking about how to make AI succeed in medicine. Given that so many efforts, including MYCIN, have been tried and failed before, one of the key questions to answer is "Why now?" In other words, what has changed in the world which will let AI succeed where it has failed before? I'm curious: is anybody else here applying deep learning, or any other subfield of AI, to healthcare? If so…
From the abstract: "MYCIN received an acceptability rating of 65% by the evaluators; the corresponding ratings for acceptability of the regimen prescribed by the five faculty specialists ranged from 42.5% to 62.5%." So, better than the human experts considered individually.
Expert systems are able to explain their reasoning, which is essential if they are to be used for diagnosis. Neural networks cannot.
Deep learning and similar approaches might be useful in two areas though: interpretation of images, e.g. what's on this X-ray or ultrasound scan, or what type of rash is this; and undiscovered associations, e.g. are patients who were given drug X combined with drug Y for disease P more likely to get disease Q later on in life?
Deep learning in medicine also has a downside even supposing it works: lots of patient records are required, and anonymous ones can be linked to they people they describe, so there's a confidentiality problem.
PS I notice that you appear to be agreeing with my in your article: "This was the MYCIN project, and in spite of the excellent research results, it never made its way into clinical practice." and even refer to the same paper, so we're really just using different criteria for success/failure. One of the problems of expert systems was getting them adopted by end users. I don't see how using neural networks will be any different in that regard.
Re: Challenges for Artificial Intelligence in Medicine
#14I'm working with a few people on ML applications for medical image segmentation, in Finland and south east Asia. I think ML aided diagnosis will be commonplace pretty soon. Here in the UK, DeepMind has been doing interesting work on retinal and radiology images with NHS. While I agree that large enough quantities of labeled data and legal access to it can be hard to get, interestingly, there are many more low hanging…
Re: Challenges for Artificial Intelligence in Medicine
#15(OP here) We spend a lot of time thinking about how to make AI succeed in medicine. Given that so many efforts, including MYCIN, have been tried and failed before, one of the key questions to answer is "Why now?" In other words, what has changed in the world which will let AI succeed where it has failed before? I'm curious: is anybody else here applying deep learning, or any other subfield of AI, to healthcare? If so…
I've used deep learning for segmenting brain anatomical scans, and I worked in a lab that used neural networks to detect cancerous tumors. I suspect the first major hospital-facing implementations of machine learning will be in radiology, e.g.: http://suzukilab.uchicago.edu/ , which has been diagnosing cancerous tumors in CT scans with neural networks since before it was cool (one reason you won't see the terms 'deep…
Re: Challenges for Artificial Intelligence in Medicine
#16In real life, medical information often is stored as PDF or similar in the hospital information system. An interesting challenge for AI would be to encode these PDFs.
Re: Challenges for Artificial Intelligence in Medicine
#17(OP here) We spend a lot of time thinking about how to make AI succeed in medicine. Given that so many efforts, including MYCIN, have been tried and failed before, one of the key questions to answer is "Why now?" In other words, what has changed in the world which will let AI succeed where it has failed before? I'm curious: is anybody else here applying deep learning, or any other subfield of AI, to healthcare? If so…
I've used deep learning for segmenting brain anatomical scans, and I worked in a lab that used neural networks to detect cancerous tumors. I suspect the first major hospital-facing implementations of machine learning will be in radiology, e.g.: http://suzukilab.uchicago.edu/ , which has been diagnosing cancerous tumors in CT scans with neural networks since before it was cool (one reason you won't see the terms 'deep…
This is changing (shameless plug for my company http://www.pulmolux.co.uk) but medicine moves slowly preferring evolution over revolution. Having said that, I certainly detect that the scanner manufacturers (GE, Philips, Siemens, etc) having reached saturation with radiologists now have a thirst for disruption and see the referring physician as the next customer. MRI cardiology being something of an example.
Re: Challenges for Artificial Intelligence in Medicine
#18I'm working with a few people on ML applications for medical image segmentation, in Finland and south east Asia. I think ML aided diagnosis will be commonplace pretty soon. Here in the UK, DeepMind has been doing interesting work on retinal and radiology images with NHS. While I agree that large enough quantities of labeled data and legal access to it can be hard to get, interestingly, there are many more low hanging…
The interesting part is that a lot of effort is already being made to improve those systems. I even know a family doctor who was working in his spare time on improving IT infrastructure.
Re: Challenges for Artificial Intelligence in Medicine
#19(OP here) We spend a lot of time thinking about how to make AI succeed in medicine. Given that so many efforts, including MYCIN, have been tried and failed before, one of the key questions to answer is "Why now?" In other words, what has changed in the world which will let AI succeed where it has failed before? I'm curious: is anybody else here applying deep learning, or any other subfield of AI, to healthcare? If so…
Maybe the lack of adoption of machine learning (I don't like to call something AI that really isn't) is due to the fact that medicine is more demanding on high quality scientific evidence than the IT industry.
Related, Gerd Antes from Cochrane once wrote a very interesting piece on the promises of "Big Data" (which is kinda related) and that they still need to hold up to scientific evidence: http://www.labtimes.org/editorial/e_654.lasso
Re: Challenges for Artificial Intelligence in Medicine
#20I'm working with a few people on ML applications for medical image segmentation, in Finland and south east Asia. I think ML aided diagnosis will be commonplace pretty soon. Here in the UK, DeepMind has been doing interesting work on retinal and radiology images with NHS. While I agree that large enough quantities of labeled data and legal access to it can be hard to get, interestingly, there are many more low hanging…
Google should write EMR software. They would probably be pretty good at it.