State Space Models for Event Cameras
Nikola Zubić, Mathias Gehrig, Davide Scaramuzza
TL;DR
This work tackles the challenge of generalizing event-camera processing across varying inference frequencies by introducing state-space models with learnable timescales embedded in a ViT backbone (SSM-ViT). The approach leverages continuous-time S4/S5 families to enable frequency-adaptive temporal aggregation, achieving faster training and robust performance when deployed at frequencies different from training conditions. Two aliasing-countermeasures—frequency-selective masking and $H_{2}$ norm regularization—mitigate high-frequency artifacts, enabling reliable operation at higher temporal resolutions. Empirically, the SSM-ViT models provide competitive mAP on Gen1 and 1 Mpx datasets while reducing training time and maintaining small performance degradation across frequency shifts, demonstrating practical value for high-speed event-based vision systems.
Abstract
Today, state-of-the-art deep neural networks that process event-camera data first convert a temporal window of events into dense, grid-like input representations. As such, they exhibit poor generalizability when deployed at higher inference frequencies (i.e., smaller temporal windows) than the ones they were trained on. We address this challenge by introducing state-space models (SSMs) with learnable timescale parameters to event-based vision. This design adapts to varying frequencies without the need to retrain the network at different frequencies. Additionally, we investigate two strategies to counteract aliasing effects when deploying the model at higher frequencies. We comprehensively evaluate our approach against existing methods based on RNN and Transformer architectures across various benchmarks, including Gen1 and 1 Mpx event camera datasets. Our results demonstrate that SSM-based models train 33% faster and also exhibit minimal performance degradation when tested at higher frequencies than the training input. Traditional RNN and Transformer models exhibit performance drops of more than 20 mAP, with SSMs having a drop of 3.76 mAP, highlighting the effectiveness of SSMs in event-based vision tasks.
