Diversifying Query: Region-Guided Transformer for Temporal Sentence Grounding
Xiaolong Sun, Liushuai Shi, Le Wang, Sanping Zhou, Kun Xia, Yabing Wang, Gang Hua
TL;DR
Temporal sentence grounding seeks moments in video that align with a language description. The proposed Region-Guided Transformer (RGTR) replaces freely learned queries with anchor-pair moment queries organized by static and dynamic anchors, initialized via clustering on ground-truth spans to inject explicit regional priors and reduce proposal overlap. An IoU-aware scoring head couples localization quality with classification confidence, guiding the ranking of proposals by both semantic relevance and boundary accuracy. Across QVHighlights, Charades-STA, and TACoS, RGTR achieves state-of-the-art results and demonstrates robustness to distribution shifts, illustrating the value of regional guidance and boundary-aware scoring for precise temporal localization.
Abstract
Temporal sentence grounding is a challenging task that aims to localize the moment spans relevant to a language description. Although recent DETR-based models have achieved notable progress by leveraging multiple learnable moment queries, they suffer from overlapped and redundant proposals, leading to inaccurate predictions. We attribute this limitation to the lack of task-related guidance for the learnable queries to serve a specific mode. Furthermore, the complex solution space generated by variable and open-vocabulary language descriptions complicates optimization, making it harder for learnable queries to distinguish each other adaptively. To tackle this limitation, we present a Region-Guided TRansformer (RGTR) for temporal sentence grounding, which diversifies moment queries to eliminate overlapped and redundant predictions. Instead of using learnable queries, RGTR adopts a set of anchor pairs as moment queries to introduce explicit regional guidance. Each anchor pair takes charge of moment prediction for a specific temporal region, which reduces the optimization difficulty and ensures the diversity of the final predictions. In addition, we design an IoU-aware scoring head to improve proposal quality. Extensive experiments demonstrate the effectiveness of RGTR, outperforming state-of-the-art methods on QVHighlights, Charades-STA and TACoS datasets. Codes are available at https://github.com/TensorsSun/RGTR
