Overview
Field: Computer Vision Authors: Paul-Gabriel Nicolae, Irina Georgiana Mocanu Posted: 2026-09-14 arXiv: 2609.15888
Deep networks trained on structural MRI for Alzheimer's disease (AD) staging often reach reasonable accuracy while attending to anatomically irrelevant regions, and multimodal models that add clinical tables frequently rely on variables that were used to assign the diagnostic label in the first place. The authors study both issues with a deliberately lightweight slice-based encoder (ResNet18 with a one-layer Transformer over slices) on 1,075 baseline T1-weighted scans from ADNI-1.
Key findings
- Anatomical grounding: Using FastSurfer segmentations as an anatomical reference, YOLOv8 models trained on segmentation-derived labels localize Alzheimer-relevant structures with mAP_50 above 0.96. Grad-CAM comparisons show the image-only classifier frequently attends to the skull, orbits, and background.
- Leakage-aware multimodal contrastive learning: The authors adapt a CLIP-style image–tabular contrastive framework, organizing ADNIMERGE variables along a label-leakage spectrum. Fusion with cognitive scores produces 87.3% three-class accuracy — treated as a leakage-driven upper bound rather than an imaging result — while fusion with regional volumes yields 73.0%.
- Contrastive target shapes representations: The choice of contrastive objective changes what the image encoder learns. On MCI vs. CN, the image-only head reaches 52.4% when the encoder is aligned with cognitive scores, versus 73.8% when aligned with volumes — despite no tabular inputs at inference.
- Region-focused crops: Restricting inputs to individualized crops of the medial temporal lobe raises image-only three-class accuracy from 58.7% to 65.1%.
Caveats
All results come from single runs on small balanced test sets; the authors report confidence intervals and note protocol differences that prevent direct comparison with previously published numbers.
---
*Auto-collected on 2026-09-16*