CVMay 23, 2018

3D Human Pose Estimation with Relational Networks

arXiv:1805.08961v234 citations
Originality Highly original
AI Analysis

This addresses the problem of accurate 3D pose estimation from images for computer vision applications, with incremental improvements in handling occlusions.

The paper tackled 3D human pose estimation from a single image by using relational networks to capture body part relations, achieving state-of-the-art performance on the Human 3.6M dataset and producing plausible results with missing joints.

In this paper, we propose a novel 3D human pose estimation algorithm from a single image based on neural networks. We adopted the structure of the relational networks in order to capture the relations among different body parts. In our method, each pair of different body parts generates features, and the average of the features from all the pairs are used for 3D pose estimation. In addition, we propose a dropout method that can be used in relational modules, which inherently imposes robustness to the occlusions. The proposed network achieves state-of-the-art performance for 3D pose estimation in Human 3.6M dataset, and it effectively produces plausible results even in the existence of missing joints.

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