Towards Practical Alzheimer's Disease Diagnosis: A Lightweight and Interpretable Spiking Neural Model
Changwei Wu, Yifei Chen, Yuxin Du, Jinying Zong, Jie Dong, Mingxuan Liu, Feiwei Qin, Yong Peng, Jin Fan, Changmiao Wang
TL;DR
This paper introduces FasterSNN, a lightweight and interpretable hybrid spiking-ANN model for Alzheimer's disease diagnosis using unimodal 3D MRI. By combining Leaky Integrate-and-Fire neurons, region-adaptive convolution, and a four-level multi-scale spiking attention framework, the approach achieves strong diagnostic accuracy with low energy consumption and fast inference. Extensive experiments on ADNI and AIBL demonstrate superior performance and robustness against conventional CNNs, Transformers, and prior SNNs, along with interpretable attention maps aligning with known AD pathology. Limitations include reliance on unimodal data and modest temporal modeling; future work targets multimodal integration, harmonization, and atlas-based interpretability to broaden clinical applicability.
Abstract
Early diagnosis of Alzheimer's Disease (AD), particularly at the mild cognitive impairment stage, is essential for timely intervention. However, this process faces significant barriers, including reliance on subjective assessments and the high cost of advanced imaging techniques. While deep learning offers automated solutions to improve diagnostic accuracy, its widespread adoption remains constrained due to high energy requirements and computational demands, particularly in resource-limited settings. Spiking neural networks (SNNs) provide a promising alternative, as their brain-inspired design is well-suited to model the sparse and event-driven patterns characteristic of neural degeneration in AD. These networks offer the potential for developing interpretable, energy-efficient diagnostic tools. Despite their advantages, existing SNNs often suffer from limited expressiveness and challenges in stable training, which reduce their effectiveness in handling complex medical tasks. To address these shortcomings, we introduce FasterSNN, a hybrid neural architecture that combines biologically inspired Leaky Integrate-and-Fire (LIF) neurons with region-adaptive convolution and multi-scale spiking attention mechanisms. This approach facilitates efficient, sparse processing of 3D MRI data while maintaining high diagnostic accuracy. Experimental results on benchmark datasets reveal that FasterSNN delivers competitive performance with significantly enhanced efficiency and training stability, highlighting its potential for practical application in AD screening. Our source code is available at https://github.com/wuchangw/FasterSNN.
