Moment of Untruth: Dealing with Negative Queries in Video Moment Retrieval
Kevin Flanagan, Dima Damen, Michael Wray
TL;DR
This work addresses the fragility of video moment retrieval models when faced with negative queries by introducing Negative-Aware Video Moment Retrieval (NA-VMR), which jointly performs moment localization and negative query rejection. It formalizes In-Domain and Out-of-Domain negatives, proposes sampling strategies (ID negatives via intra-dataset shuffling and CLIP-based filtering; OOD negatives via LLMs across broad topics), and integrates a binary relevance head into transformer-based VMR models (e.g., UniVTG) to predict a relevance score $\tilde{y}$ alongside start/end times. NA-VMR achieves high negative rejection accuracy (avg. $98.4\%$) while keeping moment retrieval performance within $3.87\%$ of Recall@1, validated on QVHighlights and Charades-STA. The work demonstrates that training with both ID and OOD negatives yields the best trade-off between robustness to negatives and retrieval accuracy, outperforming SVM baselines and contributing benchmarks and methodology for trustworthy video-language systems.
Abstract
Video Moment Retrieval is a common task to evaluate the performance of visual-language models - it involves localising start and end times of moments in videos from query sentences. The current task formulation assumes that the queried moment is present in the video, resulting in false positive moment predictions when irrelevant query sentences are provided. In this paper we propose the task of Negative-Aware Video Moment Retrieval (NA-VMR), which considers both moment retrieval accuracy and negative query rejection accuracy. We make the distinction between In-Domain and Out-of-Domain negative queries and provide new evaluation benchmarks for two popular video moment retrieval datasets: QVHighlights and Charades-STA. We analyse the ability of current SOTA video moment retrieval approaches to adapt to Negative-Aware Video Moment Retrieval and propose UniVTG-NA, an adaptation of UniVTG designed to tackle NA-VMR. UniVTG-NA achieves high negative rejection accuracy (avg. $98.4\%$) scores while retaining moment retrieval scores to within $3.87\%$ Recall@1. Dataset splits and code are available at https://github.com/keflanagan/MomentofUntruth
