Papers › Mamba-FETrack: Frame-Event Tracking via State Space Model

Mamba-FETrack: Frame-Event Tracking via State Space Model

28 Apr 2024arXiv:2404.18174archive 2025-07-28

Ju Huang, Shiao Wang, Shuai Wang, Zhe Wu, Xiao Wang, Bo Jiang

RGB-Event based tracking is an emerging research topic, focusing on how to effectively integrate heterogeneous multi-modal data (synchronized exposure video frames and asynchronous pulse Event stream). Existing works typically employ Transformer based networks to handle these modalities and achieve decent accuracy through input-level or feature-level fusion on multiple datasets. However, these trackers require significant memory consumption and computational complexity due to the use of self-attention mechanism. This paper proposes a novel RGB-Event tracking framework, Mamba-FETrack, based on the State Space Model (SSM) to achieve high-performance tracking while effectively reducing computational costs and realizing more efficient tracking. Specifically, we adopt two modality-specific Mamba backbone networks to extract the features of RGB frames and Event streams. Then, we also propose to boost the interactive learning between the RGB and Event features using the Mamba network. The fused features will be fed into the tracking head for target object localization. Extensive experiments on FELT and FE108 datasets fully validated the efficiency and effectiveness of our proposed tracker. Specifically, our Mamba-based tracker achieves 43.5/55.6 on the SR/PR metric, while the ViT-S based tracker (OSTrack) obtains 40.0/50.9. The GPU memory cost of ours and ViT-S based tracker is 13.98GB and 15.44GB, which decreased about 9.5%. The FLOPs and parameters of ours/ViT-S based OSTrack are 59GB/1076GB and 7MB/60MB, which decreased about 94.5% and 88.3%, respectively. We hope this work can bring some new insights to the tracking field and greatly promote the application of the Mamba architecture in tracking. The source code of this work will be released on \url{https://github.com/Event-AHU/Mamba_FETrack}.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2404.18174")

Code

Syntology Ran 11 of 11 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 1 ran · honoured contract; 10 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

event-ahu/mamba_fetrack officialmentioned in papermentioned on GitHubpytorch report
event-ahu/mamba_state_space_model_paper_list officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 11 ran; 1 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
10ran

Licence: 11 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from event-ahu/mamba_fetrack. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

adjust_keep_rate event-ahu/mamba_fetrack/Mamba_FETrack/lib/utils/ce_utils.py official repository ran no licence file found · pointer only · 305742bafecf04f8 · report
box_cxcywh_to_xyxy event-ahu/mamba_fetrack/Mamba_FETrack/lib/utils/box_ops.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · e0a06ded5d4f6c3c · report
box_xywh_to_xyxy event-ahu/mamba_fetrack/Mamba_FETrack/lib/utils/box_ops.py official repository ran fingerprinted no licence file found · pointer only · 40c655a7fe309e49 · report
box_xyxy_to_xywh event-ahu/mamba_fetrack/Mamba_FETrack/lib/utils/box_ops.py official repository ran fingerprinted no licence file found · pointer only · b48a27604b9574e0 · report
compute_grids event-ahu/mamba_fetrack/Mamba_FETrack/lib/utils/heapmap_utils.py official repository ran no licence file found · pointer only · f0de0cc660ea9823 · report
generate_bbox_mask event-ahu/mamba_fetrack/Mamba_FETrack/lib/utils/ce_utils.py official repository ran fingerprinted no licence file found · pointer only · d8da96a9ed23308f · report
generate_heatmap event-ahu/mamba_fetrack/Mamba_FETrack/lib/utils/heapmap_utils.py official repository ran no licence file found · pointer only · 02f602286c531143 · report
generate_mask_cond event-ahu/mamba_fetrack/Mamba_FETrack/lib/utils/ce_utils.py official repository ran no licence file found · pointer only · 90e571943800f79c · report
get_center3x3 event-ahu/mamba_fetrack/Mamba_FETrack/lib/utils/heapmap_utils.py official repository ran no licence file found · pointer only · 8ed1a71ee932713a · report
get_qkv event-ahu/mamba_fetrack/Mamba_FETrack/lib/utils/merge.py official repository ran no licence file found · pointer only · 2e6c35cccbde1c71 · report
merge_template_search event-ahu/mamba_fetrack/Mamba_FETrack/lib/utils/merge.py official repository ran no licence file found · pointer only · c66db0b9eb9bb36a · report

Tasks

MambaObject Localization

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections