paper-with-me

홈 › Papers

Towards Universal Modal Tracking with Online Dense Temporal Token Learning

2025-07-27 · Yaozong Zheng, Bineng Zhong, Qihua Liang, Shengping Zhang, Guorong Li, Xianxian Li, Rongrong Ji arxiv

We propose a universal video-level modality-awareness tracking model with online dense temporal token learning (called {\modaltracker}). It is designed to support various tracking tasks, including RGB, RGB+Thermal, RGB+Depth, and RGB+Event, utilizing the same model architecture and parameters. Specifically, our model is designed with three core goals: \textbf{Video-level Sampling}. We expand the model's inputs to a video sequence level, aiming to see a richer video context from an near-global perspective. \textbf{Video-level Association}. Furthermore, we introduce two simple yet effective online dense temporal token association mechanisms to propagate the appearance and motion trajectory information of target via a video stream manner. \textbf{Modality Scalable}. We propose two novel gated perceivers that adaptively learn cross-modal representations via a gated attention mechanism, and subsequently compress them into the same set of model parameters via a one-shot training manner for multi-task inference. This new solution brings the following benefits: (i) The purified token sequences can serve as temporal prompts for the inference in the next video frames, whereby previous information is leveraged to guide future inference. (ii) Unlike multi-modal trackers that require independent training, our one-shot training scheme not only alleviates the training burden, but also improves model representation. Extensive experiments on visible and multi-modal benchmarks show that our {\modaltracker} achieves a new \textit{SOTA} performance. The code will be available at https://github.com/GXNU-ZhongLab/ODTrack.

📄 PDF Abstract BibTeX arXiv:2507.20177

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Temporal Adaptive RGBT Tracking with Modality Prompt

2024-01-02 · Hongyu Wang, Xiaotao Liu, YiFan Li, Meng Sun 외

RGBT tracking has been widely used in various fields such as robotics, surveillance processing, and autonomous driving. Existing RGBT trackers fully explore the spatial information between the template and the search reg…

Autonomous DrivingRgb-T Tracking

Universal Online Temporal Calibration for Optimization-based Visual-Inertial Navigation Systems

2025-01-03 · Yunfei Fan, Tianyu Zhao, Linan Guo, Chen Chen 외

6-Degree of Freedom (6DoF) motion estimation with a combination of visual and inertial sensors is a growing area with numerous real-world applications. However, precise calibration of the time offset between these two se…

Motion Estimation

Online Dense Point Tracking with Streaming Memory

2025-03-09 · Qiaole Dong, Yanwei Fu

Dense point tracking is a challenging task requiring the continuous tracking of every point in the initial frame throughout a substantial portion of a video, even in the presence of occlusions. Traditional methods use op…

Optical Flow EstimationPoint Tracking

ODTrack: Online Dense Temporal Token Learning for Visual Tracking

2024-01-03 · Yaozong Zheng, Bineng Zhong, Qihua Liang, Zhiyi Mo 외

Online contextual reasoning and association across consecutive video frames are critical to perceive instances in visual tracking. However, most current top-performing trackers persistently lean on sparse temporal relati…

Semi-Supervised Video Object SegmentationVideo Object TrackingVisual Object TrackingVisual Tracking

Track Targets by Dense Spatio-Temporal Position Encoding

2022-10-17 · Jinkun Cao, Hao Wu, Kris Kitani

In this work, we propose a novel paradigm to encode the position of targets for target tracking in videos using transformers. The proposed paradigm, Dense Spatio-Temporal (DST) position encoding, encodes spatio-temporal …

Multi-Object TrackingMulti-Object Tracking and SegmentationObjectObject Tracking+1