Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Tracking with Human-Intent Reasoning

About

Advances in perception modeling have significantly improved the performance of object tracking. However, the current methods for specifying the target object in the initial frame are either by 1) using a box or mask template, or by 2) providing an explicit language description. These manners are cumbersome and do not allow the tracker to have self-reasoning ability. Therefore, this work proposes a new tracking task -- Instruction Tracking, which involves providing implicit tracking instructions that require the trackers to perform tracking automatically in video frames. To achieve this, we investigate the integration of knowledge and reasoning capabilities from a Large Vision-Language Model (LVLM) for object tracking. Specifically, we propose a tracker called TrackGPT, which is capable of performing complex reasoning-based tracking. TrackGPT first uses LVLM to understand tracking instructions and condense the cues of what target to track into referring embeddings. The perception component then generates the tracking results based on the embeddings. To evaluate the performance of TrackGPT, we construct an instruction tracking benchmark called InsTrack, which contains over one thousand instruction-video pairs for instruction tuning and evaluation. Experiments show that TrackGPT achieves competitive performance on referring video object segmentation benchmarks, such as getting a new state-of the-art performance of 66.5 $\mathcal{J}\&\mathcal{F}$ on Refer-DAVIS. It also demonstrates a superior performance of instruction tracking under new evaluation protocols. The code and models are available at \href{https://github.com/jiawen-zhu/TrackGPT}{https://github.com/jiawen-zhu/TrackGPT}.

Jiawen Zhu, Zhi-Qi Cheng, Jun-Yan He, Chenyang Li, Bin Luo, Huchuan Lu, Yifeng Geng, Xuansong Xie• 2023

Related benchmarks

TaskDatasetResultRank
Referring Video Object SegmentationRef-YouTube-VOS (val)
J&F Score59.5
200
Referring Video Object SegmentationRef-DAVIS 2017 (val)
J&F66.5
178
Referring Video Object SegmentationRef-DAVIS 17
J&F Score66.5
131
Referring Video Object SegmentationMeViS (val)
J&F Score0.412
122
Referring Video SegmentationRefer-Youtube-VOS (val)
J Index58.1
44
Reasoning Video Object SegmentationReVOS 1.0 (test)
Jaccard (J)0.381
22
Video Referring SegmentationReVOS Referring
J Score48.3
19
Referring Video Object SegmentationRefer-Youtube-VOS
J&F Score59.5
18
Video Reasoning SegmentationReVOS (test)
Referring Jaccard48.3
13
Instruction TrackingInsTrack 1.0 (test)
J&F0.549
10
Showing 10 of 13 rows

Other info

Code

Follow for update