Papers › Coarse-to-fine Animal Pose and Shape Estimation

Coarse-to-fine Animal Pose and Shape Estimation

16 Nov 2021NeurIPS 2021 12arXiv:2111.08176archive 2025-07-28

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2111.08176")

Code

Syntology Ran 1 of 14 code samples harvested from 1 repository linked to this paper; 13 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

chaneyddtt/coarse-to-fine-3d-animal officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 1 ran; 0 honoured the contract we drafted; 13 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran
13unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from chaneyddtt/coarse-to-fine-3d-animal. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

dice_loss chaneyddtt/coarse-to-fine-3d-animal/util/loss_sdf.py official repository ran fingerprinted MIT (permissive) · 9f3489c005e0165d · report
compute_sdf chaneyddtt/coarse-to-fine-3d-animal/util/loss_sdf.py official repository unverified MIT (permissive) · 67135001c9d2740d · report
compute_sdf1_1 chaneyddtt/coarse-to-fine-3d-animal/util/loss_sdf.py official repository unverified MIT (permissive) · 00a9ca70819e0c41 · report
crop chaneyddtt/coarse-to-fine-3d-animal/datasets/imutils.py official repository unverified MIT (permissive) · 260ae2f083ce91fa · report
fc chaneyddtt/coarse-to-fine-3d-animal/util/net_blocks.py official repository unverified MIT (permissive) · 483c5935ef25b6f6 · report
fc_stack chaneyddtt/coarse-to-fine-3d-animal/util/net_blocks.py official repository unverified MIT (permissive) · e59492399c2004d7 · report
fc_stack_dropout chaneyddtt/coarse-to-fine-3d-animal/util/net_blocks.py official repository unverified MIT (permissive) · 989712660a666ac2 · report
get_transform chaneyddtt/coarse-to-fine-3d-animal/datasets/imutils.py official repository unverified MIT (permissive) · 2168db1f5afbcd0d · report
kp_l2_loss chaneyddtt/coarse-to-fine-3d-animal/util/loss_utils.py official repository unverified MIT (permissive) · 2e4fdefe72bc0c19 · report
mask_loss chaneyddtt/coarse-to-fine-3d-animal/util/loss_utils.py official repository unverified MIT (permissive) · c42ea694f114c068 · report
setup_deformation_transfer chaneyddtt/coarse-to-fine-3d-animal/coma/mesh_sampling.py official repository unverified MIT (permissive) · d857b3a1f982f740 · report
spmm chaneyddtt/coarse-to-fine-3d-animal/model/networks/graph_layers.py official repository unverified MIT (permissive) · 9b987af9445edb28 · report
transform chaneyddtt/coarse-to-fine-3d-animal/datasets/imutils.py official repository unverified MIT (permissive) · 44ec83c302f6a44b · report
vertex_quadrics chaneyddtt/coarse-to-fine-3d-animal/coma/mesh_sampling.py official repository unverified MIT (permissive) · f3818e182da9262d · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

GCN

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections