paper-with-me

홈 › Papers

Integer-Valued Training and Spike-Driven Inference Spiking Neural Network for High-performance and Energy-efficient Object Detection

2024-07-30 · Xinhao Luo, Man Yao, Yuhong Chou, Bo Xu, Guoqi Li

Brain-inspired Spiking Neural Networks (SNNs) have bio-plausibility and low-power advantages over Artificial Neural Networks (ANNs). Applications of SNNs are currently limited to simple classification tasks because of their poor performance. In this work, we focus on bridging the performance gap between ANNs and SNNs on object detection. Our design revolves around network architecture and spiking neuron. First, the overly complex module design causes spike degradation when the YOLO series is converted to the corresponding spiking version. We design a SpikeYOLO architecture to solve this problem by simplifying the vanilla YOLO and incorporating meta SNN blocks. Second, object detection is more sensitive to quantization errors in the conversion of membrane potentials into binary spikes by spiking neurons. To address this challenge, we design a new spiking neuron that activates Integer values during training while maintaining spike-driven by extending virtual timesteps during inference. The proposed method is validated on both static and neuromorphic object detection datasets. On the static COCO dataset, we obtain 66.2% mAP@50 and 48.9% mAP@50:95, which is +15.0% and +18.7% higher than the prior state-of-the-art SNN, respectively. On the neuromorphic Gen1 dataset, we achieve 67.2% mAP@50, which is +2.5% greater than the ANN with equivalent architecture, and the energy efficiency is improved by 5.7*. Code: https://github.com/BICLab/SpikeYOLO

📄 PDF Abstract BibTeX arXiv:2407.20708

Code (1)

biclab/spikeyolo 공식 구현 pytorch

Tasks

object-detectionObject DetectionQuantization

Methods 이 논문이 사용한 방법론

Focus 설명 없음
SNN Spiking Neural Networks (SNNs) are a class of artificial neural networks inspired by the structure and functioning of the brain's neural networks. Unlike traditional…

Similar Papers 제목 키워드 기반

Real Spike: Learning Real-valued Spikes for Spiking Neural Networks

2022-10-13 · Yufei Guo, Liwen Zhang, Yuanpei Chen, Xinyi Tong 외

Brain-inspired spiking neural networks (SNNs) have recently drawn more and more attention due to their event-driven and energy-efficient characteristics. The integration of storage and computation paradigm on neuromorphi…

Scaling Spike-driven Transformer with Efficient Spike Firing Approximation Training

2024-11-25 · Man Yao, Xuerui Qiu, Tianxiang Hu, Jiakui Hu 외

The ambition of brain-inspired Spiking Neural Networks (SNNs) is to become a low-power alternative to traditional Artificial Neural Networks (ANNs). This work addresses two major challenges in realizing this vision: the …

object-detectionObject DetectionSemantic Segmentation

Efficient Video and Audio processing with Loihi 2

2023-10-05 · Sumit Bam Shrestha, Jonathan Timcheck, Paxon Frady, Leobardo Campos-Macias 외

Loihi 2 is an asynchronous, brain-inspired research processor that generalizes several fundamental elements of neuromorphic architecture, such as stateful neuron models communicating with event-driven spikes, in order to…

Audio DenoisingDenoising

Simultaneous Transformation and Rounding (STAR) Models for Integer-Valued Data

2019-06-27 · Daniel R. Kowal, Antonio Canale

We propose a simple yet powerful framework for modeling integer-valued data, such as counts, scores, and rounded data. The data-generating process is defined by Simultaneously Transforming and Rounding (STAR) a continuou…

regression

Kirin: Improving ANN efficiency with SNN Hybridization

2026-02-09 · Chenyu Wang, Zhanglu Yan, Zhi Zhou, Xu Chen 외 arxiv

Artificial neural networks (ANNs), particularly large language models (LLMs), demonstrate powerful inference capabilities but consume substantial energy. Conversely, spiking neural networks (SNNs) exhibit exceptional ene…