CVAICLMMOct 22, 2022

Weakly-Supervised Temporal Article Grounding

arXiv:2210.12444v2296 citationsh-index: 35
Originality Incremental advance
AI Analysis

This addresses a practical limitation in video grounding for real-world multimodal assets like news articles, though it is incremental as it builds on existing VG frameworks.

The paper tackles the problem of video grounding by relaxing unrealistic assumptions in existing work, proposing a new task called Weakly-Supervised temporal Article Grounding (WSAG) to localize groundable sentences at different semantic scales, and introduces the YouwikiHow dataset and DualMIL method, with extensive ablations verifying its effectiveness.

Given a long untrimmed video and natural language queries, video grounding (VG) aims to temporally localize the semantically-aligned video segments. Almost all existing VG work holds two simple but unrealistic assumptions: 1) All query sentences can be grounded in the corresponding video. 2) All query sentences for the same video are always at the same semantic scale. Unfortunately, both assumptions make today's VG models fail to work in practice. For example, in real-world multimodal assets (eg, news articles), most of the sentences in the article can not be grounded in their affiliated videos, and they typically have rich hierarchical relations (ie, at different semantic scales). To this end, we propose a new challenging grounding task: Weakly-Supervised temporal Article Grounding (WSAG). Specifically, given an article and a relevant video, WSAG aims to localize all ``groundable'' sentences to the video, and these sentences are possibly at different semantic scales. Accordingly, we collect the first WSAG dataset to facilitate this task: YouwikiHow, which borrows the inherent multi-scale descriptions in wikiHow articles and plentiful YouTube videos. In addition, we propose a simple but effective method DualMIL for WSAG, which consists of a two-level MIL loss and a single-/cross- sentence constraint loss. These training objectives are carefully designed for these relaxed assumptions. Extensive ablations have verified the effectiveness of DualMIL.

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