paper-with-me

Papers

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 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.

📄 PDF Abstract BibTeX arXiv:2303.12027

Code (1)

lizhou-cs/jointnlt 공식 구현 pytorch

Tasks

Visual GroundingVisual Tracking

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Context-Aware Integration of Language and Visual References for Natural Language Tracking

2024-03-29 · CVPR 2024 1 · Yanyan Shao, Shuting He, Qi Ye, Yuchao Feng 외

Tracking by natural language specification (TNL) aims to consistently localize a target in a video sequence given a linguistic description in the initial frame. Existing methodologies perform language-based and template-…

Unifying Visual and Vision-Language Tracking via Contrastive Learning

2024-01-20 · Yinchao Ma, Yuyang Tang, Wenfei Yang, Tianzhu Zhang 외

Single object tracking aims to locate the target object in a video sequence according to the state specified by different modal references, including the initial bounding box (BBOX), natural language (NL), or both (NL+BB…

Contrastive LearningObject TrackingVisual GroundingVisual Object Tracking+1

Visual Grounding Strategies for Text-Only Natural Language Processing

2021-03-25 · EACL (LANTERN) 2021 4 · Damien Sileo

Visual grounding is a promising path toward more robust and accurate Natural Language Processing (NLP) models. Many multimodal extensions of BERT (e.g., VideoBERT, LXMERT, VL-BERT) allow a joint modeling of texts and ima…

Image RetrievalLanguage ModelingLanguage ModellingQuestion Answering+4

Dense Video Object Captioning from Disjoint Supervision

2023-06-20 · Xingyi Zhou, Anurag Arnab, Chen Sun, Cordelia Schmid

We propose a new task and model for dense video object captioning -- detecting, tracking and captioning trajectories of objects in a video. This task unifies spatial and temporal localization in video, whilst also requir…

ObjectSentenceTemporal LocalizationVideo Grounding

A Joint Study of Phrase Grounding and Task Performance in Vision and Language Models

2023-09-06 · Noriyuki Kojima, Hadar Averbuch-Elor, Yoav Artzi

Key to tasks that require reasoning about natural language in visual contexts is grounding words and phrases to image regions. However, observing this grounding in contemporary models is complex, even if it is generally …

Phrase Grounding