SCANet: Scene Complexity Aware Network for Weakly-Supervised Video Moment Retrieval
Sunjae Yoon, Gwanhyeong Koo, Dahyun Kim, Chang D. Yoo
TL;DR
SCANet tackles weakly-supervised video moment retrieval by introducing scene complexity as a prior to adapt proposal generation and enhancement. It defines a scalar scene complexity α through scene finding and redundancy removal, then uses a codebook-backed complexity vector to generate a variable number of proposals and a Flatten Gaussian mask to localize them, followed by cross-modal reconstruction and hierarchical contrastive learning for robust alignment. Dynamic calibration further tailors the training loss to videos of differing complexity. Empirically, SCANet achieves state-of-the-art or strong results on Charades-STA, ActivityNet Captions, and TVR, and ablations confirm the value of redundancy removal, complexity-adaptive proposals, and multi-level contrastive signals in reducing scene-proposal mismatch. This work advances wsVMR by introducing a principled, complexity-aware mechanism to handle diverse scene counts in real videos, improving both retrieval accuracy and interpretability of proposals.
Abstract
Video moment retrieval aims to localize moments in video corresponding to a given language query. To avoid the expensive cost of annotating the temporal moments, weakly-supervised VMR (wsVMR) systems have been studied. For such systems, generating a number of proposals as moment candidates and then selecting the most appropriate proposal has been a popular approach. These proposals are assumed to contain many distinguishable scenes in a video as candidates. However, existing proposals of wsVMR systems do not respect the varying numbers of scenes in each video, where the proposals are heuristically determined irrespective of the video. We argue that the retrieval system should be able to counter the complexities caused by varying numbers of scenes in each video. To this end, we present a novel concept of a retrieval system referred to as Scene Complexity Aware Network (SCANet), which measures the `scene complexity' of multiple scenes in each video and generates adaptive proposals responding to variable complexities of scenes in each video. Experimental results on three retrieval benchmarks (i.e., Charades-STA, ActivityNet, TVR) achieve state-of-the-art performances and demonstrate the effectiveness of incorporating the scene complexity.
