top of page

Abstract

This paper explores the task of video moment retrieval (VMR), which aims to localize the temporal boundary of a specific moment from an untrimmed video by a sentence query. Previous methods either extract pre-defined candidate moment features and select the moment that best matches the query by ranking, or directly align the boundary clips of a target moment with the query and predict matching scores. Despite their effectiveness, these methods mostly focus only on aligning the query and single-level clip or moment features, and ignore the different granularities involved in the video itself, such as clip, moment, or video, resulting in insufficient cross-modal interaction. To this end, we propose a Temporal Localization Network with Hierarchical Contrastive Learning (HCLNet) for the VMR task. Specifically, we introduce a hierarchical contrastive learning method to better align the query and video by maximizing the mutual information (MI) between query and three different granularities of video to learn informative representations. Meanwhile, we introduce a self-supervised cycle-consistency loss to enforce the further semantic alignment between fine-grained video clips and query words. Experiments on three standard benchmarks show the effectiveness of our proposed method.

Framework

HCLNet.png

The main contributions

(1) We propose hierarchical contrastive learning objectives, ClipCL, MomentCL, and VideoCL, to simulate cross-modal interaction at clip level, moment level, and video level by measuring the mutual information between video and query at different granularities.

(2) We introduce a self-supervised cycle-consistency loss that encourages semantic alignment between video clips and query words.

 

(3) We conduct extensive experiments on three benchmark datasets and demonstrate the effectiveness of HCLNet compared to state-of-the-art methods. 

Codes & Datasets

Please Download!

Results

Please check the content of the paper

© 2022 by HCLNet. Proudly created with Wix.com

bottom of page