CVNov 16, 2020

JOLO-GCN: Mining Joint-Centered Light-Weight Information for Skeleton-Based Action Recognition

arXiv:2011.07787v1105 citations
AI Analysis

This work addresses the challenge of classifying actions with subtle motion differences in skeleton-based recognition, offering a hybrid approach that enhances performance while maintaining low computational overhead.

The paper tackles the problem of insufficient information in skeleton-based action recognition by proposing JOLO-GCN, a two-stream graph convolutional network that combines skeleton data with joint-centered optical flow patches to capture subtle motions, achieving clear accuracy improvements on datasets like NTU RGB+D and Kinetics-Skeleton.

Skeleton-based action recognition has attracted research attentions in recent years. One common drawback in currently popular skeleton-based human action recognition methods is that the sparse skeleton information alone is not sufficient to fully characterize human motion. This limitation makes several existing methods incapable of correctly classifying action categories which exhibit only subtle motion differences. In this paper, we propose a novel framework for employing human pose skeleton and joint-centered light-weight information jointly in a two-stream graph convolutional network, namely, JOLO-GCN. Specifically, we use Joint-aligned optical Flow Patches (JFP) to capture the local subtle motion around each joint as the pivotal joint-centered visual information. Compared to the pure skeleton-based baseline, this hybrid scheme effectively boosts performance, while keeping the computational and memory overheads low. Experiments on the NTU RGB+D, NTU RGB+D 120, and the Kinetics-Skeleton dataset demonstrate clear accuracy improvements attained by the proposed method over the state-of-the-art skeleton-based methods.

Foundations

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

Your Notes