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.

Ultra-Low-Latency Spiking Neural Networks with Temporal-Dependent Integrate-and-Fire Neuron Model for Objects Detection

Created by
  • Haebom

Author

Chengjun Zhang, Yuhao Zhang, Jie Yang, Mohamad Sawan

Outline

This paper studies the application of spiking neural networks (SNNs), characterized by low power consumption and fast inference on neuromorphic hardware, to visual recognition tasks. Existing ANN-to-SNN conversion methods have shown excellent performance in classification tasks, but underperform in visual detection tasks. To address this, this paper proposes a delayed-spike approach and a time-dependent integrate-fire (tdIF) neuron architecture that mitigates residual membrane potential issues caused by heterogeneous spiking patterns. tdIF neurons dynamically adjust their accumulation and firing behaviors according to the order of time steps, enabling spikes to exhibit distinct temporal characteristics without relying on frequency-based representations. Furthermore, they maintain energy consumption comparable to that of conventional IF neurons. Extensive evaluations on two visual tasks—object detection and lane detection—show that the proposed method outperforms existing ANN-to-SNN conversion methods, achieving state-of-the-art performance in fewer than five time steps.

Takeaways, Limitations

Takeaways:
A novel approach to address the performance degradation of visual detection tasks in existing ANN-SNN conversion methods is presented.
Achieving more accurate feature representation and ultra-low latency visual detection performance through a time-dependent integrate-in-fire (tdIF) neuron architecture.
Achieves state-of-the-art performance in target detection and lane detection tasks.
Ultra-low latency performance achieved in less than 5 time steps.
Limitations:
Further research is needed on the generalization performance of the proposed method.
Scalability verification for various visual recognition tasks is required.
Comparative analysis with other neuron models or architectures is needed.
👍