Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Background-aware Moment Detection for Video Moment Retrieval

About

Video moment retrieval (VMR) identifies a specific moment in an untrimmed video for a given natural language query. This task is prone to suffer the weak alignment problem innate in video datasets. Due to the ambiguity, a query does not fully cover the relevant details of the corresponding moment, or the moment may contain misaligned and irrelevant frames, potentially limiting further performance gains. To tackle this problem, we propose a background-aware moment detection transformer (BM-DETR). Our model adopts a contrastive approach, carefully utilizing the negative queries matched to other moments in the video. Specifically, our model learns to predict the target moment from the joint probability of each frame given the positive query and the complement of negative queries. This leads to effective use of the surrounding background, improving moment sensitivity and enhancing overall alignments in videos. Extensive experiments on four benchmarks demonstrate the effectiveness of our approach. Our code is available at: \url{https://github.com/minjoong507/BM-DETR}

Minjoon Jung, Youwon Jang, Seongho Choi, Joochan Kim, Jin-Hwa Kim, Byoung-Tak Zhang• 2023

Related benchmarks

TaskDatasetResultRank
Moment RetrievalQVHighlights (test)
R@1 (IoU=0.5)60.12
170
Video Moment RetrievalCharades-STA (test)
Recall@1 (IoU=0.5)59.48
77
Video Moment RetrievalTACOS (test)
Recall@1 (0.5 Threshold)35.42
70
Video Moment RetrievalActivityNet Captions
R1@0.5 Recall49.98
16
Video GroundingActivityNet-Captions (test)
R@1 (IoU=0.5)49.6
15
Video Moment RetrievalTACOS
Recall@1 (IoU=0.5)35.87
11
Video Moment RetrievalCharades-CD
Recall@1 (IoU=0.5)53.37
7
Showing 7 of 7 rows

Other info

Code

Follow for update