Medical Image Processingin Machine Learning
Medical Image Processingin Machine Learning
Processing in Machine
and Deep Learning
Presented by
[Link]
Research Scholar of Computer Science (AI)
Source: Najjar R. Redefining Radiology: A Review of Artificial Intelligence Integration in Medical Imaging. Diagnostics. 2023; 13(17):2760. [Link]
Najjar, R. Redefining Radiology: A Review of Artificial Intelligence Integration in Medical Imaging. Diagnostics 2023, 13, 2760.
13-03-2024 [Link], Research Scholar in CS 4
Type of Medical Images
X-ray imaging
• Create images of bones and some soft tissues.
• Used for detecting fractures, joint dislocations, and certain lung
conditions.
Computed Tomography (CT) Scan
Source: Google image
Histopathology Images
• Microscopic images of tissues obtained
through staining techniques, such as
Hematoxylin and Eosin (H&E), are used for
pathological examination to diagnose Source: Google image
diseases.
Dermatological Images:
• Images of skin conditions and lesions, often
captured using dermoscopy or clinical
photography.
Data Preparation and Augmentation - Cleaning and augmentation (New images – GAN)
Noise Reduction
• Median Filtering: Replacing each pixel with
the median value in its neighborhood.
• Wavelet Denoising: Decomposing images
into frequency components for noise
reduction.
Feature Extraction
• Texture Analysis: Extracting information
related to the spatial arrangement of pixels.
• Shape Analysis: Quantifying geometric
properties of structures within an image.
Source: Google image
Automation
Accuracy and Quantitative Early Detection Personalized
& Time Consistency Analysis and Diagnosis Medicine
Efficiency
Research and
Integration with Multi-model data Challenges in Scale
Innovation
Supervised Learning Linear or logistic regression, Decision trees and random Cancer diagnosis, Organ segmentation, Radiotherapy
forests, Support vector machines , Convolutional neural dose denoising, Radiotherapy dose prediction,
networks, Recurrent neural networks Conversion between image modalities
Unsupervised Learning Auto encoders, Dimensionality reduction (e.g., Principal Domain adaptation tasks, Classification of patient
component analysis), Clustering groups, Image reconstruction
Reinforcement Learning Q-learning , Markov Decision Processes Tumor segmentation, Image reconstruction, Treatment
planning
Semi-supervised Learning Generative Adversarial Networks Tumor classification, Organ segmentation, Synthetic
image generation
Self-Supervised Learning Pretext task: distortion (e.g. rotation), color- or intensity- Image classification or segmentation
based, patch extraction
Barragán-Montero, Ana, et al. "Artificial intelligence and machine learning for medical imaging: A technology review." Physica Medica 83 (2021): 242-256.
Learns from data without human supervision, Unsupervised models are given
Primary Type Unsupervised Learning unlabeled data and allowed to discover patterns and insights without any
explicit guidance or instruction.
Semi-Supervised Combines supervised and unsupervised learning by using both labeled and
Learning unlabeled data to train models for classification and regression tasks.
Hybrid Type
Self-supervised Model is pre-trained using unlabelled data and the data labels are generated
Learning automatically, which are further used in subsequent iterations as ground truths.
Reuse of a pre-trained model on a new task. This can be useful when the
Transfer
second task is similar to the first task, or when there is limited data available for
Learning Style the second task.
Segmentation • Segmenting the outline of a lung tumor helps the clinician determine its distance from major anatomical
structures, and helps to answer a question such as, should this patient be operated on, and if so, what should be
the extent of resection?
Registration • Image registration is employed in neurosurgery or spinal surgery, to localize a tumor or spinal bony landmark,
in order to facilitate surgical tumor removal or spinal screw implant placement.
• A reference image is aligned to a second image, called a sense image and various similarity measures and
reference points are calculated to align the images, which can be 2 or 3-dimensional.
• The reference image may be a pre-operative MRI brain scan and the sense image may be an intraoperative MRI
brain scan done after a first-pass resection, to determine if there is remnant tumor and if further resection is
required.
Detection Brain, MRI, ABUS, AUC, True Positive VAE, 3D-CNN, CNN, CT (Classification /
IDL, LIDC-IDRI, Lung
Breast, OCT, X-ray, Rate, VOI, False GAN, VGG-16, sCAE, Detection
Eyes, CMR, WGD, positive, Sensitivity, AEE ADNI, BRATS,
Chest US Area under ROC, F1- MRI, PET, Multiple
ACDC 2017,
Abdomen score, Shadow (Classification,
OASIS-3, ISLES Brain
confidence Segmentation,
2018, Open Neuro,
Diagnosis)
ABIDE
Segmentation Brain, MRI, DCE- Dice score, Sensitivity, AE, AD, FCNN +CRF,
Breast, MRI, OCT, CT, Specificity, PPV, FCN, cGAN, GANs, Mammography, WSI
DDSM,
Eyes, Mammograms Runtime, TS, Intensity CNN (Segmentation,
MIAS,CAMELYO Breast
Chest normalization, Classification/
N17, INbreast
Abdomen Accuracy, ASSD, SP Detection)
MESSIDOR-2, SLO, OCT
Registration Brain, MRI, OCT, Dice Score, CNN, DFCN, GANs, 3D- DRIVE, STARE, Eyes (Classification,
Breast, MR-CT, CT- Computation time, CNN, U-Net CHASEDB1 Segmentation)
Eyes, MRI Reliability, Runtime,
Musculos X-ray (Detection)
Chest Deformation field, DIR, MURA
keletal
Abdomen HD, ASD run time,
NRMSE ISIC 2018 Skin JPEG (Detection)
Classification Brain, fMRI, MRI, ROIs, Classify ASD, DNN, 3D CNN, HVSMR 2018 Heart CMR (Segmentation)
Breast, Histopathology, Accuracy, VOIs, AlexNET, VGG-19, AE,
Eyes, Mammography, Sensitivity, Specificity, AD, GANs, MIL ChestX-ray 14 Chest X-ray (Multiple)
Chest OCT, CT, MRI DR severity accuracy OAI Knee X-ray, MRI (Multiple)
Abdomen
Altaf, F., Islam, S. M., Akhtar, N., & Janjua, N. K. (2019). Going deep in medical image analysis: concepts, methods, challenges, and future directions. IEEE
TCIA Multiple Multiple
Access, 7, 99540-99572.
Source: Google image
Source: Google image
• XAI aims to explain the information behind the black-box
model of deep learning that reveals how the decisions are
XAI: Explainable AI made.
• Providing insights into how the predictions are made to
Techniques achieve trustworthiness, causality, transferability, confidence,
fairness, accessibility, and interactivity.
13-03-2024 [Link], Research Scholar in CS 23
Criteria used to classify XAI methods
Explanation Type Techniques
Feature • Backpropagation (BP), Guided-BP,
(Highlights the feature • Deconv Network,
XAI contribution for making • Layer-wise relevance propagation
Methods decisions, original image (LRP),
with an overlay of
saliency map)
• Class activation map (CAM),
Explanation Interpretation Model Explanation • Grad-CAM, Local Interpretable model-
forms Types Specificity Scopes agnostic explanations (LIME),
• GraphLIME,
Model- • Shapley additive explanations (SHAP),
Feature Map Intrinsic Global • Attention
specific
Example-based • ProtoPNet,
Model- (Provide explanations by • Triplet Network
Textual Post-hoc Local presenting similar • Explainable deep neural network
agnostic
instances or examples (xDNN)
from the dataset that
Example- influenced the model's
based decision.)
Textual • Testing with concepts activation vectors
(provide written (TCAV),
descriptions of the factors • Image Captioning
influencing a model's
decision)
13-03-2024 [Link], Research Scholar in CS 24
Criteria used to classify XAI methods (cont.)
Interpretation Type
• Intrinsic Explanation - Inherent to the model itself and built into its architecture or training process. (linear
model, decision tree, etc.,)
• Post Hoc Explanation- Generated after the model has made predictions and is not inherently part of the
model's architecture or training process (Deep learning techniques - CAM, Grad-CAM, LIME, SHAP)
Model Specificity
• Model-Specific Explanation - designed with the inner workings and assumptions of a particular model in
mind. (Visualizing Feature Map or attention mechanism)
• Model-Agnostic Explanation - aim to provide insights into the model's behavior without relying on
specific model characteristics. (LIME and SHAP)
Explanation Scopes
• Local Explanation - Providing insights into the decision-making process of a machine learning model at an
individual prediction level (LIME and SHAP)
• Global Explanation - To provide insights into the overall behavior and functioning of a machine learning
model across the entire dataset (SHAP)
13-03-2024 27
Existing Challenges in Medical Image analysis using ML and DL
Annotation
Costs and
Data Expertise Clinical
Imbalance and Validation and
Rarity Integration
Future Direction
Miscellaneous Ensample
data deep models
augmentation and Multi-task
techniques learning
Using GAN
for synthetic
data
generation
Is it possible to
achieve [this] with
one expert in a
particular field?
[Link], Research Scholar in CS
• Barragán-Montero, A., Javaid, U., Valdés, G., Nguyen, D., Desbordes, P., Macq,
B., ... & Lee, J. A. (2021). Artificial intelligence and machine learning for
medical imaging: A technology review. Physica Medica, 83, 242-256.
• Suganyadevi, S., Seethalakshmi, V., & Balasamy, K. (2022). A review on deep
learning in medical image analysis. International Journal of Multimedia
have used in my
medical image analysis. Biomedical Data Mining for Information Retrieval:
Methodologies, Techniques and Applications, 293-350.
studies • Altaf, F., Islam, S. M., Akhtar, N., & Janjua, N. K. (2019). Going deep in
medical image analysis: concepts, methods, challenges, and future
directions. IEEE Access, 7, 99540-99572.
• Najjar, R. (2023). Redefining radiology: a review of artificial intelligence
integration in medical imaging. Diagnostics, 13(17), 2760.
• Chaddad, A., Peng, J., Xu, J., & Bouridane, A. (2023). Survey of explainable AI
techniques in healthcare. Sensors, 23(2), 634.
13-03-2024 31
[Link], Research Scholar in CS
Thank You..!
3/13/2024 32