paper-with-me

Papers

Learning Visibility for Robust Dense Human Body Estimation

2022-08-23 · Chun-Han Yao, Jimei Yang, Duygu Ceylan, Yi Zhou, Yang Zhou, Ming-Hsuan Yang

Estimating 3D human pose and shape from 2D images is a crucial yet challenging task. While prior methods with model-based representations can perform reasonably well on whole-body images, they often fail when parts of the body are occluded or outside the frame. Moreover, these results usually do not faithfully capture the human silhouettes due to their limited representation power of deformable models (e.g., representing only the naked body). An alternative approach is to estimate dense vertices of a predefined template body in the image space. Such representations are effective in localizing vertices within an image but cannot handle out-of-frame body parts. In this work, we learn dense human body estimation that is robust to partial observations. We explicitly model the visibility of human joints and vertices in the x, y, and z axes separately. The visibility in x and y axes help distinguishing out-of-frame cases, and the visibility in depth axis corresponds to occlusions (either self-occlusions or occlusions by other objects). We obtain pseudo ground-truths of visibility labels from dense UV correspondences and train a neural network to predict visibility along with 3D coordinates. We show that visibility can serve as 1) an additional signal to resolve depth ordering ambiguities of self-occluded vertices and 2) a regularization term when fitting a human body model to the predictions. Extensive experiments on multiple 3D human datasets demonstrate that visibility modeling significantly improves the accuracy of human body estimation, especially for partial-body cases. Our project page with code is at: https://github.com/chhankyao/visdb.

📄 PDF Abstract BibTeX arXiv:2208.10652

Code (1)

chhankyao/visdb 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Human Pose Estimation for Real-World Crowded Scenarios

2019-07-16 · Thomas Golda, Tobias Kalb, Arne Schumann, Jürgen Beyerer

Human pose estimation has recently made significant progress with the adoption of deep convolutional neural networks. Its many applications have attracted tremendous interest in recent years. However, many practical appl…

Data AugmentationObject RecognitionPose Estimation

DenseRaC: Joint 3D Pose and Shape Estimation by Dense Render-and-Compare

2019-09-30 · ICCV 2019 10 · Yuanlu Xu, Song-Chun Zhu, Tony Tung

We present DenseRaC, a novel end-to-end framework for jointly estimating 3D human pose and body shape from a monocular RGB image. Our two-step framework takes the body pixel-to-surface correspondence map (i.e., IUV map) …

3D Human Pose Estimation

KTN: Knowledge Transfer Network for Learning Multi-person 2D-3D Correspondences

2022-06-21 · Xuanhan Wang, Lianli Gao, Yixuan Zhou, Jingkuan Song 외

Human densepose estimation, aiming at establishing dense correspondences between 2D pixels of human body and 3D human body template, is a key technique in enabling machines to have an understanding of people in images. I…

Human Part SegmentationTransfer Learning

Whole-Body Human Pose Estimation in the Wild

2020-07-23 · ECCV 2020 8 · Sheng Jin, Lumin Xu, Jin Xu, Can Wang 외

This paper investigates the task of 2D human whole-body pose estimation, which aims to localize dense landmarks on the entire human body including face, hands, body, and feet. As existing datasets do not have whole-body …

2D Human Pose EstimationFacial Landmark DetectionHand Pose EstimationKeypoint Estimation+1

Probabilistic Human Mesh Recovery in 3D Scenes from Egocentric Views

2023-04-12 · ICCV 2023 1 · Siwei Zhang, Qianli Ma, Yan Zhang, Sadegh Aliakbarian 외

Automatic perception of human behaviors during social interactions is crucial for AR/VR applications, and an essential component is estimation of plausible 3D human pose and shape of our social partners from the egocentr…

DiversityHuman Mesh Recovery