Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.33 KB

README.md

File metadata and controls

29 lines (15 loc) · 1.33 KB

PIMPNet3D

We present Patch-based Intuitive Multimodal Prototypes Network (PIMPNet), an interpretable multimodal model for 3D images and demographics. We applied PIMPNet to the binary classification of Alzheimer's Disease from 3D structural Magnetic Resonance Imaging (sMRI, T1-MRI) and patient’s age.

Classes (clinical cognitive decline level):

  • Cognitively Normal (CN)
  • Alzheimer's Disease (AD)

arXiv preprint: "Patch-based Intuitive Multimodal Prototypes Network (PIMPNet) for Alzheimer’s Disease classification"

Presented as late-breaking work during the The 2nd World Conference on eXplainable Artificial Intelligence in July 2024.

Overview of PIMPNet

Images, ages and labels (cognitive decline level) were collected from the Alzheimer's Disease Neuroimaging Initiative (ADNI) https://adni.loni.usc.edu (data publicity available under request).

Brain atlas (CerebrA) downloaded from https://nist.mni.mcgill.ca/cerebra/.

Codes adapted from the original PIPNet

Training a PIMPNet: main_train_pimpnet.py

Test a trained PIMPNet: main_test_pimpnet.py

Link to the weights of trained PIMPNet(s) available in "models" folder.