arXiv:2505.19434cs.CVcs.AI2025-05ICML被引 12

通过紧凑时空特征提升多模态目标跟踪性能

CSTrack: Enhancing RGB-X Tracking via Compact Spatiotemporal Features

  • 将RGB与X模态输入融合为紧凑空间特征,统一建模跨模态与模态内关系
  • 在多个主流数据集上达到新最优表现,显著优于现有方法
  • 适合需要高效多模态跟踪的视觉系统开发者参考

有效建模并利用来自RGB及其他模态(如深度、热成像、事件数据,统称X)的时空特征是构建RGB-X跟踪器的核心。现有方法通常采用双并行分支分别处理RGB和X输入流,导致模型需同时应对两个分散的特征空间,不仅结构复杂,计算量也大。更关键的是,各模态内部的空间建模带来巨大计算开销,挤占了跨模态与时间建模的资源。为此,我们提出CSTrack,聚焦于紧凑时空特征建模,实现简洁而高效的跟踪。具体地,设计了一种新颖的空间紧凑模块,将RGB-X双输入流融合为紧凑空间特征,支持充分的模态内与跨模态空间建模;同时引入高效的时序紧凑模块,通过构建优化的目标分布热图来紧凑表示时序特征。大量实验证明该紧凑时空建模方法的有效性,CSTrack在主流RGB-X基准上取得新SOTA结果。代码与模型将公开于:https://github.com/XiaokunFeng/CSTrack。

原文摘要 · Abstract (English)

Effectively modeling and utilizing spatiotemporal features from RGB and other modalities (\eg, depth, thermal, and event data, denoted as X) is the core of RGB-X tracker design. Existing methods often employ two parallel branches to separately process the RGB and X input streams, requiring the model to simultaneously handle two dispersed feature spaces, which complicates both the model structure and computation process. More critically, intra-modality spatial modeling within each dispersed space incurs substantial computational overhead, limiting resources for inter-modality spatial modeling and temporal modeling. To address this, we propose a novel tracker, CSTrack, which focuses on modeling Compact Spatiotemporal features to achieve simple yet effective tracking. Specifically, we first introduce an innovative Spatial Compact Module that integrates the RGB-X dual input streams into a compact spatial feature, enabling thorough intra- and inter-modality spatial modeling. Additionally, we design an efficient Temporal Compact Module that compactly represents temporal features by constructing the refined target distribution heatmap. Extensive experiments validate the effectiveness of our compact spatiotemporal modeling method, with CSTrack achieving new SOTA results on mainstream RGB-X benchmarks. The code and models will be released at: https://github.com/XiaokunFeng/CSTrack.

目标跟踪多模态紧凑建模

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。