Slashdot Mirror


AI Better Than Dermatologists At Detecting Skin Cancer, Study Finds (cbsnews.com)

An anonymous reader quotes a report from CBS News: For the first time, new research suggests artificial intelligence may be better than highly-trained humans at detecting skin cancer. A study conducted by an international team of researchers pitted experienced dermatologists against a machine learning system, known as a deep learning convolutional neural network, or CNN, to see which was more effective at detecting malignant melanomas. The results? 'Most dermatologists were outperformed by the CNN,' the researchers wrote in their report, published in the journal Annals of Oncology. Fifty-eight dermatologists from 17 countries around the world participated in the study. More than half of the doctors were considered expert level with more than five years' experience. Nineteen percent said they had between two to five years' experience, and 29 percent had less than two years' experience. At first look, dermatologists correctly detected an average of 87 percent of melanomas, and accurately identified an average of 73 percent of lesions that were not malignant. Conversely, the CNN correctly detected 95 percent of melanomas. The study has been published in the journal Annals of Oncology.

7 of 60 comments (clear)

  1. Re:Bedside? by 0100010001010011 · · Score: 2, Insightful

    And this is why healthcare in the US is so expensive.

    Who cares? I want an accurate fast cheap diagnosis. Not a happy ending massage.

  2. Re:Bedside? by AvitarX · · Score: 3, Insightful

    I'm more wondering how it did on the identification of non malignant lesions.

    I could identify 100% with an algorithm that just kicked out yes, but if I got 0% of the non malignant ones, it's not very useful.

    It looks like doctors got 87% of the bad ones and falsely identified 21% of non malignant as bad, the computer getting 95% of the bad ones.

    Or I completely misunderstood the summary because I don't know medicine.

    --
    Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
  3. Conclusion by bankman · · Score: 3, Insightful

    The obvious conclusion is therefore not to train more doctors to correctly diagnose melanomas but to have them photograph parts of your body and submit the pictures to an IT system which will in turn deliver a diagnosis. While this may be beneficial for a health system in general (not necessarily the US, where the CNN diagnosis will of course be an order of magnitutde more expensive than traditional methods...) it may lead to less well trained physicians in front of the patient. Which may sound like technophobia is in fact happening, or rather has been happening for quite some time. Many orthopedic and trauma surgeons solely rely on imaging systems for diagnosis, while older clinicians or those trained in less advanced health systems could perform reliable first diagnosis with conventional means. You can stilll witness this in parts of Germany with physicians trained in the GDR.

    In theory, modern technology should supplement experience when in fact it far too often replaces it, increasing the overall financial burden to the system.

    --
    I feel so sig.
  4. Re:one more thing... by Anonymous Coward · · Score: 2, Insightful

    As a technical architect, I'd like to know how often I am going to have to back up the state of a neural net doing Computer Aided Diagnosis on CT and MR datasets so I can restore it when it starts to get worse at finding lung nodules and not better ..

    You don't "restore it", you publish only the best model you have, and if you collect more data, you retrain it until you produce a better model.

    Letting your AI train on any dataset you throw at it constantly without checking it for class balance, content, and output quality is a fun experiment, but that's not how you do it in the real world.

    If performance for a given model "gets worse", it's usually because the input quality/distribution you give it changes.

  5. It's a tool, not a profession by sjbe · · Score: 3, Insightful

    Years of schooling only to be replaced by a tech and AI (if a tech is even needed for imaging)...

    That's like arguing that a code library and compiler can replace a programmer. It might change the tasks they have to deal with but it doesn't eliminate the job. If you think something like this is going to replace dermatologists you have no idea what they actually do.

    Where can I send my dick pics... I mean epidermal selfies?

    I think this says everything we need to know about you.

  6. It's all about the false negatives by sjbe · · Score: 3, Insightful

    "AI better at something" is likely to become very common., in many fields.

    But that doesn't always mean what people think it means. In this case for instance it doesn't matter if the AI is marginally better at guessing whether a lesion is melanoma from a picture because that isn't how melanoma is actually diagnosed. If the doctor even suspects a small chance of melanoma they are going to biopsy the tissue and send it to pathology where the pathologist tells them what it really is to the best of out knowledge. No dermatologist is going to treat a melanoma without a biopsy. The only important detail here is that the number of false negatives be as small as possible. When it doubt, cut it out. There should be some amount of false positives if the doctor is doing his job correctly. Obviously we want as few of these as possible but it's not the critical issue.

    Technology like this isn't going to replace dermatologists. It's just going to become a supplemental tool to help ensure consistency of care and to help ensure more accurate results.

  7. Net benefit seems positive by sjbe · · Score: 4, Insightful

    I think that it's the canary in the coal mine for many medical fields.

    I think you are worrying about it more than is justified. My wife is a pathologist so I'm watching this issue closely but so far the net benefit seems to be positive.

    Image processing neural nets are getting more powerful and more accessible for hospitals and (more importantly) large hospital networks.

    I see little evidence we are danger of them getting powerful enough any time soon to start seriously denting the number of doctors needed. I think they will impact how the doctors do their job (and that's probably good) but mostly in the sense of removing a lot of needless busywork and improving quality of care.

    This expands well beyond dermatologists. No reason why similar image processing techniques can't be used in radiology, reducing a health system's need to hire more radiologists. Or echocardiogram and electrocardiogram interpretation, freeing up the time of cardiologists (so less cardiologists need to be hired in the future).

    I worked in a radiology clinic about 15 years ago where they were using this sort of tech to help with diagnosis. It helps the radiologist do their job better. It doesn't replace the radiologist. (or pathologist or cardiologist etc) To reduce head count you need to have it have enough of an impact to be a step function. I don't think we are in any real danger of that happening any time soon. Even if we did though it will just change some jobs. My wife is an AP/CP pathologist so instead of looking through a microscope most of the day she might end up looking at a monitor or even reading reports more like a clinical pathologist. That's not a bad thing, it's just different.