CVNov 28, 2019

Action Recognition via Pose-Based Graph Convolutional Networks with Intermediate Dense Supervision

arXiv:1911.12509v133 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of recognizing complex human actions from pose data, which is important for applications like surveillance and human-computer interaction, and is incremental in refining existing methods.

The paper tackles the problem of pose-based action recognition by proposing a pose-based graph convolutional network (PGCN) that models structured correlations among body parts and introduces intermediate dense supervision to improve feature informativeness, achieving significant performance improvements on Sub-JHMDB, PennAction, and NTU-RGBD benchmarks.

Pose-based action recognition has drawn considerable attention recently. Existing methods exploit the joint positions to extract the body-part features from the activation map of the convolutional networks to assist human action recognition. However, these features are simply concatenated or max-pooled in previous works. The structured correlations among the body parts, which are essential for understanding complex human actions, are not fully exploited. To address the problem, we propose a pose-based graph convolutional network (PGCN), which encodes the body-part features into a human-based spatiotemporal graph, and explicitly models their correlations with a novel light-weight adaptive graph convolutional module to produce a highly discriminative representation for human action recognition. Besides, we discover that the backbone network tends to identify patterns from the most discriminative areas of the input regardless of the others. Thus the features pooled by the joint positions from other areas are less informative, which consequently hampers the performance of the followed aggregation process for recognizing actions. To alleviate this issue, we introduce a simple intermediate dense supervision mechanism for the backbone network, which adequately addresses the problem with no extra computation cost during inference. We evaluate the proposed approach on three popular benchmarks for pose-based action recognition tasks, i.e., Sub-JHMDB, PennAction and NTU-RGBD, where our approach significantly outperforms state-of-the-arts without the bells and whistles.

Foundations

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

Your Notes