Collaborative Temporal Consistency Learning for Point-supervised Natural Language Video Localization
Zhuo Tao, Liang Li, Qi Chen, Yunbin Tu, Zheng-Jun Zha, Ming-Hsuan Yang, Yuankai Qi, Qingming Huang
TL;DR
This work tackles natural language video localization under point supervision, where only a single annotated frame within the target moment is available. It introduces COTEL, a framework that jointly learns frame-level saliency and segment-level moment proposals via Temporal Consistency Learning (TCL), and enforces mutual enhancement through cross-consistency guidance (Frame-Level and Segment-Level) and a Hierarchical Contrastive Alignment Loss (HCAL). By integrating a Gaussian prior around the annotated frame and using both intra- and inter-video contrastive terms, COTEL achieves strong video–text alignment and precise moment localization, approaching fully-supervised performance at a fraction of the annotation cost. Experiments on Charades-STA and TACoS demonstrate state-of-the-art results among point-supervised methods, with ablations confirming the complementary roles of frame- and segment-level paths and the effectiveness of cross-consistency and HCAL. The approach offers practical impact for scalable video understanding where exhaustive temporal annotations are impractical.
Abstract
Natural language video localization (NLVL) is a crucial task in video understanding that aims to localize the target moment in videos specified by a given language description. Recently, a point-supervised paradigm has been presented to address this task, requiring only a single annotated frame within the target moment rather than complete temporal boundaries. Compared with the fully-supervised paradigm, it offers a balance between localization accuracy and annotation cost. However, due to the absence of complete annotation, it is challenging to align the video content with language descriptions, consequently hindering accurate moment prediction. To address this problem, we propose a new COllaborative Temporal consistEncy Learning (COTEL) framework that leverages the synergy between saliency detection and moment localization to strengthen the video-language alignment. Specifically, we first design a frame- and a segment-level Temporal Consistency Learning (TCL) module that models semantic alignment across frame saliencies and sentence-moment pairs. Then, we design a cross-consistency guidance scheme, including a Frame-level Consistency Guidance (FCG) and a Segment-level Consistency Guidance (SCG), that enables the two temporal consistency learning paths to reinforce each other mutually. Further, we introduce a Hierarchical Contrastive Alignment Loss (HCAL) to comprehensively align the video and text query. Extensive experiments on two benchmarks demonstrate that our method performs favorably against SoTA approaches. We will release all the source codes.
