paper-with-me

홈 › Papers

TrackingMiM: Efficient Mamba-in-Mamba Serialization for Real-time UAV Object Tracking

2025-07-02 · Bingxi Liu, Calvin Chen, Junhao Li, Guyang Yu, Haoqian Song, Xuchen Liu, Jinqiang Cui, Hong Zhang arxiv

The Vision Transformer (ViT) model has long struggled with the challenge of quadratic complexity, a limitation that becomes especially critical in unmanned aerial vehicle (UAV) tracking systems, where data must be processed in real time. In this study, we explore the recently proposed State-Space Model, Mamba, leveraging its computational efficiency and capability for long-sequence modeling to effectively process dense image sequences in tracking tasks. First, we highlight the issue of temporal inconsistency in existing Mamba-based methods, specifically the failure to account for temporal continuity in the Mamba scanning mechanism. Secondly, building upon this insight,we propose TrackingMiM, a Mamba-in-Mamba architecture, a minimal-computation burden model for handling image sequence of tracking problem. In our framework, the mamba scan is performed in a nested way while independently process temporal and spatial coherent patch tokens. While the template frame is encoded as query token and utilized for tracking in every scan. Extensive experiments conducted on five UAV tracking benchmarks confirm that the proposed TrackingMiM achieves state-of-the-art precision while offering noticeable higher speed in UAV tracking.

📄 PDF Abstract BibTeX arXiv:2507.01535

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyObject Tracking

Similar Papers 제목 키워드 기반

GlobalMamba: Global Image Serialization for Vision Mamba

2024-10-14 · Chengkun Wang, Wenzhao Zheng, Jie zhou, Jiwen Lu

Vision mambas have demonstrated strong performance with linear complexity to the number of vision tokens. Their efficiency results from processing image tokens sequentially. However, most existing methods employ patch-ba…

image-classificationImage ClassificationMambaobject-detection+2

RayMamba: Ray-Aligned Serialization for Long-Range 3D Object Detection

2026-04-03 · Cheng Lu, Mingqian Ji, Shanshan Zhang, Zhihao Li 외 arxiv

Long-range 3D object detection remains challenging because LiDAR observations become highly sparse and fragmented in the far field, making reliable context modeling difficult for existing detectors. To address this issue…

Long-range modeling3D Object Detection

UniMamba: Unified Spatial-Channel Representation Learning with Group-Efficient Mamba for LiDAR-based 3D Object Detection

2025-03-15 · CVPR 2025 1 · Xin Jin, Haisheng Su, Kai Liu, Cong Ma 외

Recent advances in LiDAR 3D detection have demonstrated the effectiveness of Transformer-based frameworks in capturing the global dependencies from point cloud spaces, which serialize the 3D voxels into the flattened 1D …

3D Object DetectionMambaobject-detectionObject Detection+2

Scaling Vision Mamba Across Resolutions via Fractal Traversal

2025-05-20 · Bo Li, Haoke Xiao, Lv Tang

Vision Mamba has recently emerged as a promising alternative to Transformer-based architectures, offering linear complexity in sequence length while maintaining strong modeling capacity. However, its adaptation to visual…

Change Detectionimage-classificationImage ClassificationMamba+3

MeshMamba: State Space Models for Articulated 3D Mesh Generation and Reconstruction

2025-07-21 · Yusuke Yoshiyasu, Leyuan Sun, Ryusuke Sagawa arxiv

In this paper, we introduce MeshMamba, a neural network model for learning 3D articulated mesh models by employing the recently proposed Mamba State Space Models (Mamba-SSMs). MeshMamba is efficient and scalable in handl…

Human Mesh Recovery