CVLGSep 11, 2019

Skeleton Image Representation for 3D Action Recognition based on Tree Structure and Reference Joints

arXiv:1909.05704v1146 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of efficiently modeling spatial relations in skeleton data for action recognition, offering an incremental improvement over existing CNN-based methods.

The paper tackles 3D human action recognition by proposing a novel skeleton image representation called Tree Structure Reference Joints Image (TSRJI) to improve spatial learning in CNNs, achieving state-of-the-art results on the NTU RGB+D 120 dataset.

In the last years, the computer vision research community has studied on how to model temporal dynamics in videos to employ 3D human action recognition. To that end, two main baseline approaches have been researched: (i) Recurrent Neural Networks (RNNs) with Long-Short Term Memory (LSTM); and (ii) skeleton image representations used as input to a Convolutional Neural Network (CNN). Although RNN approaches present excellent results, such methods lack the ability to efficiently learn the spatial relations between the skeleton joints. On the other hand, the representations used to feed CNN approaches present the advantage of having the natural ability of learning structural information from 2D arrays (i.e., they learn spatial relations from the skeleton joints). To further improve such representations, we introduce the Tree Structure Reference Joints Image (TSRJI), a novel skeleton image representation to be used as input to CNNs. The proposed representation has the advantage of combining the use of reference joints and a tree structure skeleton. While the former incorporates different spatial relationships between the joints, the latter preserves important spatial relations by traversing a skeleton tree with a depth-first order algorithm. Experimental results demonstrate the effectiveness of the proposed representation for 3D action recognition on two datasets achieving state-of-the-art results on the recent NTU RGB+D~120 dataset.

Code Implementations1 repo
Foundations

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

Your Notes