Looking Where the Eye Cannot See: Improving MS Diagnosis with Deep Learning
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
- NAWM contains critical diagnostic signals beyond lesions.
- AI can extract diagnostic value invisible to human experts.
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
- Focus MS research on normal-appearing white matter.
- Explore multimodal training for subtle disease detection.
Topics
- Deep Learning
- Multiple Sclerosis Diagnosis
- Medical Imaging
- Diffusion MRI
- Normal-Appearing White Matter
Code references
Best for: Research Scientist, AI Researcher, AI Scientist, Data Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by AI on Medium.