CVJun 30, 2021

Weakly Supervised Temporal Adjacent Network for Language Grounding

arXiv:2106.16136v184 citations
Originality Incremental advance
AI Analysis

This work addresses the expensive annotation cost in temporal language grounding for video understanding, offering a weakly supervised approach that is incremental but improves efficiency.

The paper tackles the problem of temporal language grounding without temporal boundary labels by introducing a weakly supervised temporal adjacent network (WSTAN) that learns cross-modal semantic alignment using multiple instance learning and pseudo supervision, achieving state-of-the-art results on benchmark datasets like ActivityNet-Captions, Charades-STA, and DiDeMo.

Temporal language grounding (TLG) is a fundamental and challenging problem for vision and language understanding. Existing methods mainly focus on fully supervised setting with temporal boundary labels for training, which, however, suffers expensive cost of annotation. In this work, we are dedicated to weakly supervised TLG, where multiple description sentences are given to an untrimmed video without temporal boundary labels. In this task, it is critical to learn a strong cross-modal semantic alignment between sentence semantics and visual content. To this end, we introduce a novel weakly supervised temporal adjacent network (WSTAN) for temporal language grounding. Specifically, WSTAN learns cross-modal semantic alignment by exploiting temporal adjacent network in a multiple instance learning (MIL) paradigm, with a whole description paragraph as input. Moreover, we integrate a complementary branch into the framework, which explicitly refines the predictions with pseudo supervision from the MIL stage. An additional self-discriminating loss is devised on both the MIL branch and the complementary branch, aiming to enhance semantic discrimination by self-supervising. Extensive experiments are conducted on three widely used benchmark datasets, \emph{i.e.}, ActivityNet-Captions, Charades-STA, and DiDeMo, and the results demonstrate the effectiveness of our approach.

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