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

BAM-DETR: Boundary-Aligned Moment Detection Transformer for Temporal Sentence Grounding in Videos

About

Temporal sentence grounding aims to localize moments relevant to a language description. Recently, DETR-like approaches achieved notable progress by predicting the center and length of a target moment. However, they suffer from the issue of center misalignment raised by the inherent ambiguity of moment centers, leading to inaccurate predictions. To remedy this problem, we propose a novel boundary-oriented moment formulation. In our paradigm, the model no longer needs to find the precise center but instead suffices to predict any anchor point within the interval, from which the boundaries are directly estimated. Based on this idea, we design a boundary-aligned moment detection transformer, equipped with a dual-pathway decoding process. Specifically, it refines the anchor and boundaries within parallel pathways using global and boundary-focused attention, respectively. This separate design allows the model to focus on desirable regions, enabling precise refinement of moment predictions. Further, we propose a quality-based ranking method, ensuring that proposals with high localization qualities are prioritized over incomplete ones. Experiments on three benchmarks validate the effectiveness of the proposed methods. The code is available at https://github.com/Pilhyeon/BAM-DETR.

Pilhyeon Lee, Hyeran Byun• 2023

Related benchmarks

TaskDatasetResultRank
Moment RetrievalCharades-STA (test)
R@0.559.83
172
Moment RetrievalQVHighlights (test)
R@1 (IoU=0.5)62.71
170
Temporal Video GroundingCharades-STA (test)
Recall@IoU=0.559.95
117
Video Moment RetrievalCharades-STA (test)
Recall@1 (IoU=0.5)59.95
77
Video Moment RetrievalTACOS (test)
Recall@1 (0.5 Threshold)41.54
70
Video GroundingQVHighlights (test)
mAP (IoU=0.5)66.33
64
Moment RetrievalQVHighlights (val)
R@1 (IoU=0.5)65.1
53
Video Moment RetrievalCharades-STA
R1@0.560
44
Moment RetrievalTACOS (test)
Recall@1 (IoU=0.5)41.54
23
Temporal Sentence GroundingTACOS (test)
R@1 (IoU=0.3)56.69
15
Showing 10 of 11 rows

Other info

Code

Follow for update