Papers › Neural Localizer Fields for Continuous 3D Human Pose and Shape Estimation

Neural Localizer Fields for Continuous 3D Human Pose and Shape Estimation

10 Jul 2024arXiv:2407.07532archive 2025-07-28

István Sárándi, Gerard Pons-Moll

With the explosive growth of available training data, single-image 3D human modeling is ahead of a transition to a data-centric paradigm. A key to successfully exploiting data scale is to design flexible models that can be supervised from various heterogeneous data sources produced by different researchers or vendors. To this end, we propose a simple yet powerful paradigm for seamlessly unifying different human pose and shape-related tasks and datasets. Our formulation is centered on the ability -- both at training and test time -- to query any arbitrary point of the human volume, and obtain its estimated location in 3D. We achieve this by learning a continuous neural field of body point localizer functions, each of which is a differently parameterized 3D heatmap-based convolutional point localizer (detector). For generating parametric output, we propose an efficient post-processing step for fitting SMPL-family body models to nonparametric joint and vertex predictions. With this approach, we can naturally exploit differently annotated data sources including mesh, 2D/3D skeleton and dense pose, without having to convert between them, and thereby train large-scale 3D human mesh and skeleton estimation models that considerably outperform the state-of-the-art on several public benchmarks including 3DPW, EMDB, EHF, SSP-3D and AGORA.

PaperPDFCodeCode 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="2407.07532")

Code

Syntology Ran 18 of 20 code samples harvested from 2 repositories linked to this paper; 2 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · violated contract; 4 ran · fixture could not drive it; 10 ran with no contract checked.

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

isarandi/nlf officialmentioned in papermentioned on GitHubtfMIT report
isarandi/smplfitter officialmentioned in paperpytorch 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

20 samples harvested; 18 ran; 2 honoured the contract we drafted; 2 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.

2ran · honoured contract
2ran · violated contract
4ran · fixture could not drive it
10ran
2unverified

Licence: 0 of the 20 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

align_unit_vectors isarandi/smplfitter/src/smplfitter/jax/bodyfitter.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 482f6cb812d2864a · report
check_batch_size isarandi/nlf/nlf/mmapped_smpl.py official repository ran MIT (permissive) · b8ac5a72d27f4f69 · report
choice isarandi/nlf/nlf/common/util.py official repository ran MIT (permissive) · 9c6e866d219206ab · report
divide_no_nan isarandi/smplfitter/src/smplfitter/jax/bodyfitter.py official repository ran · honoured contract fingerprinted MIT (permissive) · 0ec9b9a6711cb9f9 · report
fit_scale_and_translation isarandi/smplfitter/src/smplfitter/jax/bodyfitter.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 1df08aadfba3944e · report
fixed_padding_layer isarandi/nlf/nlf/pt/backbones/efficientnet.py official repository ran MIT (permissive) · 2f6a6eccfb577d4a · report
get_structuring_element isarandi/nlf/nlf/common/improc.py official repository ran MIT (permissive) · da4d2a8a96f9b163 · report
image_extents isarandi/nlf/nlf/common/improc.py official repository ran MIT (permissive) · adae3a87f2d2d5f5 · report
is_hand_joint isarandi/nlf/nlf/pt/models/nlf_model.py official repository ran MIT (permissive) · a6acc64679279c78 · report
lstsq isarandi/smplfitter/src/smplfitter/jax/bodyfitter.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 90f81d3dcc51571e · report
lstsq_partial_share isarandi/smplfitter/src/smplfitter/jax/bodyfitter.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · ec92e05c976f40a8 · report
mat2rotvec isarandi/smplfitter/src/smplfitter/jax/bodyfitter.py official repository ran · violated contract fingerprinted MIT (permissive) · 8239bd5db42a4f6d · report
new_rng isarandi/nlf/nlf/common/util.py official repository ran MIT (permissive) · 6013ccdff44e576d · report
proj_SO3 isarandi/smplfitter/src/smplfitter/jax/bodyfitter.py official repository ran · violated contract fingerprinted MIT (permissive) · 8905016ea221a614 · report
random_uniform_disc isarandi/nlf/nlf/common/util.py official repository ran MIT (permissive) · 9f151790ff5516e9 · report
rearrange_tf_to_pt isarandi/nlf/nlf/pt/convert_ckpt_from_tf.py official repository ran fingerprinted MIT (permissive) · 697f5aa8d9395594 · report
rotvec2mat isarandi/smplfitter/src/smplfitter/jax/bodyfitter.py official repository ran · honoured contract fingerprinted MIT (permissive) · b1a2bb53aff45862 · report
scale_align isarandi/nlf/nlf/common/util3d.py official repository ran fingerprinted MIT (permissive) · 4a1c4949c642e768 · report
BodyFitter isarandi/smplfitter/src/smplfitter/jax/bodyfitter.py official repository unverified MIT (permissive) · d437f0383a441aa2 · report
procrustes isarandi/nlf/nlf/common/procrustes.py official repository unverified MIT (permissive) · b9bd6d4461e049e9 · report

Tasks

3D human pose and shape estimation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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