π€ AI Summary
To address the trade-off between diagnostic accuracy and computational efficiency in binary classification of liver CT images, this paper proposes SNNDeepβthe first low-level spiking neural network (SNN) specifically designed for medical image diagnosis. Methodologically, it integrates surrogate gradient learning, Tempotron-based weight updates, and biologically inspired active learning, with hyperparameters optimized via Optuna and implementation enabled on snnTorch and SpikingJelly frameworks. Its key contribution lies in being the first to deploy a highly configurable SNN in high-stakes biomedical imaging tasks, balancing biological plausibility with clinical practicality. Evaluated on the Medical Segmentation Decathlon Task03 Liver dataset, SNNDeep achieves a validation accuracy of 98.35%, outperforming mainstream deep learning frameworks while reducing training overhead and enhancing generalization. These results demonstrate the viability of lightweight SNNs for resource-constrained clinical deployment.
π Abstract
Purpose: Spiking neural networks (SNNs) have recently gained attention as energy-efficient, biologically plausible alternatives to conventional deep learning models. Their application in high-stakes biomedical imaging remains almost entirely unexplored. Methods: This study introduces SNNDeep, the first tailored SNN specifically optimized for binary classification of liver health status from computed tomography (CT) features. To ensure clinical relevance and broad generalizability, the model was developed and evaluated using the Task03Liver dataset from the Medical Segmentation Decathlon (MSD), a standardized benchmark widely used for assessing performance across diverse medical imaging tasks. We benchmark three fundamentally different learning algorithms, namely Surrogate Gradient Learning, the Tempotron rule, and Bio-Inspired Active Learning across three architectural variants: a fully customized low-level model built from scratch, and two implementations using leading SNN frameworks, i.e., snnTorch and SpikingJelly. Hyperparameter optimization was performed using Optuna. Results: Our results demonstrate that the custom-built SNNDeep consistently outperforms framework-based implementations, achieving a maximum validation accuracy of 98.35%, superior adaptability across learning rules, and significantly reduced training overhead. Conclusion:This study provides the first empirical evidence that low-level, highly tunable SNNs can surpass standard frameworks in medical imaging, especially in data-limited, temporally constrained diagnostic settings, thereby opening a new pathway for neuro-inspired AI in precision medicine.