paper-with-me

Papers

VPTracker: Global Vision-Language Tracking via Visual Prompt

2025-12-28 · Jingchao Wang, Kaiwen Zhou, Zhijian Wu, Kunhua Ji, Dingjiang Huang, Yefeng Zheng arxiv

Vision-Language Tracking aims to continuously localize objects described by a visual template and a language description. Existing methods, however, are typically limited to local search, making them prone to failures under viewpoint changes, occlusions, and rapid target movements. In this work, we introduce the first global tracking framework based on Multimodal Large Language Models (VPTracker), exploiting their powerful semantic reasoning to locate targets across the entire image space. While global search improves robustness and reduces drift, it also introduces distractions from visually or semantically similar objects. To address this, we propose a location-aware visual prompting mechanism that incorporates spatial priors into the MLLM. Specifically, we construct a region-level prompt based on the target's previous location, enabling the model to prioritize region-level recognition and resort to global inference only when necessary. This design retains the advantages of global tracking while effectively suppressing interference from distracting visual content. Extensive experiments show that our approach significantly enhances tracking stability and target disambiguation under challenging scenarios, opening a new avenue for integrating MLLMs into visual tracking. Code is available at https://github.com/jcwang0602/VPTracker.

📄 PDF Abstract BibTeX arXiv:2512.22799

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Tracking

Similar Papers 제목 키워드 기반

VSE-MOT: Multi-Object Tracking in Low-Quality Video Scenes Guided by Visual Semantic Enhancement

2025-09-17 · Jun Du, Weiwei Xing, Ming Li, Fei Richard Yu arxiv

Current multi-object tracking (MOT) algorithms typically overlook issues inherent in low-quality videos, leading to significant degradation in tracking performance when confronted with real-world image deterioration. The…

Multi-Object Tracking

On Locality and Length Generalization in Visual Reasoning

2026-07-10 · Pulkit Madan, Sanjay Haresh, Reza Ebrahimi, Sunny Panchal 외 arxiv

A striking feature of the human visual system is that it ingests visual information through a series of local foveated glimpses, rather than a single global computation. This makes human vision distinctly different from …

Visual Reasoning

MambaVLT: Time-Evolving Multimodal State Space Model for Vision-Language Tracking

2024-11-23 · CVPR 2025 1 · Xinqi Liu, Li Zhou, Zikun Zhou, Jianqiu Chen 외

The vision-language tracking task aims to perform object tracking based on various modality references. Existing Transformer-based vision-language tracking methods have made remarkable progress by leveraging the global m…

MambaObject Tracking

Joint Visual Grounding and Tracking with Natural Language Specification

2023-03-21 · CVPR 2023 1 · Li Zhou, Zikun Zhou, Kaige Mao, Zhenyu He

Tracking by natural language specification aims to locate the referred target in a sequence based on the natural language description. Existing algorithms solve this issue in two steps, visual grounding and tracking, and…

Visual GroundingVisual Tracking

DTLLM-VLT: Diverse Text Generation for Visual Language Tracking Based on LLM

2024-05-20 · Xuchen Li, Xiaokun Feng, Shiyu Hu, Meiqi Wu 외

Visual Language Tracking (VLT) enhances single object tracking (SOT) by integrating natural language descriptions from a video, for the precise tracking of a specified object. By leveraging high-level semantic informatio…

Object TrackingText GenerationVisual Tracking