QD-VMR: Query Debiasing with Contextual Understanding Enhancement for Video Moment Retrieval
Chenghua Gao, Min Li, Jianshuo Liu, Junxing Ren, Lin Chen, Haoyu Liu, Bo Meng, Jitao Fu, Wenwen Su
TL;DR
QD-VMR tackles query semantics ambiguity in Video Moment Retrieval by integrating a Global Partial Aligner for cross-modal alignment, a Query Debiasing Module to expand and contextualize queries, and a Visual Enhancement to filter video features, all feeding a DETR-based moment predictor. The approach combines partial relevance and contrastive learning losses to align video and text while expanding the query and inferring masked words to reduce bias. Empirical results on QVHighlights, Charades-STA, and TACoS demonstrate state-of-the-art performance, with detailed ablations confirming the individual contributions of GPA, QDM, and VE. The work advances retrieval accuracy under semantic ambiguity and offers a practical path toward robust VMR, with plans to release code for wider adoption.
Abstract
Video Moment Retrieval (VMR) aims to retrieve relevant moments of an untrimmed video corresponding to the query. While cross-modal interaction approaches have shown progress in filtering out query-irrelevant information in videos, they assume the precise alignment between the query semantics and the corresponding video moments, potentially overlooking the misunderstanding of the natural language semantics. To address this challenge, we propose a novel model called \textit{QD-VMR}, a query debiasing model with enhanced contextual understanding. Firstly, we leverage a Global Partial Aligner module via video clip and query features alignment and video-query contrastive learning to enhance the cross-modal understanding capabilities of the model. Subsequently, we employ a Query Debiasing Module to obtain debiased query features efficiently, and a Visual Enhancement module to refine the video features related to the query. Finally, we adopt the DETR structure to predict the possible target video moments. Through extensive evaluations of three benchmark datasets, QD-VMR achieves state-of-the-art performance, proving its potential to improve the accuracy of VMR. Further analytical experiments demonstrate the effectiveness of our proposed module. Our code will be released to facilitate future research.
