CVAIFeb 16, 2025

Knowing Your Target: Target-Aware Transformer Makes Better Spatio-Temporal Video Grounding

arXiv:2502.11168v112 citationsh-index: 7ICLR
Originality Incremental advance
AI Analysis

This work improves video grounding accuracy for applications like video understanding, though it is incremental as it builds on existing Transformer-based STVG methods.

The paper tackles the problem of spatio-temporal video grounding (STVG) by addressing the inefficiency of zero-initialized object queries in Transformer-based methods, which struggle with distractors or occlusion. The proposed Target-Aware Transformer (TA-STVG) adaptively generates queries using target-specific cues, achieving state-of-the-art performance on three benchmarks.

Transformer has attracted increasing interest in STVG, owing to its end-to-end pipeline and promising result. Existing Transformer-based STVG approaches often leverage a set of object queries, which are initialized simply using zeros and then gradually learn target position information via iterative interactions with multimodal features, for spatial and temporal localization. Despite simplicity, these zero object queries, due to lacking target-specific cues, are hard to learn discriminative target information from interactions with multimodal features in complicated scenarios (\e.g., with distractors or occlusion), resulting in degradation. Addressing this, we introduce a novel Target-Aware Transformer for STVG (TA-STVG), which seeks to adaptively generate object queries via exploring target-specific cues from the given video-text pair, for improving STVG. The key lies in two simple yet effective modules, comprising text-guided temporal sampling (TTS) and attribute-aware spatial activation (ASA), working in a cascade. The former focuses on selecting target-relevant temporal cues from a video utilizing holistic text information, while the latter aims at further exploiting the fine-grained visual attribute information of the object from previous target-aware temporal cues, which is applied for object query initialization. Compared to existing methods leveraging zero-initialized queries, object queries in our TA-STVG, directly generated from a given video-text pair, naturally carry target-specific cues, making them adaptive and better interact with multimodal features for learning more discriminative information to improve STVG. In our experiments on three benchmarks, TA-STVG achieves state-of-the-art performance and significantly outperforms the baseline, validating its efficacy.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes