CVFeb 4, 2020

Action Graphs: Weakly-supervised Action Localization with Graph Convolution Networks

arXiv:2002.01449v149 citations
AI Analysis

It addresses the problem of localizing actions in videos with only video-level labels, which is incremental as it builds on existing methods by explicitly using similarity graphs.

The paper tackles weakly-supervised action localization in videos by using graph convolutions to model similarity between video moments, achieving state-of-the-art results on THUMOS '14, ActivityNet 1.2, and Charades datasets.

We present a method for weakly-supervised action localization based on graph convolutions. In order to find and classify video time segments that correspond to relevant action classes, a system must be able to both identify discriminative time segments in each video, and identify the full extent of each action. Achieving this with weak video level labels requires the system to use similarity and dissimilarity between moments across videos in the training data to understand both how an action appears, as well as the sub-actions that comprise the action's full extent. However, current methods do not make explicit use of similarity between video moments to inform the localization and classification predictions. We present a novel method that uses graph convolutions to explicitly model similarity between video moments. Our method utilizes similarity graphs that encode appearance and motion, and pushes the state of the art on THUMOS '14, ActivityNet 1.2, and Charades for weakly supervised action localization.

Foundations

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

Your Notes