CVAIDec 30, 2024

MomentMix Augmentation with Length-Aware DETR for Temporally Robust Moment Retrieval

arXiv:2412.20816v21 citationsh-index: 5Has Code
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in video moment retrieval for applications like YouTube, offering incremental improvements over existing DETR-based methods.

The paper tackles the problem of accurately localizing short moments in video moment retrieval by developing MomentMix augmentation and a Length-Aware Decoder, achieving state-of-the-art performance with gains such as 2.46% in R1@0.7 and 2.57% in mAP on QVHighlights.

Video Moment Retrieval (MR) aims to localize moments within a video based on a given natural language query. Given the prevalent use of platforms like YouTube for information retrieval, the demand for MR techniques is significantly growing. Recent DETR-based models have made notable advances in performance but still struggle with accurately localizing short moments. Through data analysis, we identified limited feature diversity in short moments, which motivated the development of MomentMix. MomentMix employs two augmentation strategies: ForegroundMix and BackgroundMix, each enhancing the feature representations of the foreground and background, respectively. Additionally, our analysis of prediction bias revealed that short moments particularly struggle with accurately predicting their center positions of moments. To address this, we propose a Length-Aware Decoder, which conditions length through a novel bipartite matching process. Our extensive studies demonstrate the efficacy of our length-aware approach, especially in localizing short moments, leading to improved overall performance. Our method surpasses state-of-the-art DETR-based methods on benchmark datasets, achieving the highest R1 and mAP on QVHighlights and the highest R1@0.7 on TACoS and Charades-STA (such as a 2.46% gain in R1@0.7 and a 2.57% gain in mAP average for QVHighlights). The code is available at https://github.com/sjpark5800/LA-DETR.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes