paper-with-me

홈 › Papers

Grounding-Tracking-Integration

2019-12-13 · Zhengyuan Yang, Tushar Kumar, Tianlang Chen, Jinsong Su, Jiebo Luo

In this paper, we study Tracking by Language that localizes the target box sequence in a video based on a language query. We propose a framework called GTI that decomposes the problem into three sub-tasks: Grounding, Tracking, and Integration. The three sub-task modules operate simultaneously and predict the box sequence frame-by-frame. "Grounding" predicts the referred region directly from the language query. "Tracking" localizes the target based on the history of the grounded regions in previous frames. "Integration" generates final predictions by synergistically combining grounding and tracking. With the "integration" task as the key, we explore how to indicate the quality of the grounded regions in each frame and achieve the desired mutually beneficial combination. To this end, we propose an "RT-integration" method that defines and predicts two scores to guide the integration: 1) R-score represents the Region correctness whether the grounding prediction accurately covers the target, and 2) T-score represents the Template quality whether the region provides informative visual cues to improve tracking in future frames. We present our real-time GTI implementation with the proposed RT-integration, and benchmark the framework on LaSOT and Lingual OTB99 with highly promising results. Moreover, we produce a disambiguated version of LaSOT queries to facilitate future tracking by language studies.

📄 PDF Abstract BibTeX arXiv:1912.06316

Code (0)

등록된 구현이 없습니다.

Similar 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…

Visual GroundingVisual Tracking

STORM: End-to-End Referring Multi-Object Tracking in Videos

2026-04-12 · Zijia Lu, Jingru Yi, Jue Wang, Yuxiao Chen 외 arxiv

Referring multi-object tracking (RMOT) is a task of associating all the objects in a video that semantically match with given textual queries or referring expressions. Existing RMOT approaches decompose object grounding …

Multi-Object Tracking

Annolid: Annotate, Segment, and Track Anything You Need

2024-03-27 · Chen Yang, Thomas A. Cleland

Annolid is a deep learning-based software package designed for the segmentation, labeling, and tracking of research targets within video files, focusing primarily on animal behavior analysis. Based on state-of-the-art in…

Instance SegmentationSegmentationSemantic SegmentationVideo Object Segmentation+1

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

Pinpointing Trigger Moment for Grounded Video QA: Enhancing Spatio-temporal Grounding in Multimodal Large Language Models

2025-11-04 · Jinhwan Seo, Yoonki Cho, Junhyug Noh, Sung-eui Yoon arxiv

In this technical report, we introduce a framework to address Grounded Video Question Answering (GVQA) task for the ICCV 2025 Perception Test Challenge. The GVQA task demands robust multimodal models capable of complex r…

Video Question Answering