See, Rank, and Filter: Important Word-Aware Clip Filtering via Scene Understanding for Moment Retrieval and Highlight Detection
YuEun Lee, Jung Uk Kim
TL;DR
The paper tackles the challenge of moment retrieval and highlight detection by making word-level query importance explicit and grounding it in rich scene understanding. It introduces a feature enhancement module to identify important words and enrich cross-modal representations, alongside a ranking-based filtering module that iteratively narrows down clips by word relevance, all under a modal alignment loss to unify text, video, and caption modalities. By leveraging Multimodal Large Language Models (internVL2) for scene-aware captions and cross-modal cues, the approach achieves state-of-the-art results on QVHighlights, TVSum, and Charades-STA, with thorough ablations and insights into efficiency and caption contribution. The work demonstrates the practical value of word-aware filtering in multimedia understanding, offering a scalable framework for MR/HD that integrates caption knowledge without sacrificing performance.
Abstract
Video moment retrieval (MR) and highlight detection (HD) with natural language queries aim to localize relevant moments and key highlights in a video clips. However, existing methods overlook the importance of individual words, treating the entire text query and video clips as a black-box, which hinders contextual understanding. In this paper, we propose a novel approach that enables fine-grained clip filtering by identifying and prioritizing important words in the query. Our method integrates image-text scene understanding through Multimodal Large Language Models (MLLMs) and enhances the semantic understanding of video clips. We introduce a feature enhancement module (FEM) to capture important words from the query and a ranking-based filtering module (RFM) to iteratively refine video clips based on their relevance to these important words. Extensive experiments demonstrate that our approach significantly outperforms existing state-of-the-art methods, achieving superior performance in both MR and HD tasks. Our code is available at: https://github.com/VisualAIKHU/SRF.
