Agentic Spatio-Temporal Grounding via Collaborative Reasoning
Heng Zhao, Yew-Soon Ong, Joey Tianyi Zhou
TL;DR
ASTG tackles Spatio-Temporal Video Grounding in zero-shot, training-free settings by decomposing the grounding task into collaborative Spatial and Temporal Reasoning Agents. The Spatial Reasoning Agent proposes candidate tubes on selected frames, while the Temporal Reasoning Agent validates and temporally localizes using visual prompts within a propose-and-evaluate loop, aided by a Candidate Memory and a Controller that manage memory and dialogue. This agentic, tool-augmented approach enables open-world generalization and reduces redundant frame-wise reasoning, achieving strong results on VidSTG and HC-STVG benchmarks that rival some fully supervised methods. The work demonstrates the practicality of autonomous, memory-guided reasoning for robust, zero-shot STVG in unconstrained video data.
Abstract
Spatio-Temporal Video Grounding (STVG) aims to retrieve the spatio-temporal tube of a target object or person in a video given a text query. Most existing approaches perform frame-wise spatial localization within a predicted temporal span, resulting in redundant computation, heavy supervision requirements, and limited generalization. Weakly-supervised variants mitigate annotation costs but remain constrained by the dataset-level train-and-fit paradigm with an inferior performance. To address these challenges, we propose the Agentic Spatio-Temporal Grounder (ASTG) framework for the task of STVG towards an open-world and training-free scenario. Specifically, two specialized agents SRA (Spatial Reasoning Agent) and TRA (Temporal Reasoning Agent) constructed leveraging on modern Multimoal Large Language Models (MLLMs) work collaboratively to retrieve the target tube in an autonomous and self-guided manner. Following a propose-and-evaluation paradigm, ASTG duly decouples spatio-temporal reasoning and automates the tube extraction, verification and temporal localization processes. With a dedicate visual memory and dialogue context, the retrieval efficiency is significantly enhanced. Experiments on popular benchmarks demonstrate the superiority of the proposed approach where it outperforms existing weakly-supervised and zero-shot approaches by a margin and is comparable to some of the fully-supervised methods.
