CVMar 21, 2023

Joint Visual Grounding and Tracking with Natural Language Specification

Amazon
arXiv:2303.12027v1126 citationsh-index: 41Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of integrating language and vision for object tracking, offering a more efficient approach for applications in video analysis, though it is incremental by building on existing two-step methods.

The paper tackles the problem of tracking objects in video sequences using natural language descriptions by proposing a joint framework that unifies visual grounding and tracking, achieving state-of-the-art performance on benchmarks like TNL2K, LaSOT, OTB99, and RefCOCOg.

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 accordingly deploy the separated grounding model and tracking model to implement these two steps, respectively. Such a separated framework overlooks the link between visual grounding and tracking, which is that the natural language descriptions provide global semantic cues for localizing the target for both two steps. Besides, the separated framework can hardly be trained end-to-end. To handle these issues, we propose a joint visual grounding and tracking framework, which reformulates grounding and tracking as a unified task: localizing the referred target based on the given visual-language references. Specifically, we propose a multi-source relation modeling module to effectively build the relation between the visual-language references and the test image. In addition, we design a temporal modeling module to provide a temporal clue with the guidance of the global semantic information for our model, which effectively improves the adaptability to the appearance variations of the target. Extensive experimental results on TNL2K, LaSOT, OTB99, and RefCOCOg demonstrate that our method performs favorably against state-of-the-art algorithms for both tracking and grounding. Code is available at https://github.com/lizhou-cs/JointNLT.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes