paper-with-me

홈 › Papers

Towards Long-Form Spatio-Temporal Video Grounding

2026-02-26 · Xin Gu, Bing Fan, Jiali Yao, Zhipeng Zhang, Yan Huang, Cheng Han, Heng Fan, Libo Zhang arxiv

In real scenarios, videos can span several minutes or even hours. However, existing research on spatio-temporal video grounding (STVG), given a textual query, mainly focuses on localizing targets in short videos of tens of seconds, typically less than one minute, which limits real-world applications. In this paper, we explore Long-Form STVG (LF-STVG), which aims to locate targets in long-term videos. Compared with short videos, long-term videos contain much longer temporal spans and more irrelevant information, making it difficult for existing STVG methods that process all frames at once. To address this challenge, we propose an AutoRegressive Transformer architecture for LF-STVG, termed ART-STVG. Unlike conventional STVG methods that require the entire video sequence to make predictions at once, ART-STVG treats the video as streaming input and processes frames sequentially, enabling efficient handling of long videos. To model spatio-temporal context, we design spatial and temporal memory banks and apply them to the decoders. Since memories from different moments are not always relevant to the current frame, we introduce simple yet effective memory selection strategies to provide more relevant information to the decoders, significantly improving performance. Furthermore, instead of parallel spatial and temporal localization, we propose a cascaded spatio-temporal design that connects the spatial decoder to the temporal decoder, allowing fine-grained spatial cues to assist complex temporal localization in long videos. Experiments on newly extended LF-STVG datasets show that ART-STVG significantly outperforms state-of-the-art methods, while achieving competitive performance on conventional short-form STVG. Our code is at: https://github.com/HengLan/ART-STVG.

📄 PDF Abstract BibTeX arXiv:2602.23294

Code (0)

등록된 구현이 없습니다.

Tasks

Spatio-Temporal Video Grounding

Similar Papers 제목 키워드 기반

What When and Where? Self-Supervised Spatio-Temporal Grounding in Untrimmed Multi-Action Videos from Narrated Instructions

2024-01-01 · CVPR 2024 1 · Brian Chen, Nina Shvetsova, Andrew Rouditchenko, Daniel Kondermann 외

Spatio-temporal grounding describes the task of localizing events in space and time e.g. in video data based on verbal descriptions only. Models for this task are usually trained with human-annotated sentences and bo…

Representation Learning

What, when, and where? -- Self-Supervised Spatio-Temporal Grounding in Untrimmed Multi-Action Videos from Narrated Instructions

2023-03-29 · Brian Chen, Nina Shvetsova, Andrew Rouditchenko, Daniel Kondermann 외

Spatio-temporal grounding describes the task of localizing events in space and time, e.g., in video data, based on verbal descriptions only. Models for this task are usually trained with human-annotated sentences and bou…

Representation LearningSpatio-Temporal Video Grounding

Human-centric Spatio-Temporal Video Grounding With Visual Transformers

2020-11-10 · Zongheng Tang, Yue Liao, Si Liu, Guanbin Li 외

In this work, we introduce a novel task - Humancentric Spatio-Temporal Video Grounding (HC-STVG). Unlike the existing referring expression tasks in images or videos, by focusing on humans, HC-STVG aims to localize a spat…

Referring ExpressionSentenceSpatio-Temporal Video GroundingTemporal Localization+1

Fine-grained Spatiotemporal Grounding on Egocentric Videos

2025-08-01 · Shuo Liang, Yiwu Zhong, Zi-Yuan Hu, Yeyao Tao 외 arxiv

Spatiotemporal video grounding aims to localize target entities in videos based on textual queries. While existing research has made significant progress in exocentric videos, the egocentric setting remains relatively un…

Video Grounding

VideoZeroBench: Probing the Limits of Video MLLMs with Spatio-Temporal Evidence Verification

2026-04-02 · Jiahao Meng, Tan Yue, Qi Xu, Haochen Wang 외 arxiv

Recent video multimodal large language models achieve impressive results across various benchmarks. However, current evaluations suffer from two critical limitations: (1) inflated scores can mask deficiencies in fine-gra…

Video Question Answering