CVAILGMar 10, 2023

GATOR: Graph-Aware Transformer with Motion-Disentangled Regression for Human Mesh Recovery from a 2D Pose

arXiv:2303.05652v18 citationsh-index: 22
Originality Incremental advance
AI Analysis

This work improves 3D human mesh recovery for applications like animation or motion analysis, but it is incremental as it builds on existing methods with novel components.

The paper tackled the problem of 3D human mesh recovery from 2D poses by addressing the challenge of capturing multiple relations (joint-joint, joint-vertex, vertex-vertex) that often lead to implausible results, and proposed GATOR, which achieved state-of-the-art performance on two challenging benchmarks.

3D human mesh recovery from a 2D pose plays an important role in various applications. However, it is hard for existing methods to simultaneously capture the multiple relations during the evolution from skeleton to mesh, including joint-joint, joint-vertex and vertex-vertex relations, which often leads to implausible results. To address this issue, we propose a novel solution, called GATOR, that contains an encoder of Graph-Aware Transformer (GAT) and a decoder with Motion-Disentangled Regression (MDR) to explore these multiple relations. Specifically, GAT combines a GCN and a graph-aware self-attention in parallel to capture physical and hidden joint-joint relations. Furthermore, MDR models joint-vertex and vertex-vertex interactions to explore joint and vertex relations. Based on the clustering characteristics of vertex offset fields, MDR regresses the vertices by composing the predicted base motions. Extensive experiments show that GATOR achieves state-of-the-art performance on two challenging benchmarks.

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