HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

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

Lee Pilhyeon ; Byun Hyeran

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

Abstract

Temporal sentence grounding aims to localize moments relevant to a languagedescription. Recently, DETR-like approaches achieved notable progress bypredicting the center and length of a target moment. However, they suffer fromthe issue of center misalignment raised by the inherent ambiguity of momentcenters, leading to inaccurate predictions. To remedy this problem, we proposea novel boundary-oriented moment formulation. In our paradigm, the model nolonger needs to find the precise center but instead suffices to predict anyanchor point within the interval, from which the boundaries are directlyestimated. Based on this idea, we design a boundary-aligned moment detectiontransformer, equipped with a dual-pathway decoding process. Specifically, itrefines the anchor and boundaries within parallel pathways using global andboundary-focused attention, respectively. This separate design allows the modelto focus on desirable regions, enabling precise refinement of momentpredictions. Further, we propose a quality-based ranking method, ensuring thatproposals with high localization qualities are prioritized over incompleteones. Experiments on three benchmarks validate the effectiveness of theproposed methods. The code is available athttps://github.com/Pilhyeon/BAM-DETR.

Code Repositories

Pilhyeon/BAM-DETR
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
moment-retrieval-on-charades-staBAM-DETR
R@1 IoU=0.5: 59.95
R@1 IoU=0.7: 39.38
moment-retrieval-on-qvhighlightsBAM-DETR
R@1 IoU=0.5: 62.71
R@1 IoU=0.7: 48.64
mAP: 45.36
mAP@0.5: 64.57
mAP@0.75: 46.33
moment-retrieval-on-qvhighlightsBAM-DETR (w/ audio)
R@1 IoU=0.5: 64.07
R@1 IoU=0.7: 48.12
mAP: 46.91
mAP@0.5: 65.61
mAP@0.75: 47.51
moment-retrieval-on-qvhighlightsBAM-DETR (w/ PT ASR Captions)
R@1 IoU=0.5: 63.88
R@1 IoU=0.7: 47.92
mAP: 46.67
mAP@0.5: 66.33
mAP@0.75: 48.22
natural-language-moment-retrieval-on-tacosBAM-DETR
R@1,IoU=0.3: 56.69
R@1,IoU=0.5: 41.54
R@1,IoU=0.7: 26.77
mIoU: 39.31

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
BAM-DETR: Boundary-Aligned Moment Detection Transformer for Temporal Sentence Grounding in Videos | Papers | HyperAI