Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Doctors use medical images such as X-rays, MRI scans, and CT scans to look inside the body without surgery. These images can reveal broken bones, bleeding, tumors, infections, and other important signs of disease. Artificial intelligence can help by finding patterns in images that may be hard to notice quickly.

This matters because faster and more careful image review can support earlier diagnosis and better treatment decisions.

Many medical image AI systems use a type of neural network called a convolutional neural network, or CNN. A CNN learns from many labeled images, then looks for visual features such as edges, textures, shapes, and unusual regions. In a hospital, AI may highlight possible tumors or lesions with colored overlays on an X-ray, MRI, or CT scan.

The doctor still makes the final decision, using the AI as a second opinion along with medical knowledge, patient history, and other test results.

Key Facts

  • AI can mark suspicious regions on X-ray, MRI, and CT images, but a trained doctor makes the final diagnosis.
  • A convolutional neural network finds image patterns by applying filters to small regions of an image.
  • Training data = labeled examples used to teach an AI model what different medical findings look like.
  • Accuracy = correct predictions / total predictions.
  • Sensitivity = true positives / (true positives + false negatives), which measures how well a model finds real disease.
  • Specificity = true negatives / (true negatives + false positives), which measures how well a model avoids false alarms.

Vocabulary

Medical imaging
Medical imaging is the use of technology such as X-rays, MRI, or CT scans to create pictures of the inside of the body.
Convolutional neural network
A convolutional neural network is an AI model that is especially good at finding patterns in images.
Lesion
A lesion is an area of damaged or abnormal tissue that may appear in a medical image.
False positive
A false positive happens when an AI system marks something as abnormal even though it is not actually disease.
False negative
A false negative happens when an AI system misses a real abnormality that is present.

Common Mistakes to Avoid

  • Thinking AI replaces doctors is wrong because medical AI is a support tool, not the final decision maker. Doctors interpret the image together with symptoms, patient history, lab tests, and clinical judgment.
  • Assuming every highlighted region is cancer is wrong because AI overlays show possible areas of concern, not confirmed diagnoses. A highlight may be a harmless structure, image noise, or an artifact.
  • Judging an AI system only by accuracy is wrong because accuracy can hide missed disease in unbalanced data. Sensitivity and specificity are also needed to understand false negatives and false positives.
  • Believing more training images always means a better model is wrong because data quality and labeling matter. If the training images are biased, mislabeled, or not similar to real patients, the model may perform poorly.

Practice Questions

  1. 1 An AI system reviews 200 CT scans. It correctly labels 150 scans and incorrectly labels 50 scans. What is its accuracy?
  2. 2 In a test set, 80 patients truly have a tumor. The AI correctly finds 72 of them and misses 8. What is the sensitivity of the AI system?
  3. 3 An AI highlights a small bright spot on an MRI scan, but the doctor decides it is probably a normal blood vessel. Explain why the doctor should not automatically accept the AI highlight as a diagnosis.