Unified Static and Dynamic Network: Efficient Temporal Filtering for Video Grounding
Jingjing Hu, Dan Guo, Kun Li, Zhan Si, Xun Yang, Xiaojun Chang, Meng Wang
TL;DR
UniSDNet addresses natural and spoken language video grounding by unifying static cross-modal semantics with dynamic video context. It couples a ResMLP-based Static Semantic Supplement Network with a Dynamic Temporal Filtering Network that uses a diffusive video clip graph and a multi-kernel Temporal Gaussian Filter, followed by 2D moment proposal generation and cosine-based modality alignment. The model is trained with IoU regression and contrastive losses, achieving state-of-the-art results on ActivityNet Captions, TACoS, Charades-STA, ActivityNet Speech, and the newly introduced SLVG datasets, while remaining efficient with a compact parameter footprint. This work demonstrates that a biologically inspired two-stage design can substantially improve cross-modal grounding performance and inference efficiency, and it provides new SLVG datasets to advance the field.
Abstract
Inspired by the activity-silent and persistent activity mechanisms in human visual perception biology, we design a Unified Static and Dynamic Network (UniSDNet), to learn the semantic association between the video and text/audio queries in a cross-modal environment for efficient video grounding. For static modeling, we devise a novel residual structure (ResMLP) to boost the global comprehensive interaction between the video segments and queries, achieving more effective semantic enhancement/supplement. For dynamic modeling, we effectively exploit three characteristics of the persistent activity mechanism in our network design for a better video context comprehension. Specifically, we construct a diffusely connected video clip graph on the basis of 2D sparse temporal masking to reflect the "short-term effect" relationship. We innovatively consider the temporal distance and relevance as the joint "auxiliary evidence clues" and design a multi-kernel Temporal Gaussian Filter to expand the context clue into high-dimensional space, simulating the "complex visual perception", and then conduct element level filtering convolution operations on neighbour clip nodes in message passing stage for finally generating and ranking the candidate proposals. Our UniSDNet is applicable to both Natural Language Video Grounding (NLVG) and Spoken Language Video Grounding (SLVG) tasks. Our UniSDNet achieves SOTA performance on three widely used datasets for NLVG, as well as three datasets for SLVG, e.g., reporting new records at 38.88% R@1,IoU@0.7 on ActivityNet Captions and 40.26% R@1,IoU@0.5 on TACoS. To facilitate this field, we collect two new datasets (Charades-STA Speech and TACoS Speech) for SLVG task. Meanwhile, the inference speed of our UniSDNet is 1.56$\times$ faster than the strong multi-query benchmark. Code is available at: https://github.com/xian-sh/UniSDNet.
