CVAug 16, 2021

MSR-GCN: Multi-Scale Residual Graph Convolution Networks for Human Motion Prediction

arXiv:2108.07152v2255 citationsHas Code
AI Analysis

This addresses the problem of predicting future human poses for applications like robotics or animation, but it is incremental as it builds on existing graph convolutional methods.

The paper tackles human motion prediction by proposing MSR-GCN, a multi-scale residual graph convolutional network that extracts features across scales and uses intermediate supervision, achieving state-of-the-art results on Human3.6M and CMU Mocap datasets.

Human motion prediction is a challenging task due to the stochasticity and aperiodicity of future poses. Recently, graph convolutional network has been proven to be very effective to learn dynamic relations among pose joints, which is helpful for pose prediction. On the other hand, one can abstract a human pose recursively to obtain a set of poses at multiple scales. With the increase of the abstraction level, the motion of the pose becomes more stable, which benefits pose prediction too. In this paper, we propose a novel Multi-Scale Residual Graph Convolution Network (MSR-GCN) for human pose prediction task in the manner of end-to-end. The GCNs are used to extract features from fine to coarse scale and then from coarse to fine scale. The extracted features at each scale are then combined and decoded to obtain the residuals between the input and target poses. Intermediate supervisions are imposed on all the predicted poses, which enforces the network to learn more representative features. Our proposed approach is evaluated on two standard benchmark datasets, i.e., the Human3.6M dataset and the CMU Mocap dataset. Experimental results demonstrate that our method outperforms the state-of-the-art approaches. Code and pre-trained models are available at https://github.com/Droliven/MSRGCN.

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