paper-with-me

Papers

Keys to Accurate Feature Extraction Using Residual Spiking Neural Networks

2021-11-10 · Alex Vicente-Sola, Davide L. Manna, Paul Kirkland, Gaetano Di Caterina, Trevor Bihl

Spiking neural networks (SNNs) have become an interesting alternative to conventional artificial neural networks (ANN) thanks to their temporal processing capabilities and energy efficient implementations in neuromorphic hardware. However the challenges involved in training SNNs have limited their performance in terms of accuracy and thus their applications. Improving learning algorithms and neural architectures for a more accurate feature extraction is therefore one of the current priorities in SNN research. In this paper we present a study on the key components of modern spiking architectures. We design a spiking version of the successful residual network architecture and provide an in-depth study on the possible implementations of spiking residual connections. This study shows how, depending on the use case, the optimal residual connection implementation may vary. Additionally, we empirically compare different techniques in image classification datasets taken from the best performing networks. Our results provide a state of the art guide to SNN design, which allows to make informed choices when trying to build the optimal visual feature extractor. Finally, our network outperforms previous SNN architectures in CIFAR-10 (94.14%) and CIFAR-100 (74.65%) datasets and matches the state of the art in DVS-CIFAR10 (72.98%), with less parameters than the previous state of the art and without the need for ANN-SNN conversion. Code available at https://github.com/VicenteAlex/Spiking_ResNet

📄 PDF Abstract BibTeX arXiv:2111.05955

Code (1)

vicentealex/spiking_resnet 공식 구현 pytorch

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

MeMark: Membrane-Space Watermarking for Spiking Neural Networks

2026-08-26 · Roberto Riaño, Gorka Abad, Stjepan Picek, Aitor Urbieta arxiv

Spiking Neural Networks (SNNs) are increasingly distributed as pretrained checkpoints and reused as backbones for new tasks. However, current SNN watermarks are mainly verified against the model output. Thus, a user who …

Hyperspectral Image Classification Based on Faster Residual Multi-branch Spiking Neural Network

2024-09-18 · Yang Liu, Yahui Li, Rui Li, Liming Zhou 외

Convolutional neural network (CNN) performs well in Hyperspectral Image (HSI) classification tasks, but its high energy consumption and complex network structure make it difficult to directly apply it to edge computing d…

ClassificationEdge-computingHyperspectral Image Classificationimage-classification+1

SU-YOLO: Spiking Neural Network for Efficient Underwater Object Detection

2025-03-31 · Chenyang Li, Wenxuan Liu, Guoqiang Gong, Xiaobo Ding 외

Underwater object detection is critical for oceanic research and industrial safety inspections. However, the complex optical environment and the limited resources of underwater equipment pose significant challenges to ac…

Computational EfficiencyDenoisingImage Denoisingobject-detection+1

ReStoCNet: Residual Stochastic Binary Convolutional Spiking Neural Network for Memory-Efficient Neuromorphic Computing

2019-02-11 · Gopalakrishnan Srinivasan, Kaushik Roy

In this work, we propose ReStoCNet, a residual stochastic multilayer convolutional Spiking Neural Network (SNN) composed of binary kernels, to reduce the synaptic memory footprint and enhance the computational efficiency…

Computational EfficiencyDimensionality Reduction

SynA-ResNet: Spike-driven ResNet Achieved through OR Residual Connection

2023-11-11 · Yimeng Shan, Xuerui Qiu, Rui-Jie Zhu, Jason K. Eshraghian 외

Spiking Neural Networks (SNNs) have garnered substantial attention in brain-like computing for their biological fidelity and the capacity to execute energy-efficient spike-driven operations. As the demand for heightened …

Quantization