CVNov 26, 2018

Stacked Spatio-Temporal Graph Convolutional Networks for Action Segmentation

arXiv:1811.10575v695 citations
Originality Incremental advance
AI Analysis

This addresses the problem of accurately localizing actions in complex videos for applications like surveillance or human-computer interaction, representing an incremental advance with specific performance gains.

The paper tackles action segmentation in videos by proposing Stacked-STGCN, which extends graph convolutional networks to handle varied node characteristics and temporal connections, achieving a 4.0% F1 score improvement on CAD120 and 1.3% mAP gain on Charades.

We propose novel Stacked Spatio-Temporal Graph Convolutional Networks (Stacked-STGCN) for action segmentation, i.e., predicting and localizing a sequence of actions over long videos. We extend the Spatio-Temporal Graph Convolutional Network (STGCN) originally proposed for skeleton-based action recognition to enable nodes with different characteristics (e.g., scene, actor, object, action, etc.), feature descriptors with varied lengths, and arbitrary temporal edge connections to account for large graph deformation commonly associated with complex activities. We further introduce the stacked hourglass architecture to STGCN to leverage the advantages of an encoder-decoder design for improved generalization performance and localization accuracy. We explore various descriptors such as frame-level VGG, segment-level I3D, RCNN-based object, etc. as node descriptors to enable action segmentation based on joint inference over comprehensive contextual information. We show results on CAD120 (which provides pre-computed node features and edge weights for fair performance comparison across algorithms) as well as a more complex real-world activity dataset, Charades. Our Stacked-STGCN in general achieves 4.0% performance improvement over the best reported results in F1 score on CAD120 and 1.3% in mAP on Charades using VGG features.

Foundations

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

Your Notes