EDmamba: Rethinking Efficient Event Denoising with Spatiotemporal Decoupled SSMs
Ciyu Ruan, Zihang Gong, Ruishan Guo, Jingao Xu, Xinlei Chen

TL;DR
EDmamba is a lightweight, real-time event denoising framework that independently suppresses spatial and temporal noise, achieving state-of-the-art accuracy with significantly reduced computational complexity.
Contribution
It introduces a decoupled spatiotemporal denoising approach using separate spatial and temporal state-space models, enabling efficient and accurate event stream processing.
Findings
Achieves real-time denoising at 100K events in 68ms on a single GPU.
Reduces model size to 88.9K parameters and 2.27 GFLOPs.
Outperforms previous methods by 2.1 percentage points on benchmarks.
Abstract
Event cameras provide micro-second latency and broad dynamic range, yet their raw streams are marred by spatial artifacts (e.g., hot pixels) and temporally inconsistent background activity. Existing methods jointly process the entire 4D event volume (x, y, p, t), forcing heavy spatio-temporal attention that inflates parameters, FLOPs, and latency. We introduce EDmamba, a compact event-denoising framework that embraces the key insight that spatial and temporal noise arise from different physical mechanisms and can therefore be suppressed independently. A polarity- and geometry-aware encoder first extracts coarse cues, which are then routed to two lightweight state-space branches: a Spatial-SSM that learns location-conditioned filters to silence persistent artifacts, and a Temporal-SSM that models causal signal dynamics to eliminate bursty background events. This decoupled design distills…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNetwork Security and Intrusion Detection · Neural Networks and Applications · Embedded Systems Design Techniques
MethodsMamba: Linear-Time Sequence Modeling with Selective State Spaces
