paper-with-me

Papers

Coarse-to-fine Animal Pose and Shape Estimation

2021-11-16 · NeurIPS 2021 12 · Chen Li, Gim Hee Lee

Most existing animal pose and shape estimation approaches reconstruct animal meshes with a parametric SMAL model. This is because the low-dimensional pose and shape parameters of the SMAL model makes it easier for deep networks to learn the high-dimensional animal meshes. However, the SMAL model is learned from scans of toy animals with limited pose and shape variations, and thus may not be able to represent highly varying real animals well. This may result in poor fittings of the estimated meshes to the 2D evidences, e.g. 2D keypoints or silhouettes. To mitigate this problem, we propose a coarse-to-fine approach to reconstruct 3D animal mesh from a single image. The coarse estimation stage first estimates the pose, shape and translation parameters of the SMAL model. The estimated meshes are then used as a starting point by a graph convolutional network (GCN) to predict a per-vertex deformation in the refinement stage. This combination of SMAL-based and vertex-based representations benefits from both parametric and non-parametric representations. We design our mesh refinement GCN (MRGCN) as an encoder-decoder structure with hierarchical feature representations to overcome the limited receptive field of traditional GCNs. Moreover, we observe that the global image feature used by existing animal mesh reconstruction works is unable to capture detailed shape information for mesh refinement. We thus introduce a local feature extractor to retrieve a vertex-level feature and use it together with the global feature as the input of the MRGCN. We test our approach on the StanfordExtra dataset and achieve state-of-the-art results. Furthermore, we test the generalization capacity of our approach on the Animal Pose and BADJA datasets. Our code is available at the project website.

📄 PDF Abstract BibTeX arXiv:2111.08176

Code (1)

chaneyddtt/coarse-to-fine-3d-animal 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Animal3D: A Comprehensive Dataset of 3D Animal Pose and Shape

2023-08-22 · ICCV 2023 1 · Jiacong Xu, Yi Zhang, Jiawei Peng, Wufei Ma 외

Accurately estimating the 3D pose and shape is an essential step towards understanding animal behavior, and can potentially benefit many downstream applications, such as wildlife conservation. However, research in this a…

Animal Pose EstimationPose Estimation

SimpModeling: Sketching Implicit Field to Guide Mesh Modeling for 3D Animalmorphic Head Design

2021-08-05 · Zhongjin Luo, Jie zhou, Heming Zhu, Dong Du 외

Head shapes play an important role in 3D character design. In this work, we propose SimpModeling, a novel sketch-based system for helping users, especially amateur users, easily model 3D animalmorphic heads - a prevalent…

From Synthetic to Real: Unsupervised Domain Adaptation for Animal Pose Estimation

2021-03-27 · CVPR 2021 1 · Chen Li, Gim Hee Lee

Animal pose estimation is an important field that has received increasing attention in the recent years. The main challenge for this task is the lack of labeled data. Existing works circumvent this problem with pseudo la…

Animal Pose EstimationDomain AdaptationPose EstimationPseudo Label+1

Three-D Safari: Learning to Estimate Zebra Pose, Shape, and Texture from Images "In the Wild"

2019-08-20 · ICCV 2019 10 · Silvia Zuffi, Angjoo Kanazawa, Tanya Berger-Wolf, Michael J. Black

We present the first method to perform automatic 3D pose, shape and texture capture of animals from images acquired in-the-wild. In particular, we focus on the problem of capturing 3D information about Grevy's zebras fro…

Pose EstimationTexture Synthesis

Progressive Pose-Guided 4D Animal Reconstruction from Monocular Video

2026-06-30 · Siyuan Li, Weiying Chen, Yilin Wang, Xinxin Zuo 외 arxiv

Reconstructing 4D animals from monocular videos is challenging due to large inter-species variation, complex articulations, and the lack of reliable templates. Existing approaches typically rely on either strict category…