CVJul 26, 2023

Learning Snippet-to-Motion Progression for Skeleton-based Human Motion Prediction

arXiv:2307.14006v17 citationsh-index: 43
Originality Incremental advance
AI Analysis

This addresses the problem of predicting future human motions for applications like robotics or animation, but it is incremental as it builds on existing Graph Convolutional Networks by adding a multi-stage approach.

The paper tackles human motion prediction by proposing a snippet-to-motion multi-stage framework that breaks the task into transitional pose prediction, snippet reconstruction, and refinement, achieving state-of-the-art performance on datasets like Human 3.6M, CMU Mocap, and 3DPW.

Existing Graph Convolutional Networks to achieve human motion prediction largely adopt a one-step scheme, which output the prediction straight from history input, failing to exploit human motion patterns. We observe that human motions have transitional patterns and can be split into snippets representative of each transition. Each snippet can be reconstructed from its starting and ending poses referred to as the transitional poses. We propose a snippet-to-motion multi-stage framework that breaks motion prediction into sub-tasks easier to accomplish. Each sub-task integrates three modules: transitional pose prediction, snippet reconstruction, and snippet-to-motion prediction. Specifically, we propose to first predict only the transitional poses. Then we use them to reconstruct the corresponding snippets, obtaining a close approximation to the true motion sequence. Finally we refine them to produce the final prediction output. To implement the network, we propose a novel unified graph modeling, which allows for direct and effective feature propagation compared to existing approaches which rely on separate space-time modeling. Extensive experiments on Human 3.6M, CMU Mocap and 3DPW datasets verify the effectiveness of our method which achieves state-of-the-art performance.

Foundations

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

Your Notes