CVAIAug 20, 2024

MambaEVT: Event Stream based Visual Object Tracking using State Space Model

arXiv:2408.10487v119 citationsh-index: 12Has Code
Originality Incremental advance
AI Analysis

This work addresses event-based visual object tracking for applications requiring low energy consumption and high dynamic range, representing an incremental improvement over existing methods.

The paper tackles the performance bottleneck in event camera-based visual tracking by proposing a Mamba-based framework with a dynamic template update strategy, achieving a good balance between accuracy and computational cost on datasets like EventVOT, VisEvent, and FE240hz.

Event camera-based visual tracking has drawn more and more attention in recent years due to the unique imaging principle and advantages of low energy consumption, high dynamic range, and dense temporal resolution. Current event-based tracking algorithms are gradually hitting their performance bottlenecks, due to the utilization of vision Transformer and the static template for target object localization. In this paper, we propose a novel Mamba-based visual tracking framework that adopts the state space model with linear complexity as a backbone network. The search regions and target template are fed into the vision Mamba network for simultaneous feature extraction and interaction. The output tokens of search regions will be fed into the tracking head for target localization. More importantly, we consider introducing a dynamic template update strategy into the tracking framework using the Memory Mamba network. By considering the diversity of samples in the target template library and making appropriate adjustments to the template memory module, a more effective dynamic template can be integrated. The effective combination of dynamic and static templates allows our Mamba-based tracking algorithm to achieve a good balance between accuracy and computational cost on multiple large-scale datasets, including EventVOT, VisEvent, and FE240hz. The source code will be released on https://github.com/Event-AHU/MambaEVT

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes