paper-with-me

홈 › Papers

CLDTracker: A Comprehensive Language Description for Visual Tracking

2025-05-29 · Mohamad Alansari, Sajid Javed, Iyyakutti Iyappan Ganapathi, Sara Alansari, Muzammal Naseer

VOT remains a fundamental yet challenging task in computer vision due to dynamic appearance changes, occlusions, and background clutter. Traditional trackers, relying primarily on visual cues, often struggle in such complex scenarios. Recent advancements in VLMs have shown promise in semantic understanding for tasks like open-vocabulary detection and image captioning, suggesting their potential for VOT. However, the direct application of VLMs to VOT is hindered by critical limitations: the absence of a rich and comprehensive textual representation that semantically captures the target object's nuances, limiting the effective use of language information; inefficient fusion mechanisms that fail to optimally integrate visual and textual features, preventing a holistic understanding of the target; and a lack of temporal modeling of the target's evolving appearance in the language domain, leading to a disconnect between the initial description and the object's subsequent visual changes. To bridge these gaps and unlock the full potential of VLMs for VOT, we propose CLDTracker, a novel Comprehensive Language Description framework for robust visual Tracking. Our tracker introduces a dual-branch architecture consisting of a textual and a visual branch. In the textual branch, we construct a rich bag of textual descriptions derived by harnessing the powerful VLMs such as CLIP and GPT-4V, enriched with semantic and contextual cues to address the lack of rich textual representation. Experiments on six standard VOT benchmarks demonstrate that CLDTracker achieves SOTA performance, validating the effectiveness of leveraging robust and temporally-adaptive vision-language representations for tracking. Code and models are publicly available at: https://github.com/HamadYA/CLDTracker

📄 PDF Abstract BibTeX arXiv:2505.23704

Code (1)

hamadya/cldtracker 공식 구현 pytorch

Tasks

Image CaptioningVisual Tracking

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Bridging Vision and Language for Robust Context-Aware Surgical Point Tracking: The VL-SurgPT Dataset and Benchmark

2025-11-15 · Rulin Zhou, Wenlong He, An Wang, Jianhang Zhang 외 arxiv

Accurate point tracking in surgical environments remains challenging due to complex visual conditions, including smoke occlusion, specular reflections, and tissue deformation. While existing surgical tracking datasets pr…

Visual TrackingPoint Tracking

JTD-UAV: MLLM-Enhanced Joint Tracking and Description Framework for Anti-UAV Systems

2025-01-01 · CVPR 2025 1 · Yifan Wang, Jian Zhao, Zhaoxin Fan, Xin Zhang 외

Unmanned Aerial Vehicles (UAVs) are widely adopted across various fields, yet they raise significant privacy and safety concerns, demanding robust monitoring solutions. Existing anti-UAV methods primarily focus on po…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

ChatTracker: Enhancing Visual Tracking Performance via Chatting with Multimodal Large Language Model

2024-11-04 · Yiming Sun, Fan Yu, Shaoxiang Chen, Yu Zhang 외

Visual object tracking aims to locate a targeted object in a video sequence based on an initial bounding box. Recently, Vision-Language~(VL) trackers have proposed to utilize additional natural language descriptions to e…

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model+4

DTVLT: A Multi-modal Diverse Text Benchmark for Visual Language Tracking Based on LLM

2024-10-03 · Xuchen Li, Shiyu Hu, Xiaokun Feng, Dailing Zhang 외

Visual language tracking (VLT) has emerged as a cutting-edge research area, harnessing linguistic data to enhance algorithms with multi-modal inputs and broadening the scope of traditional single object tracking (SOT) to…

Object TrackingVideo Understanding

Learning to Track Instance from Single Nature Language Description

2026-05-08 · Yaozong Zheng, Bineng Zhong, Qihua Liang, Shuimu Zeng 외 arxiv

How to achieve vision-language (VL) tracking using natural language descriptions from a video sequence \textbf{without relying on any bounding-box ground truth}? In this work, we achieve this goal by tackling \textit{sel…

Self-Supervised Learning