paper-with-me

Papers

Single-Model and Any-Modality for Video Object Tracking

2023-11-27 · CVPR 2024 1 · Zongwei Wu, Jilai Zheng, Xiangxuan Ren, Florin-Alexandru Vasluianu, Chao Ma, Danda Pani Paudel, Luc van Gool, Radu Timofte

In the realm of video object tracking, auxiliary modalities such as depth, thermal, or event data have emerged as valuable assets to complement the RGB trackers. In practice, most existing RGB trackers learn a single set of parameters to use them across datasets and applications. However, a similar single-model unification for multi-modality tracking presents several challenges. These challenges stem from the inherent heterogeneity of inputs -- each with modality-specific representations, the scarcity of multi-modal datasets, and the absence of all the modalities at all times. In this work, we introduce Un-Track, a Unified Tracker of a single set of parameters for any modality. To handle any modality, our method learns their common latent space through low-rank factorization and reconstruction techniques. More importantly, we use only the RGB-X pairs to learn the common latent space. This unique shared representation seamlessly binds all modalities together, enabling effective unification and accommodating any missing modality, all within a single transformer-based architecture. Our Un-Track achieves +8.1 absolute F-score gain, on the DepthTrack dataset, by introducing only +2.14 (over 21.50) GFLOPs with +6.6M (over 93M) parameters, through a simple yet efficient prompting strategy. Extensive comparisons on five benchmark datasets with different modalities show that Un-Track surpasses both SOTA unified trackers and modality-specific counterparts, validating our effectiveness and practicality. The source code is publicly available at https://github.com/Zongwei97/UnTrack.

📄 PDF Abstract BibTeX arXiv:2311.15851

Code (1)

zongwei97/untrack 공식 구현 pytorch

Tasks

ObjectObject TrackingRgb-T TrackingVideo Object Tracking

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

UniSOT: A Unified Framework for Multi-Modality Single Object Tracking

2025-11-03 · Yinchao Ma, Yuyang Tang, Wenfei Yang, Tianzhu Zhang 외 arxiv

Single object tracking aims to localize target object with specific reference modalities (bounding box, natural language or both) in a sequence of specific video modalities (RGB, RGB+Depth, RGB+Thermal or RGB+Event.). Di…

Object TrackingVisual Tracking

Unifying Visual and Vision-Language Tracking via Contrastive Learning

2024-01-20 · Yinchao Ma, Yuyang Tang, Wenfei Yang, Tianzhu Zhang 외

Single object tracking aims to locate the target object in a video sequence according to the state specified by different modal references, including the initial bounding box (BBOX), natural language (NL), or both (NL+BB…

Contrastive LearningObject TrackingVisual GroundingVisual Object Tracking+1

Referring Video Object Segmentation with Cross-Modality Proxy Queries

2025-11-26 · Baoli Sun, Xinzhu Ma, Ning Wang, Zhihui Wang 외 arxiv

Referring video object segmentation (RVOS) is an emerging cross-modality task that aims to generate pixel-level maps of the target objects referred by given textual expressions. The main concept involves learning an accu…

Referring Video Object SegmentationObject Tracking

Multimodal Dialogue State Tracking

2022-06-16 · NAACL 2022 7 · Hung Le, Nancy F. Chen, Steven C. H. Hoi

Designed for tracking user goals in dialogues, a dialogue state tracker is an essential component in a dialogue system. However, the research of dialogue state tracking has largely been limited to unimodality, in which s…

Dialogue State TrackingVideo Understanding

Tracking and Segmenting Anything in Any Modality

2025-11-22 · Tianlu Zhang, Qiang Zhang, Guiguang Ding, Jungong Han arxiv

Tracking and segmentation play essential roles in video understanding, providing basic positional information and temporal association of objects within video sequences. Despite their shared objective, existing approache…

Representation LearningMulti-Object Tracking