The interactive relevance map visualization application displays brain areas that contribute to the model’s decision.
For the task to dectect Alzheimer’s disease, high relevance (shown in red) corresponds to disease-specific gray matter volume reduction (atrophy).
Disclaimer: This app is not intended to be used for clinical use and decision making. Although the models achieve a high average accuracy, they are still subject of research. This app is provided for illustration purpose only.
How to use it
You can select different MRI scans in the top left selection box or upload your own scan (see instructions below). The scan is then analyzed by the convolutional neural network to obtain the diagnostic class (Alzheimer’s or normal) and relevance map.
In the main window, the relevance maps are then displayed for each slice. You can navigate through the slices by just clicking on the desired spot to center, scrolling, or by using the sliders below the slices.
The demo includes a sample of 15 subjects per group, which were arbitrarily selected from ADNI2 based on the following criteria:
- Subject ID (RID) ≥ 4000
- Age ≥ 65 years
- Amyloid-beta status positive for Alzheimer’s dementia (AD) and amnestic mild cognitive impairment (MCI), negative for cognitively normal controls (CN); based on the AV45-PET information provided by the Jagust lab (threshold >1.11)
- Magnetic field strength = 3 Tesla
To upload your own scan, please preprocess the T1-weighted MRI scan using the CAT12 toolbox (version 12.6) for SPM12. We were using the default options and default MNI brain template provided by CAT12. You will need the warped and modulated gray matter segment, that is written out by default (file with mwp1 prefix). Brain surface estimation and ROI analysis can be disabled to save time. CAT12 processing usually takes between 10 and 20 minutes per scan.
In the app, you will need to enter the person’s age, sex, total intracranial volume (provided in the CAT12 segmentation report PDF), and the MRI field strength to correct for these confounding variables.
Data privacy statement: Uploaded data will not be stored permanently. They are deleted when the session/bowser tab is closed.
You can adjust various thresholds, for instance for the relevance level or cluster size. Here, the cluster size refers to the number of adjacent voxels above the threshold forming a contiguous area.
If you lower these values, less relevant image areas or smaller clusters will be displayed, making the relevance map appear noisier.
You can increase the transparency to better see the underlying atrophy patterns.
In the left bottom corner, the anatomical brain region label is displayed for the cluster at the current cross-hair position.
You can also toggle a visual outline of this brain region using the ‘show regions’ button.
In the top right selection box, you can switch between different calibration models obtained from various age-stratified data subsets. The original CNN model was trained using ADNI2 data, while the calibration cohort includes independent data from ADNI3, AIBL, and DELCODE.
Calibration is a transformation function fitted by isotonic regression that corrects the raw CNN output score to better align with the true probability score in the calibration cohort. Additionally, confidence intervals were estimated using percentile bootstrapping. For more information about the procedures, read our conference paper: Martensen et al., 2026. BVM. https://doi.org/10.1007/978-3-658-51100-5_87.
Unlike the original paper, we now stratify by five-year age bins because further experiments revealed that age introduces the strongest bias to CNN output scores.
