Hybrid Spiking Vision Transformer for Object Detection with Event Cameras
Qi Xu, Jie Deng, Jiangrong Shen, Biwu Chen, Huajin Tang, Gang Pan
TL;DR
The paper addresses object detection from event camera data by bridging Transformer-based ANNs with Spiking Neural Networks to exploit high temporal resolution and low-power operation. The proposed Hybrid Spiking Vision Transformer (HsVT) uses four blocks that fuse spatial feature extraction (MaxViT with Block-SA and Grid-SA, via SpikingMLP) and temporal feature extraction (LSTM in early blocks and STFE in the final block) within a time-propagation framework across time steps. A new Fall Detection Dataset based on event streams is introduced, alongside extensive experiments on GEN1, Fall Detection, and Aircraft datasets, including ablation studies to justify component choices and placement. The results demonstrate competitive mAP with fewer parameters than baselines and provide energy-consumption estimates, highlighting the practical potential of hybrid ANN-SNN designs for efficient, privacy-preserving event-based detection in real-world scenarios.
Abstract
Event-based object detection has gained increasing attention due to its advantages such as high temporal resolution, wide dynamic range, and asynchronous address-event representation. Leveraging these advantages, Spiking Neural Networks (SNNs) have emerged as a promising approach, offering low energy consumption and rich spatiotemporal dynamics. To further enhance the performance of event-based object detection, this study proposes a novel hybrid spike vision Transformer (HsVT) model. The HsVT model integrates a spatial feature extraction module to capture local and global features, and a temporal feature extraction module to model time dependencies and long-term patterns in event sequences. This combination enables HsVT to capture spatiotemporal features, improving its capability to handle complex event-based object detection tasks. To support research in this area, we developed and publicly released The Fall Detection Dataset as a benchmark for event-based object detection tasks. This dataset, captured using an event-based camera, ensures facial privacy protection and reduces memory usage due to the event representation format. We evaluated the HsVT model on GEN1 and Fall Detection datasets across various model sizes. Experimental results demonstrate that HsVT achieves significant performance improvements in event detection with fewer parameters.
