Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Towards Practical Alzheimer's Disease Diagnosis: A Lightweight and Interpretable Spiking Neural Model

Created by
  • Haebom

Author

Changwei Wu, Yifei Chen, Yuxin Du, Jinying Zong, Jie Dong, Mingxuan Liu, Yong Peng, Jin Fan, Feiwei Qin, Changmiao Wang

Outline

In this paper, we propose a novel energy-efficient and interpretable spiking neural network (SNN)-based architecture, FasterSNN, for early diagnosis of Alzheimer's disease (AD), especially in the mild cognitive impairment (MCI) stage. To overcome the weak representational ability and unstable training problems of conventional SNNs, we design a hybrid neural network architecture that integrates biologically inspired LIF neurons, locally adaptive convolutions, and multi-scale spiking attention. It efficiently processes 3D MRI data while maintaining diagnostic accuracy, and demonstrates competitive performance, improved efficiency, and stability over conventional methods through experiments on benchmark datasets. The source code is open source.

Takeaways, Limitations

Takeaways:
Presenting the possibility of building an energy-efficient SNN-based early diagnosis system for Alzheimer's disease.
Improvement of low expressiveness and unstable learning problems of existing SNNs (__T25232_____).
Efficient 3D MRI processing using locally adaptive convolution and multi-scale spiking attention.
Improving the reliability of medical diagnosis through designing highly interpretable models.
Presentation of a lightweight model with high applicability to real environments.
Limitations:
A more detailed analysis is needed to determine how well the proposed model performs compared to other state-of-the-art models.
Need to evaluate generalization performance on various datasets.
Validation in real clinical settings is needed.
Lack of quantitative assessment of the interpretability of SNNs.
👍