paper-with-me

Papers

UniVTG: Towards Unified Video-Language Temporal Grounding

2023-07-31 · ICCV 2023 1 · Kevin Qinghong Lin, Pengchuan Zhang, Joya Chen, Shraman Pramanick, Difei Gao, Alex Jinpeng Wang, Rui Yan, Mike Zheng Shou

Video Temporal Grounding (VTG), which aims to ground target clips from videos (such as consecutive intervals or disjoint shots) according to custom language queries (e.g., sentences or words), is key for video browsing on social media. Most methods in this direction develop taskspecific models that are trained with type-specific labels, such as moment retrieval (time interval) and highlight detection (worthiness curve), which limits their abilities to generalize to various VTG tasks and labels. In this paper, we propose to Unify the diverse VTG labels and tasks, dubbed UniVTG, along three directions: Firstly, we revisit a wide range of VTG labels and tasks and define a unified formulation. Based on this, we develop data annotation schemes to create scalable pseudo supervision. Secondly, we develop an effective and flexible grounding model capable of addressing each task and making full use of each label. Lastly, thanks to the unified framework, we are able to unlock temporal grounding pretraining from large-scale diverse labels and develop stronger grounding abilities e.g., zero-shot grounding. Extensive experiments on three tasks (moment retrieval, highlight detection and video summarization) across seven datasets (QVHighlights, Charades-STA, TACoS, Ego4D, YouTube Highlights, TVSum, and QFVS) demonstrate the effectiveness and flexibility of our proposed framework. The codes are available at https://github.com/showlab/UniVTG.

📄 PDF Abstract BibTeX arXiv:2307.16715

Code (1)

showlab/univtg 공식 구현 pytorch

Tasks

Highlight DetectionMoment RetrievalNatural Language Moment RetrievalRetrievalVideo Summarization

Similar Papers 제목 키워드 기반

Moment of Untruth: Dealing with Negative Queries in Video Moment Retrieval

2025-02-12 · Kevin Flanagan, Dima Damen, Michael Wray

Video Moment Retrieval is a common task to evaluate the performance of visual-language models - it involves localising start and end times of moments in videos from query sentences. The current task formulation assumes t…

AvgMoment RetrievalRetrieval

Compositional Temporal Visual Grounding of Natural Language Event Descriptions

2019-12-04 · Jonathan C. Stroud, Ryan McCaffrey, Rada Mihalcea, Jia Deng 외

Temporal grounding entails establishing a correspondence between natural language event descriptions and their visual depictions. Compositional modeling becomes central: we first ground atomic descriptions "girl eating a…

Visual Grounding

SAMA: Towards Multi-Turn Referential Grounded Video Chat with Large Language Models

2025-05-24 · Ye Sun, Hao Zhang, Henghui Ding, Tiehua Zhang 외

Achieving fine-grained spatio-temporal understanding in videos remains a major challenge for current Video Large Multimodal Models (Video LMMs). Addressing this challenge requires mastering two core capabilities: video r…

BenchmarkingVideo Grounding

SpaceVLLM: Endowing Multimodal Large Language Model with Spatio-Temporal Video Grounding Capability

2025-03-18 · Jiankang Wang, Zhihan Zhang, Zhihang Liu, Yang Li 외

Multimodal large language models (MLLMs) have made remarkable progress in either temporal or spatial localization. However, they struggle to perform spatio-temporal video grounding. This limitation stems from two major c…

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model+3

Conditional Multi-Event Temporal Grounding in Long-Form Video

2026-06-13 · Yuanhao Zou, Arthad Kulkarni, Lucas Tonanez, Lincoln Spencer 외 arxiv

Multimodal large language models have made rapid progress in video temporal grounding, yet real-world applications routinely require localizing every event that satisfies compositional temporal and spatial conditions. Ex…