Looking Where the Eye Cannot See: Improving MS Diagnosis with Deep Learning

· Source: AI on Medium · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Medical Imaging AI · Depth: Intermediate, short

Summary

A new deep learning model, DeepMS, developed by CDS PhD student Jiajian Ma and colleagues, aims to reduce the high misdiagnosis rate of multiple sclerosis (MS). The model analyzes "normal-appearing white matter" (NAWM) in brain MRIs, areas that appear healthy to the human eye but may contain subtle microstructural injuries characteristic of MS. Diagnosing MS is challenging because its primary radiological signature, white matter lesions, is not unique to the disease. DeepMS was trained using a "joint dMRI–sMRI training" strategy, learning correlations between standard structural MRIs (sMRI) and specialized quantitative diffusion MRIs (dMRI). Once trained, DeepMS can operate solely on readily available sMRI scans, leveraging patterns learned from dMRI data. The model demonstrated diagnostic sensitivity comparable to "dissemination in space" (DIS) and specificity similar to the "central vein sign" (CVS), performing robustly across internal and 16 external datasets.

Key takeaway

For research scientists developing diagnostic AI, DeepMS demonstrates that integrating specialized imaging data during training can enable a model to extract subtle, clinically relevant information from more common, less specialized scans. This approach suggests that you should explore multimodal training strategies to enhance diagnostic sensitivity for diseases with ambiguous visual markers, even if the specialized modality is not available for routine inference. Consider open-sourcing your code to facilitate further research and validation.

Key insights

DeepMS improves MS diagnosis by analyzing subtle microstructural changes in normal-appearing white matter using deep learning.

Principles

Method

DeepMS uses a joint dMRI–sMRI training strategy to learn correlations between standard structural MRIs and specialized diffusion MRIs, enabling inference from sMRI alone.

In practice

Topics

Code references

Best for: Research Scientist, AI Researcher, AI Scientist, Data Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by AI on Medium.