CVAIMMSep 23, 2022

LGDN: Language-Guided Denoising Network for Video-Language Modeling

arXiv:2209.11388v320 citationsh-index: 34
Originality Incremental advance
AI Analysis

This addresses the challenge of aligning video and text for researchers in video-language modeling, though it is incremental as it builds on existing attention mechanisms.

The paper tackles the problem of noisy or irrelevant frames in video-language modeling by proposing LGDN, which dynamically filters frames under language supervision to retain only 2-4 salient frames per video, resulting in outperforming state-of-the-art methods by large margins on five datasets.

Video-language modeling has attracted much attention with the rapid growth of web videos. Most existing methods assume that the video frames and text description are semantically correlated, and focus on video-language modeling at video level. However, this hypothesis often fails for two reasons: (1) With the rich semantics of video contents, it is difficult to cover all frames with a single video-level description; (2) A raw video typically has noisy/meaningless information (e.g., scenery shot, transition or teaser). Although a number of recent works deploy attention mechanism to alleviate this problem, the irrelevant/noisy information still makes it very difficult to address. To overcome such challenge, we thus propose an efficient and effective model, termed Language-Guided Denoising Network (LGDN), for video-language modeling. Different from most existing methods that utilize all extracted video frames, LGDN dynamically filters out the misaligned or redundant frames under the language supervision and obtains only 2--4 salient frames per video for cross-modal token-level alignment. Extensive experiments on five public datasets show that our LGDN outperforms the state-of-the-arts by large margins. We also provide detailed ablation study to reveal the critical importance of solving the noise issue, in hope of inspiring future video-language work.

Foundations

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

Your Notes