CVAIApr 29, 2023

MH-DETR: Video Moment and Highlight Detection with Cross-modal Transformer

arXiv:2305.00355v154 citationsh-index: 31Has Code
Originality Incremental advance
AI Analysis

This work addresses video understanding for applications like content summarization, but it is incremental as it builds on existing DETR-based methods with specific enhancements.

The paper tackles the problem of video moment and highlight detection by proposing MH-DETR, which improves cross-modal interaction and intra-modal context capture, resulting in state-of-the-art performance on multiple datasets like QVHighlights and Charades-STA.

With the increasing demand for video understanding, video moment and highlight detection (MHD) has emerged as a critical research topic. MHD aims to localize all moments and predict clip-wise saliency scores simultaneously. Despite progress made by existing DETR-based methods, we observe that these methods coarsely fuse features from different modalities, which weakens the temporal intra-modal context and results in insufficient cross-modal interaction. To address this issue, we propose MH-DETR (Moment and Highlight Detection Transformer) tailored for MHD. Specifically, we introduce a simple yet efficient pooling operator within the uni-modal encoder to capture global intra-modal context. Moreover, to obtain temporally aligned cross-modal features, we design a plug-and-play cross-modal interaction module between the encoder and decoder, seamlessly integrating visual and textual features. Comprehensive experiments on QVHighlights, Charades-STA, Activity-Net, and TVSum datasets show that MH-DETR outperforms existing state-of-the-art methods, demonstrating its effectiveness and superiority. Our code is available at https://github.com/YoucanBaby/MH-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