Cross-Modal Knowledge Distillation for PET-Free Amyloid-Beta Detection from MRI

arXiv cs.CV / 4/15/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes a PET-guided cross-modal knowledge distillation framework that predicts amyloid-beta (Aβ) positivity from MRI alone, avoiding PET at inference for more scalable Alzheimer's screening.
  • A BiomedCLIP-based teacher is trained to align PET and MRI using cross-modal attention plus triplet contrastive learning with Centiloid-aware online negative sampling.
  • An MRI-only student model is trained to mimic the teacher via feature-level and logit-level distillation, removing the need for non-imaging clinical covariates during inference.
  • Experiments across four MRI contrasts (T1w, T2w, FLAIR, T2*) on two independent datasets show best AUCs of 0.74 (OASIS-3) and 0.68 (ADNI), supporting effective knowledge transfer.
  • Saliency analyses indicate the model’s predictions rely on anatomically relevant cortical regions, bolstering interpretability and potential clinical usability for PET-free Aβ detection.

Abstract

Detecting amyloid-\beta (A\beta) positivity is crucial for early diagnosis of Alzheimer's disease but typically requires PET imaging, which is costly, invasive, and not widely accessible, limiting its use for population-level screening. We address this gap by proposing a PET-guided knowledge distillation framework that enables A\beta prediction from MRI alone, without requiring non-imaging clinical covariates or PET at inference. Our approach employs a BiomedCLIP-based teacher model that learns PET-MRI alignment via cross-modal attention and triplet contrastive learning with PET-informed (Centiloid-aware) online negative sampling. An MRI-only student then mimics the teacher via feature-level and logit-level distillation. Evaluated across four MRI contrasts (T1w, T2w, FLAIR, T2*) and two independent datasets, our approach demonstrates effective knowledge transfer (best AUC: 0.74 on OASIS-3, 0.68 on ADNI) while maintaining interpretability and eliminating the need for clinical variables. Saliency analysis confirms that predictions focus on anatomically relevant cortical regions, supporting the clinical viability of PET-free A\beta screening. Code is available at https://github.com/FrancescoChiumento/pet-guided-mri-amyloid-detection.