E-TraMamba: A New Paradigm for Efficient Long-Term 3D Feature Tracking with Event Cameras

📅 2026-07-02
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Existing methods struggle to efficiently model long-range spatiotemporal dependencies in sparse and noisy event streams, particularly under real-time constraints. This work proposes the first application of the Mamba architecture to 3D feature tracking with event cameras, introducing an efficient long-range dependency modeling approach based on linear state space models. To enhance robustness under motion blur and occlusion, a lightweight affine transformation predictor is integrated, and a multi-scale fusion mechanism is designed to construct a unified feature representation. To support this research, we also introduce EvD-PointOdyssey, a large-scale synthetic dataset. Experiments demonstrate that our method achieves state-of-the-art performance across multiple event-based benchmarks, more than doubling feature lifetime at 0.1-meter precision, significantly improving tracking coverage, and reducing RMSE—making it well-suited for low-latency visual odometry, real-time SLAM, and interactive robotics.
📝 Abstract
Event-based 3D tracking enables low-latency and high-speed perception, while existing CNN- and Transformer-based trackers struggle to capture long-range spatiotemporal dependencies in sparse, noisy event streams, especially under real-time and efficiency constraints. To address these challenges, we present E-TraMamba, the first Mamba-based framework for 3D feature tracking on event data. This new framework adopts a linear state-space model for efficient long-range modeling and integrates a lightweight affine-transform predictor to maintain stable tracking under motion blur and occlusion. We also design an effective scheme to fuse multi-scale cues -- local spatiotemporal patches, correlation maps, and positional embeddings -- into a unified representation that enables stable and smooth 3D tracking. We construct a large-scale synthetic dataset, named EvD-PointOdyssey, which is generated with monocular rendering and provides synchronized event streams, depth maps, and accurate 3D trajectories for training and evaluating event-based 3D tracking models. Extensive experiments on event-based benchmarks demonstrate that E-TraMamba achieves state-of-the-art performance, delivering over $2\times$ longer feature lifetimes under strict accuracy thresholds (e.g., 0.1 m), with higher tracked-feature ratios and lower RMSE than all baselines. These results make E-TraMamba a strong candidate for low-latency visual odometry, real-time SLAM, and interactive robotics.
Problem

Research questions and friction points this paper is trying to address.

event-based 3D tracking
long-range spatiotemporal dependencies
sparse event streams
real-time efficiency
feature tracking
Innovation

Methods, ideas, or system contributions that make the work stand out.

Mamba
event camera
3D feature tracking
state-space model
multi-scale fusion