CVJun 5, 2020

WOAD: Weakly Supervised Online Action Detection in Untrimmed Videos

arXiv:2006.03732v250 citations
AI Analysis

This addresses the scalability issue in real-time video analysis by reducing annotation costs, though it is incremental as it builds on existing weakly supervised approaches.

The paper tackles the problem of online action detection in untrimmed videos by proposing WOAD, a weakly supervised framework that uses only video-class labels for training, achieving comparable performance to strongly supervised methods on benchmarks like THUMOS'14 and ActivityNet.

Online action detection in untrimmed videos aims to identify an action as it happens, which makes it very important for real-time applications. Previous methods rely on tedious annotations of temporal action boundaries for training, which hinders the scalability of online action detection systems. We propose WOAD, a weakly supervised framework that can be trained using only video-class labels. WOAD contains two jointly-trained modules, i.e., temporal proposal generator (TPG) and online action recognizer (OAR). Supervised by video-class labels, TPG works offline and targets at accurately mining pseudo frame-level labels for OAR. With the supervisory signals from TPG, OAR learns to conduct action detection in an online fashion. Experimental results on THUMOS'14, ActivityNet1.2 and ActivityNet1.3 show that our weakly-supervised method largely outperforms weakly-supervised baselines and achieves comparable performance to the previous strongly-supervised methods. Beyond that, WOAD is flexible to leverage strong supervision when it is available. When strongly supervised, our method obtains the state-of-the-art results in the tasks of both online per-frame action recognition and online detection of action start.

Foundations

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

Your Notes