Visual Perception + X · ECNU

ChatTracker

Cite

Enhancing Visual Tracking via LLM-Driven Iterative Description Refinement

NeurIPS 2024 conference version · IEEE TPAMI 2026 journal version

Abstract. Visual object tracking locates a target in a video sequence from an initial bounding box. Vision-language trackers introduce natural-language descriptions for broader applicability, but their performance is limited by noisy and ambiguous manual annotations. ChatTracker leverages multimodal large language models to generate and iteratively refine target descriptions with tracking feedback, then injects the refined semantics into visual and vision-language tracking pipelines.

The open release collects source code, raw experimental outputs, generated descriptions, and manual review results for inaccurate language annotations.

About

Descriptions should evolve with the tracker.

Existing VL tracking descriptions often point to incorrect targets, introduce ambiguity, or include typographical errors. ChatTracker uses LLM-driven reflection to refine those descriptions rather than treating them as fixed ground truth.

Annotation audit

Inaccurate language descriptions in tracking data

Manual review identifies common language failure modes and releases the review records so future trackers can be evaluated against more transparent textual supervision.

10%+ annotations found inaccurate
3 dominant error categories
Examples of inaccurate target descriptions in vision-language tracking datasets.
Overview of the ChatTracker framework.

Framework

An iterative loop for semantic tracking feedback

ChatTracker routes refined descriptions into visual and vision-language trackers, then feeds tracking evidence back to the multimodal model for the next refinement step.

Explore released artifacts

Publications

Cite the version you use

Conference version NeurIPS 2024

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

Yiming Sun, Fan Yu, Shaoxiang Chen, Yu Zhang, Junwei Huang, Yang Li, Chenhui Li, Changbo Wang.

Journal version IEEE TPAMI 2026

ChatTracker: Enhancing Visual Tracking via LLM-Driven Iterative Description Refinement

Yu Zhang, Yiming Sun, Mi Zhang, Fan Yu, Shaoxiang Chen, Yang Li, Changbo Wang, Jianke Zhu, Steven C.H. Hoi.

@inproceedings{sun2024chattracker,
  title={ChatTracker: Enhancing Visual Tracking Performance via Chatting with Multimodal Large Language Model},
  author={Sun, Yiming and Yu, Fan and Chen, Shaoxiang and Zhang, Yu and Huang, Junwei and Li, Yang and Li, Chenhui and Wang, Changbo},
  booktitle={Advances in Neural Information Processing Systems 37},
  pages={39303--39324},
  year={2024},
  doi={10.52202/079017-1241}
}