Multi-stages attention Breast cancer classification based on nonlinear spiking neural P neurons with autapses
Bo Yang, Hong Peng, Xiaohui Luo, Jun Wang
TL;DR
This work tackles breast cancer histopathology classification on BreakHis by addressing information loss from downsampling through a multi-stages attention framework and a memory-enabled NSNP neuron with autapses. The method combines a ShuffleNet backbone with stage-wise spatial attention, channel attention, and an NSNP module to encode and progressively reduce feature representations for robust classification. Empirical results show a 8-class accuracy of 96.32% across magnifications and strong binary-class performance, with ablation confirming significant contributions from both the multi-stages attention and NSNP components. The approach demonstrates competitive performance against recent methods and introduces memory-augmented, attention-guided feature processing that is relevant for medical image analysis.
Abstract
Breast cancer(BC) is a prevalent type of malignant tumor in women. Early diagnosis and treatment are vital for enhancing the patients' survival rate. Downsampling in deep networks may lead to loss of information, so for compensating the detail and edge information and allowing convolutional neural networks to pay more attention to seek the lesion region, we propose a multi-stages attention architecture based on NSNP neurons with autapses. First, unlike the single-scale attention acquisition methods of existing methods, we set up spatial attention acquisition at each feature map scale of the convolutional network to obtain an fusion global information on attention guidance. Then we introduce a new type of NSNP variants called NSNP neurons with autapses. Specifically, NSNP systems are modularized as feature encoders, recoding the features extracted from convolutional neural network as well as the fusion of attention information and preserve the key characteristic elements in feature maps. This ensures the retention of valuable data while gradually transforming high-dimensional complicated info into low-dimensional ones. The proposed method is evaluated on the public dataset BreakHis at various magnifications and classification tasks. It achieves a classification accuracy of 96.32% at all magnification cases, outperforming state-of-the-art methods. Ablation studies are also performed, verifying the proposed model's efficacy. The source code is available at XhuBobYoung/Breast-cancer-Classification.
