Pith. sign in

REVIEW 2 major objections 6 minor 2 cited by

Reconstructing People, Places, and Cameras

T0 review · 2 major / 6 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read HSfM claims that jointly optimizing human meshes, scene point clouds, and cameras from sparse uncalibrated multi-view images makes all three more accurate, with the statistical scale of human bodies supplying metric units to the whole…

desk verdict Solid integration paper with real gains, but the metric-scale claim needs a direct scale-error test before I'd trust the headline numbers. read the letter →

arxiv 2412.17806 v2 pith:7T4RO47C submitted 2024-12-23 cs.CV

classification cs.CV
keywords structurefrommotionmulti-viewreconstructionhumanmeshrecoverymetricscaleestimationbundleadjustmentjointoptimizationuncalibratedcameras
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish that people, places, and cameras in an uncalibrated multi-view capture should be reconstructed as one coupled system rather than three separate problems. HSfM initializes each component from a pretrained model—human meshes from HMR2, scene pointmaps and camera poses from DUSt3R, 2D keypoints from ViTPose—then jointly optimizes them with a bundle-adjustment term on human keypoints and a global-alignment term on scene pointmaps. Because human body predictions carry statistical information about real-world size, the recovered global scale $\alpha$ and human translations $\gamma$ give the scene and cameras approximate metric scale without any calibration object. On the EgoHumans and EgoExo4D benchmarks the paper reports world-coordinate human localization error dropping from $3.51$ m to $1.04$ m and from $3.59$ m to $0.50$ m, and camera relative-rotation accuracy RRA@15 rising from $0.39$ to $0.89$ on EgoHumans. If this is right, any sparse set of synchronized photos of people can yield a metrically scaled reconstruction of the people and their surroundings.

What carries the argument

The load-bearing object is a joint objective $L_{\text{Humans}} + \lambda L_{\text{Places}}$ defined over human body parameters, depth maps, and camera parameters, coupled by a projection model $x_{2D} = K(Rx_{3D} + \alpha t)$ in which the scalar $\alpha$ rescales camera translations while preserving their directions. The human term is bundle adjustment on 2D keypoint detections: predicted 3D joints are projected through each estimated camera and compared with detected keypoints, normalized by bounding-box height and weighted by confidence, plus a shape regularizer that keeps body shapes near the SMPL-X mean, SMPL-X being a parametric human body model. The scene term is a global alignment loss that compares each per-view pointmap, transformed into the world frame, against cross-view pointmap predictions from the scene reconstruction model. The initialization procedure computes $\alpha$ analytically: it reads camera rotations from the human body orientation, reads camera translations from human positions using a similar-triangle bone-length ratio, and then least-squares fits the scene-derived camera centers to the human-derived ones. This chain is what transmits the metric statistics of the human body model into the scene and cameras.

What would settle it

Take a multi-view sequence of two people wearing identical uniforms, run HSfM with an automated re-ID module instead of ground-truth identities, and compare W-MPJPE and RRA@15 to the same run with correct identities; the paper's own supplement reports automated re-ID at 51% on EgoHumans, so the claim predicts a sharp degradation in both metrics.

Watch

Extended reading notes

Core claim

The central discovery is a synergy: human reconstructions, scene point clouds, and cameras reinforce one another inside a single optimization. The paper's argument is that 2D human keypoints act as reliable correspondences for bundle adjustment, 3D human mesh predictions act as a statistically anchored 3D structure that fixes the otherwise arbitrary scale of the scene, and the scene structure in turn prevents cameras from drifting or overfitting to keypoint noise. HSfM implements this by first estimating a global scale $\alpha$ and human world positions $\gamma$ that align the human-centric and scene-centric camera estimates, then minimizing $L_{\text{Humans}} + \lambda L_{\text{Places}}$ over human body parameters, depth maps, camera intrinsics and extrinsics. The human bundle-adjustment loss $L_{\text{Humans}}$ re-projects predicted 3D joints through the estimated cameras and compares them to 2D keypoint detections, while $L_{\text{Places}}$ is the global alignment loss that merges per-view scene pointmaps into one world space. The paper's ablations show that removing either loss degrades both human and camera metrics, and that increasing the number of people in the optimization steadily improves camera pose, which is the evidence for the claimed feedback loop.

Load-bearing premise

The method assumes a human operator (or oracle) has already matched every person across all camera views, and that the body-size statistics learned by the mesh regressor are reliable enough to set the world's metric scale.

Editorial extensions

If this is right

  • A sparse, uncalibrated camera setup—even two phones—can produce a metric-scale world reconstruction whenever the images contain people, removing the need for calibration targets or known camera positions.
  • Multi-person scenes are not just harder cases; they make the reconstruction better, since each additional person adds more keypoint correspondences for bundle adjustment and tightens camera pose and scale estimates.
  • Human-only bundle adjustment is insufficient: without the scene alignment loss, camera metrics degrade sharply, so any production system should keep humans and scene in one optimization rather than treating human pose as a post-process.
  • The scale source is modular: swapping the human mesh regressor for one trained on non-standard body sizes (as the paper notes) changes the scale anchor without changing the optimization geometry.
  • The same joint objective extends to video or dynamic scenes if the scene model is replaced by a motion-aware version, since the optimization itself does not depend on static camera constraints.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The method's current ceiling is person re-identification: the paper's own supplement reports only 51% accuracy for an automated re-ID module on EgoHumans, so the joint optimization's gains would largely evaporate in an end-to-end deployment until re-ID is solved.
  • The human-as-scale-anchor idea is transferable: the same $\alpha$ mechanism could calibrate monocular metric depth or single-view reconstruction when a person appears in the frame, which the paper does not explore.
  • A testable extension is to make the scale anchor robust to body-size bias by fusing several humans' predicted bone lengths (or known object sizes) in the least-squares fit, which would reduce the risk that one atypical body skews the whole scene scale.
  • Because the optimization already runs on sparse views and produces metric output, it is a plausible front-end for egocentric or social-interaction capture where the goal is not just pose but spatial relationships between people and their environment, which the paper demonstrates only qualitatively.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 6 minor

Summary. The paper proposes HSfM, an optimization-based method that jointly reconstructs SMPL-X human meshes, per-view scene pointmaps, and camera poses/intrinsics from sparse uncalibrated multi-view images, assuming known person correspondences across views. Initialization combines HMR2 human meshes and DUSt3R scene pointmaps; a global scale alpha is fit by aligning human-derived camera translations with DUSt3R camera positions, and a joint loss then combines human keypoint bundle adjustment, body-shape regularization, and a DUSt3R-style global alignment loss. Experiments on EgoHumans and EgoExo4D report consistent improvements over UnCaliPose, DUSt3R, and MASt3R in human and camera metrics, and ablations show that removing either the human loss or the scene loss degrades part of the results.

Significance. If the metric-scale contribution is properly validated, this is a useful and timely contribution: the paper is among the first to fuse dense scene pointmaps, multi-person human meshes, and cameras into one joint optimization, and it releases code. The ablations in Table 3 give concrete evidence that the human keypoint loss and the scene alignment loss help different parts of the reconstruction, and the improvements in scale-invariant camera metrics (RRA, s-CCA) are consistent across two benchmarks. The central novelty, however, is the recovery of approximate metric scale from a human statistical model, and that claim is currently not directly measured: the headline world metrics are computed after SE(3) camera alignment, and no experiment isolates global scale error. The paper also clearly states its re-identification assumption and documents in the supplementary material that automated re-ID is far from solved, which is an important scope limitation but not a hidden flaw.

major comments (2)
  1. [§4.1, Eq. (9), §5 Table 2] The metric-scale claim is not validated. The only scale anchor in the optimization is the shape regularizer L_beta = ||beta||^2 (Eq. 9), which pulls every person toward the SMPL-X mean body, and the initial scale alpha is fit by least squares between human-derived camera positions and DUSt3R camera positions (Sec. 4.1). A systematic bias in HMR2's body-size or bone-length predictions would therefore propagate directly into alpha and all world metrics, yet no experiment measures scale error alone (e.g., predicted vs. ground-truth scene-scale ratio) nor the sensitivity to body-size prior. The current absolute metrics, W-MPJPE and TE, are computed after SE(3) camera alignment (Suppl. S.4.1), and the scale-invariant metrics (s-TE, s-CCA, GA-MPJPE) are by construction insensitive to the claimed contribution. I request a direct per-scene scale-error evaluation and a sensitivity analysis (e.g., perturbing the body-scale prior by ±5–10%) so that the paper's 'approximate metric scale' claim is bounded. Note also that the scene loss in Eq. (10) leaves sigma unregularized, making L_Places scale-invariant; the human terms are the only scale anchor, which further motivates this experiment.
  2. [§5 Evaluation Metrics, Suppl. S.4.1] The headline W-MPJPE and TE are reported after SE(3) alignment of the predicted cameras to the ground-truth cameras, so the absolute world position is not evaluated. The abstract's phrasing ('human localization accuracy within the world coordinate frame') is stronger than what the metric supports, since the global translation and rotation are removed by the alignment. Please report an unaligned world-coordinate error, or at least report the distribution of the residual alignment transform (e.g., the global translation component) so readers can see how much of the error is absolute localization rather than relative reconstruction.
minor comments (6)
  1. [Abstract / Introduction / Table 2] The numbers in the abstract and introduction do not match Table 2: EgoExo4D W-MPJPE is 3.59m (baseline) and 0.50m (HSfM) in Table 2, but the abstract says 2.9m to 0.56m, and the introduction cites 3.51m for EgoHumans, which matches the table. Please harmonize these figures.
  2. [References] References [55] and [56] are the same paper (Xu and Kitani, BMVC 2022); one entry should be removed or the citations disambiguated.
  3. [Eq. (5)] The notation around Eq. (5) is under-specified: the variables \tilde{\gamma}_c and \hat{T}_c are not fully defined in terms of their coordinate frames, and the equation's relationship to the camera center is not immediately clear. Please clarify the derivation.
  4. [Suppl. S.3, Table S.1] The footnote for the 2-camera rows states that s-TE is omitted because 'the predictions become identical to the ground truth camera translations after scale alignment'; this is confusing and should be explained in more detail, since scale alignment does not normally make predictions identical to ground truth unless the method is degenerate.
  5. [Tables 2, 3, S.1] No variance or per-sequence breakdown is reported for any metric. Given that the paper's own conclusion notes sensitivity to hyperparameters, reporting error bars or per-sequence results would strengthen confidence in the reported improvements.
  6. [Sec. 1 / Suppl. S.2] The known-re-ID assumption is clearly stated in the main text, but the practical severity (automated re-ID reaches only 51.22% accuracy on EgoHumans, per Suppl. S.2) is only discussed in the supplementary material. Please mention this limitation in the main text so readers understand the manual-annotation requirement of the method.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: HSfM's metric scale is an external input (HMR2/SMPL-X), and its alpha fit and joint optimization are standard data fitting against independent benchmarks.

full rationale

The paper's derivation chain is not circular. The metric scale enters through pretrained HMR2/SMPL-X human mesh predictions, which are external, independently trained models; the scene scale alpha is then fitted by least squares to align DUSt3R camera positions with human-derived camera positions (Sec. 4.1, Eq. 5), which is a calibration/fitting step rather than a prediction of the same quantity being evaluated. The joint optimization (Eqs. 6-10) minimizes reprojection error against 2D keypoints and a global pointmap alignment loss, and no ground-truth metric from the evaluation benchmarks is used as an optimization target. The shape regularizer L_beta = ||beta||^2 (Eq. 9) is a prior toward the average SMPL-X body, which is an assumption about body scale and not a circularity: it does not use the target errors or ground-truth data. Evaluation metrics (W-MPJPE, TE, RRA, etc.) are measured against external ground-truth annotations after rigid or Sim(3) alignment. Self-citations to Ye et al. [61] and HMR2 [16] provide pretrained, externally validated components rather than an unverified uniqueness theorem or an ansatz that already contains the claimed result. The stated assumption of known re-identification is a limitation (Suppl. S.2) and does not reduce the central claim to its inputs. Overall, the paper is an optimization pipeline with external data-driven initialization; no load-bearing step reduces by construction to its own inputs.

Assumptions & free parameters 6 free parameters · 6 assumptions · 0 invented entities

The method rests on two externally trained models (HMR2 for human meshes, DUSt3R for scene and cameras) and on the assumption that person identities are known across views. The scale alpha is fitted rather than derived; the paper's contribution is the alignment and joint optimization. No new physical entities are postulated.

free parameters (6)
  • alpha (world scale) = per scene, initialized via least squares in Sec. 4.1, refined by optimization
    Scales the DUSt3R world to metric units; recovered by aligning human-derived and DUSt3R camera positions, then optimized in Eq. (6).
  • gamma_h (global human translation) = per person
    Positions each SMPL-X body in the world; initialized via triangle-ratio from 2D and 3D bone lengths and optimized in the joint objective.
  • beta_h (body shape) = per person
    SMPL-X shape coefficients, regularized toward zero mean; affects bone lengths and thus the recovered scale.
  • camera poses and focal length (R_c, t_c, f) = per camera
    Initialized from DUSt3R, refined by bundle adjustment; the focal length in K is an optimization variable.
  • lambda (scene loss weight) = not reported
    Trade-off between human and scene losses in Eq. (6); the numeric value is never given in the main text or supplement, hampering exact reproduction.
  • optimization steps and learning rate = min 500 steps, LR 0.015
    Hand-chosen on two EgoHumans sequences; the step count is scaled by scene scale with a linear LR reduction schedule.
assumptions (6)
  • domain assumption Known person re-identification across all views
    Stated in Sec. 1 and again in Suppl. S.2; misidentification produces spurious correspondences in Eq. (8). Automated re-ID only reaches 51.22% on EgoHumans.
  • domain assumption HMR2 body meshes carry metric scale from training statistics
    The whole scale-recovery mechanism relies on the human model's body dimensions being statistically correct on average (Sec. 1, Sec. 4.1).
  • domain assumption DUSt3R pointmaps and cameras are a reliable initialization
    Used in Sec. 4.1 and 4.2; the paper notes DUSt3R can fail in low-structure or high-distortion scenes (Suppl. S.2).
  • domain assumption Consistent human orientation across views
    Eq. (4) solves camera rotations from the anchor person's orientation, assuming the same body orientation in the world frame across cameras.
  • domain assumption Simplified pinhole camera model with centered principal point and no distortion
    Sec. 3 sets the principal point to (W/2, H/2) and ignores lens distortion, although DUSt3R input images may have distortion.
  • domain assumption The staged optimization avoids poor local minima
    Sec. 4.2 first optimizes alpha, gamma, beta with lambda=0 then the full set; Suppl. S.3 shows naive initializations can fail for 2% of samples.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Reconstructing People, Places, and Cameras." pith.science (2026). https://pith.science/paper/7T4RO47C

@misc{pith2026241217806,
  author       = {Pith},
  title        = {Pith review of: Reconstructing People, Places, and Cameras},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/7T4RO47C}},
  note         = {Machine review of arXiv:2412.17806}
}
read the original abstract

We present "Humans and Structure from Motion" (HSfM), a method for jointly reconstructing multiple human meshes, scene point clouds, and camera parameters in a metric world coordinate system from a sparse set of uncalibrated multi-view images featuring people. Our approach combines data-driven scene reconstruction with the traditional Structure-from-Motion (SfM) framework to achieve more accurate scene reconstruction and camera estimation, while simultaneously recovering human meshes. In contrast to existing scene reconstruction and SfM methods that lack metric scale information, our method estimates approximate metric scale by leveraging a human statistical model. Furthermore, it reconstructs multiple human meshes within the same world coordinate system alongside the scene point cloud, effectively capturing spatial relationships among individuals and their positions in the environment. We initialize the reconstruction of humans, scenes, and cameras using robust foundational models and jointly optimize these elements. This joint optimization synergistically improves the accuracy of each component. We compare our method to existing approaches on two challenging benchmarks, EgoHumans and EgoExo4D, demonstrating significant improvements in human localization accuracy within the world coordinate frame (reducing error from 3.51m to 1.04m in EgoHumans and from 2.9m to 0.56m in EgoExo4D). Notably, our results show that incorporating human data into the SfM pipeline improves camera pose estimation (e.g., increasing RRA@15 by 20.3% on EgoHumans). Additionally, qualitative results show that our approach improves overall scene reconstruction quality. Our code is available at: https://github.com/hongsukchoi/HSfM_RELEASE

Figures

Figures reproduced from arXiv: 2412.17806 by the authors.

Figure 1
Figure 1. Humans and Structure from Motion (HSfM). We propose a method for the joint reconstruction of humans, scene point clouds, and cameras from an uncalibrated, sparse set of images depicting people. By explicitly incorporating humans into the traditional Structure from Motion (SfM) framework through 2D human keypoint correspondences and leveraging robust initialization from an off-the￾shelf model for scene and camera rec… view at source ↗
Figure 2
Figure 2. Pipeline of Humans and Structure from Motion. Our method processes synchronized images from an uncalibrated multi￾view camera setup with known person correspondences across views. We utilize pretrained networks to estimate 2D human keypoints per image [59], 3D human mesh [16], scene point clouds in a pointmap representation, and camera intrinsic and extrinsic parameters [53]. We first initialize these estimates in a… view at source ↗
Figure 3
Figure 3. Qualitative results from HSfM. We show our optimized result on sequences from EgoHumans (top) and EgoExo4D (bottom). Note how in the Initial state (left) people are floating in the air (a), how the scene and human scale is not aligned (e), and how noisy the scene appears (c). Our method resolves these problems by grounding people in the scene (b), recovering plausible metric scale (f), and better camera estimates (d… view at source ↗

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Humans as a Calibration Pattern: Dynamic 3D Scene Reconstruction from Unsynchronized and Uncalibrated Videos

    cs.CV 2024-12 conditional novelty 7.0 of 10

    Dynamic 3D scenes can be reconstructed from unsynchronized, uncalibrated multi-view videos by first aligning estimated human motion across views and then refining the alignment during neural field training.

  2. UAV4D: Dynamic Neural Rendering of Human-Centric UAV Imagery using Gaussian Splatting

    cs.CV 2025-06 conditional novelty 5.0 of 10

    UAV4D reconstructs 4D scenes from monocular drone video by fitting a single global scale to align human meshes with the background mesh, then renders with separate Gaussian splats.

Reference graph

Works this paper leans on

72 extracted references · 66 canonical work pages · cited by 2 Pith papers

  1. [1]

    Building rome in a day

    Sameer Agarwal, Yasutaka Furukawa, Noah Snavely, Ian Si- mon, Brian Curless, Steven M Seitz, and Richard Szeliski. Building rome in a day. ACM Communications, 2011. 3

  2. [2]

    Multi-hmr: Multi-person whole-body hu- man mesh recovery in a single shot

    Fabien Baradel, Matthieu Armando, Salma Galaaoui, Ro- main Br ´egier, Philippe Weinzaepfel, Gr ´egory Rogez, and Thomas Lucas. Multi-hmr: Multi-person whole-body hu- man mesh recovery in a single shot. arXiv preprint arXiv:2402.14654, 2024. 3, 7

  3. [3]

    Key.net: Keypoint detection by hand- crafted and learned cnn filters

    Axel Barroso-Laguna, Edgar Riba, Daniel Ponsa, and Krys- tian Mikolajczyk. Key.net: Keypoint detection by hand- crafted and learned cnn filters. In International Conference on Computer Vision (ICCV), 2019. 3

  4. [4]

    Surf: Speeded up robust features

    Herbert Bay, Tinne Tuytelaars, and Luc Van Gool. Surf: Speeded up robust features. In European Conference on Computer Vision (ECCV), 2006. 3

  5. [5]

    3d model acquisition from extended image sequences

    Paul Beardsley, Phil Torr, and Andrew Zisserman. 3d model acquisition from extended image sequences. In European Conference on Computer Vision (ECCV), 1996. 2

  6. [6]

    Multi-person 3D Pose Estimation in Crowded Scenes Based on Multi-View Geometry

    Chao Chen, Georgios Pavlakos, Shihao Zou, Tony Tung, and Katerina Fragkiadaki. Multi-person 3d pose estimation in crowded scenes based on multi-view geometry. arXiv preprint arXiv:2007.10986, 2020. 3

  7. [7]

    Aspanformer: Detector-free image matching with adaptive span transformer

    Hongkai Chen, Zixin Luo, Lei Zhou, Yurun Tian, Ming- min Zhen, Tian Fang, David McKinnon, Yanghai Tsin, and Long Quan. Aspanformer: Detector-free image matching with adaptive span transformer. In European Conference on Computer Vision (ECCV), 2022. 3

  8. [8]

    Pose2mesh: Graph convolutional network for 3d human pose and mesh recovery from a 2d human pose

    Hongsuk Choi, Gyeongsik Moon, and Kyoung Mu Lee. Pose2mesh: Graph convolutional network for 3d human pose and mesh recovery from a 2d human pose. InEuropean Con- ference on Computer Vision (ECCV), 2020. 2

Show all 72 references
  1. [9]

    Sfm with mrfs: Discrete-continuous optimiza- tion for large-scale structure from motion

    David Crandall, Andrew Owens, Noah Snavely, and Daniel Huttenlocher. Sfm with mrfs: Discrete-continuous optimiza- tion for large-scale structure from motion. IEEE Transac- tions on Pattern Analysis and Machine Intelligence (PAMI),

  2. [10]

    Hsfm: Hybrid structure-from-motion

    Hainan Cui, Xiang Gao, Shuhan Shen, and Zhanyi Hu. Hsfm: Hybrid structure-from-motion. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recogni- tion (CVPR), 2017. 3

  3. [11]

    Superpoint: Self-supervised interest point detection and description

    Daniel DeTone, Tomasz Malisiewicz, and Andrew Rabi- novich. Superpoint: Self-supervised interest point detection and description. In CVPR Workshops, 2018. 3

  4. [12]

    Fast and ro- bust multi-person 3d pose estimation from multiple views

    Junting Dong, Hujun Bao, and Xiaowei Zhou. Fast and ro- bust multi-person 3d pose estimation from multiple views. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages 7792–7801,

  5. [13]

    Mast3r- sfm: A fully-integrated solution for unconstrained structure- from-motion

    Bardienus Duisterhof, Lojze Zust, Philippe Weinzaepfel, Vincent Leroy, Yohann Cabon, and Jerome Revaud. Mast3r- sfm: A fully-integrated solution for unconstrained structure- from-motion. arXiv preprint arXiv, 2024. 3, 7

  6. [14]

    Sai Kumar Dwivedi, Yu Sun, Priyanka Patel, Yao Feng, and Michael J. Black. TokenHMR: Advancing human mesh re- covery with a tokenized pose representation. In IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2024. 7

  7. [15]

    Automatic camera recovery for closed or open image sequences

    Andrew W Fitzgibbon and Andrew Zisserman. Automatic camera recovery for closed or open image sequences. In Eu- ropean Conference on Computer Vision (ECCV), 1998. 2

  8. [16]

    Humans in 4D: Reconstructing and tracking humans with transformers

    Shubham Goel, Georgios Pavlakos, Jathushan Rajasegaran, Angjoo Kanazawa*, and Jitendra Malik*. Humans in 4D: Reconstructing and tracking humans with transformers. In International Conference on Computer Vision (ICCV), 2023. 2, 3, 4, 7, 8, 1

  9. [17]

    Ego-exo4d: Understanding skilled human activity from first-and third-person perspectives

    Kristen Grauman, Andrew Westbury, Lorenzo Torresani, Kris Kitani, Jitendra Malik, Triantafyllos Afouras, Kumar Ashutosh, Vijay Baiyya, Siddhant Bansal, Bikram Boote, et al. Ego-exo4d: Understanding skilled human activity from first-and third-person perspectives. In Proceedings...

  10. [18]

    Unsupervised multi-person 3d human pose estimation from 2d poses alone

    Peter Hardy and Hansung Kim. Unsupervised multi-person 3d human pose estimation from 2d poses alone. arXiv preprint arXiv:2309.14865, 2023. 3

  11. [19]

    Multiple View Ge- ometry in Computer Vision

    Richard Hartley and Andrew Zisserman. Multiple View Ge- ometry in Computer Vision. 2004. 2

  12. [20]

    Huang, Hongwei Yi, Markus H ¨oschle, Matvey Safroshkin, Tsvetelina Alexiƒadis, Senya Polikovsky, Daniel Scharstein, and Michael J

    Chun-Hao P. Huang, Hongwei Yi, Markus H ¨oschle, Matvey Safroshkin, Tsvetelina Alexiƒadis, Senya Polikovsky, Daniel Scharstein, and Michael J. Black. Capturing and inferring dense full-body human-scene contact. In 2022 IEEE/CVF Conference on Computer Vision and Pattern Recogni...

  13. [21]

    Cotr: Correspondence transformer for matching across images

    Wei Jiang, Eduard Trulls, Jan Hosang, Andrea Tagliasac- chi, and Kwang Moo Yi. Cotr: Correspondence transformer for matching across images. In International Conference on Computer Vision (ICCV), 2021. 3

  14. [22]

    A gener- alizable approach for multi-view 3d human pose regression

    Amir Kadkhodamohammadi and Nicolas Padoy. A gener- alizable approach for multi-view 3d human pose regression. arXiv preprint arXiv:1804.10462, 2018. 3

  15. [23]

    Black, David W

    Angjoo Kanazawa, Michael J. Black, David W. Jacobs, and Jitendra Malik. End-to-end recovery of human shape and pose. In Computer Vision and Pattern Recognition (CVPR), pages 7122–7131, 2018. 2, 3, 7

  16. [24]

    Egohumans: An egocentric 3d multi-human benchmark

    Rawal Khirodkar, Aayush Bansal, Lingni Ma, Richard New- combe, Minh V o, and Kris Kitani. Egohumans: An egocentric 3d multi-human benchmark. arXiv preprint arXiv:2305.16487, 2023. 2, 6, 1

  17. [25]

    Kingma and Jimmy Ba

    Diederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization. In International Conference on Learning Representations (ICLR), 2015. 7

  18. [26]

    Ground- ing image matching in 3d with mast3r

    Vincent Leroy, Yohann Cabon, and Jerome Revaud. Ground- ing image matching in 3d with mast3r. In European Confer- ence on Computer Vision (ECCV), 2024. 2, 3, 7

  19. [27]

    Relpose++: Recovering 6d poses from sparse-view observations

    Amy Lin, Jason Y Zhang, Deva Ramanan, and Shubham Tul- siani. Relpose++: Recovering 6d poses from sparse-view observations. arXiv preprint arXiv:2305.04926, 2023. 6, 7, 4

  20. [28]

    Lightglue: Local feature matching at light speed

    Philipp Lindenberger, Paul-Edouard Sarlin, and Marc Polle- feys. Lightglue: Local feature matching at light speed. In International Conference on Computer Vision (ICCV), 2023. 3

  21. [29]

    4d human body capture from egocen- tric video via 3d scene grounding

    Miao Liu, Dexin Yang, Yan Zhang, Zhaopeng Cui, James M Rehg, and Siyu Tang. 4d human body capture from egocen- tric video via 3d scene grounding. In 3DV, 2021. 7

  22. [30]

    David G. Lowe. Distinctive image features from scale- invariant keypoints. International Journal of Computer Vi- sion (IJCV), 2004. 3

  23. [31]

    Bag of tricks and a strong baseline for deep per- son re-identification

    Hao Luo, Youzhi Gu, Xingyu Liao, Shenqi Lai, and Wei Jiang. Bag of tricks and a strong baseline for deep per- son re-identification. In Proceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition Work- shops, 2019. 1

  24. [32]

    Yang, Shenlong Wang, Raquel Urtasun, and Antonio Torralba

    Wei-Chiu Ma, Alexander J. Yang, Shenlong Wang, Raquel Urtasun, and Antonio Torralba. Virtual correspondence: Hu- mans as a cue for extreme-view geometry. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2022. 3

  25. [33]

    Black, and Angjoo Kanazawa

    Lea M ¨uller, Vickie Ye, Georgios Pavlakos, Michael J. Black, and Angjoo Kanazawa. Generative proxemics: A prior for 3D social interaction from images. 2024. 7

  26. [34]

    Dinov2: Learning robust visual features without supervision

    Maxime Oquab, Timoth ´ee Darcet, Th ´eo Moutakanni, Huy V o, Marc Szafraniec, Vasil Khalidov, Pierre Fernandez, Daniel Haziza, Francisco Massa, Alaaeldin El-Nouby, et al. Dinov2: Learning robust visual features without supervision. arXiv preprint arXiv:2304.07193, 2023. 1

  27. [35]

    Georgios Pavlakos, Vasileios Choutas, Nima Ghorbani, Timo Bolkart, Ahmed A. A. Osman, Dimitrios Tzionas, and Michael J. Black. Expressive body capture: 3D hands, face, and body from a single image. In Computer Vision and Pat- tern Recognition (CVPR), pages 10975–10985, 2019. 4, 7

  28. [36]

    Human mesh recovery from multiple shots

    Georgios Pavlakos, Jitendra Malik, and Angjoo Kanazawa. Human mesh recovery from multiple shots. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pat- tern Recognition, pages 1485–1495, 2022. 3

  29. [37]

    Tracking people by predict- ing 3d appearance, location and pose

    Jathushan Rajasegaran, Georgios Pavlakos, Angjoo Kanazawa, and Jitendra Malik. Tracking people by predict- ing 3d appearance, location and pose. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2022. 1

  30. [38]

    Sam 2: Segment anything in images and videos

    Nikhila Ravi, Valentin Gabeur, Yuan-Ting Hu, Ronghang Hu, Chaitanya Ryali, Tengyu Ma, Haitham Khedr, Roman R¨adle, Chloe Rolland, Laura Gustafson, Eric Mintun, Junt- ing Pan, Kalyan Vasudev Alwala, Nicolas Carion, Chao- Yuan Wu, Ross Girshick, Piotr Doll´ar, and Christoph Feic...

  31. [39]

    R2d2: Reliable and re- peatable detector and descriptor

    J ´erˆome Revaud, C ´esar Roberto de Souza, Martin Humen- berger, and Philippe Weinzaepfel. R2d2: Reliable and re- peatable detector and descriptor. In Advances in Neural In- formation Processing Systems (NeurIPS), 2019. 3

  32. [40]

    Ethan Rublee, Vincent Rabaud, Kurt Konolige, and Gary R. Bradski. Orb: An efficient alternative to sift or surf. In In- ternational Conference on Computer Vision (ICCV) , 2011. 3

  33. [41]

    Structure-from-motion revisited

    Johannes Lutz Sch ¨onberger and Jan-Michael Frahm. Structure-from-motion revisited. In Conference on Com- puter Vision and Pattern Recognition (CVPR), 2016. 2, 3

  34. [42]

    Pixelwise view selection for un- structured multi-view stereo

    Johannes Lutz Sch ¨onberger, Enliang Zheng, Marc Pollefeys, and Jan-Michael Frahm. Pixelwise view selection for un- structured multi-view stereo. In European Conference on Computer Vision (ECCV), 2016. 2, 3

  35. [43]

    World-grounded human motion recovery via gravity-view coordinates

    Zehong Shen, Huaijin Pi, Yan Xia, Zhi Cen, Sida Peng, Zechen Hu, Hujun Bao, Ruizhen Hu, and Xiaowei Zhou. World-grounded human motion recovery via gravity-view coordinates. In SIGGRAPH Asia 2024 Conference Papers , pages 1–11, 2024. 7

  36. [44]

    Soyong Shin, Juyong Kim, Eni Halilaj, and Michael J. Black. WHAM: Reconstructing world-grounded humans with accu- rate 3D motion. In IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 2024. 1, 7

  37. [45]

    Loftr: Detector-free local feature matching with transformers

    Jiaming Sun, Zehong Shen, Yuang Wang, Hujun Bao, and Xiaowei Zhou. Loftr: Detector-free local feature matching with transformers. In Conference on Computer Vision and Pattern Recognition (CVPR), 2021. 3

  38. [46]

    Putting people in their place: Monocular regression of 3d people in depth

    Yu Sun, Wu Liu, Qian Bao, Yili Fu, Tao Mei, and Michael J Black. Putting people in their place: Monocular regression of 3d people in depth. In Computer Vision and Pattern Recog- nition (CVPR), pages 13243–13252, 2022. 4, 7

  39. [47]

    Yu Sun, Qian Bao, Wu Liu, Tao Mei, and Michael J. Black. TRACE: 5D Temporal Regression of Avatars with Dynamic Cameras in 3D Environments. In IEEE/CVF Conf. on Com- puter Vision and Pattern Recognition (CVPR), 2023. 7

  40. [48]

    Shape and motion from image streams under orthography: a factorization method

    Carlo Tomasi and Takeo Kanade. Shape and motion from image streams under orthography: a factorization method. International journal of computer vision , 9:137–154, 1992. 2

  41. [49]

    McLauchlan, Richard I

    Bill Triggs, Paul F. McLauchlan, Richard I. Hartley, and An- drew W. Fitzgibbon. Bundle adjustment—a modern synthe- sis. In Vision Algorithms: Theory and Practice, pages 298–

  42. [50]

    Glu- net: Global-local universal network for dense flow and corre- spondences

    Prune Truong, Martin Danelljan, and Radu Timofte. Glu- net: Global-local universal network for dense flow and corre- spondences. In Conference on Computer Vision and Pattern Recognition (CVPR), 2020. 3

  43. [51]

    Learning accurate dense correspondences and when to trust them

    Prune Truong, Martin Danelljan, Luc Van Gool, and Radu Timofte. Learning accurate dense correspondences and when to trust them. In Conference on Computer Vision and Pattern Recognition (CVPR), 2021. 3

  44. [52]

    Posediffusion: Solving pose estimation via diffusion-aided bundle adjustment

    Jianyuan Wang, Christian Rupprecht, and David Novotny. Posediffusion: Solving pose estimation via diffusion-aided bundle adjustment. In International Conference on Com- puter Vision (ICCV), pages 9773–9783, 2023. 6, 7, 4

  45. [53]

    Dust3r: Geometric 3d vi- sion made easy

    Shuzhe Wang, Vincent Leroy, Yohann Cabon, Boris Chidlovskii, and Jerome Revaud. Dust3r: Geometric 3d vi- sion made easy. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 20697–20709, 2024. 2, 3, 4, 5, 7, 8, 1

  46. [54]

    Tram: Global trajectory and motion of 3d humans from in- the-wild videos

    Yufu Wang, Ziyun Wang, Lingjie Liu, and Kostas Daniilidis. Tram: Global trajectory and motion of 3d humans from in- the-wild videos. arXiv preprint arXiv:2403.17346, 2024. 7

  47. [55]

    Multi-view multi-person 3d pose es- timation with uncalibrated camera networks

    Yan Xu and Kris Kitani. Multi-view multi-person 3d pose es- timation with uncalibrated camera networks. In British Ma- chine Vision Conference (BMVC), 2022. 2, 3, 7

  48. [56]

    Multi-view multi-person 3d pose es- timation with uncalibrated camera networks

    Yan Xu and Kris Kitani. Multi-view multi-person 3d pose es- timation with uncalibrated camera networks. In British Ma- chine Vision Conference (BMVC), 2022. 2, 3

  49. [57]

    DenseRaC: Joint 3D pose and shape estimation by dense render-and- compare

    Yuanlu Xu, Song-Chun Zhu, and Tony Tung. DenseRaC: Joint 3D pose and shape estimation by dense render-and- compare. In International Conference on Computer Vision (ICCV), 2019. 1

  50. [58]

    Wide-baseline multi-camera calibration using person re- identification

    Yan Xu, Yu-Jhe Li, Xinshuo Weng, and Kris Kitani. Wide-baseline multi-camera calibration using person re- identification. In Conference on Computer Vision and Pat- tern Recognition (CVPR), 2021. 3

  51. [59]

    Vit- pose: Simple vision transformer baselines for human pose estimation

    Yufei Xu, Jing Zhang, Qiming Zhang, and Dacheng Tao. Vit- pose: Simple vision transformer baselines for human pose estimation. Advances in Neural Information Processing Sys- tems, 35:38571–38584, 2022. 2, 3, 5, 8, 1

  52. [60]

    Mvsnet: Depth inference for unstructured multi-view stereo

    Yao Yao, Zixin Luo, Shiwei Li, Tian Fang, and Long Quan. Mvsnet: Depth inference for unstructured multi-view stereo. In Proceedings of the European conference on computer vi- sion (ECCV), 2018. 2

  53. [61]

    Decoupling human and camera motion from videos in the wild

    Vickie Ye, Georgios Pavlakos, Jitendra Malik, and Angjoo Kanazawa. Decoupling human and camera motion from videos in the wild. In Computer Vision and Pattern Recogni- tion (CVPR), 2023. 3, 5, 1, 2, 7

  54. [62]

    Lift: Learned invariant feature transform

    Kwang Moo Yi, Eduard Trulls, Vincent Lepetit, and Pascal Fua. Lift: Learned invariant feature transform. In European Conference on Computer Vision (ECCV), 2016. 3

  55. [63]

    Multi- view human body reconstruction from uncalibrated cam- eras

    Tao Yu, Zerong Zheng, Kaiwen Guo, and Yebin Liu. Multi- view human body reconstruction from uncalibrated cam- eras. In Advances in Neural Information Processing Systems (NeurIPS), 2022. 3

  56. [64]

    Huang, Donglai Xiang, Yufeng Zhou, Mengcheng Xu, Jingwei Huang, Chenxi Jiang, Tzu- Mao Xu, Deva Ramanan, and Michael J

    Yuming Yuan, Chun-Hao P. Huang, Donglai Xiang, Yufeng Zhou, Mengcheng Xu, Jingwei Huang, Chenxi Jiang, Tzu- Mao Xu, Deva Ramanan, and Michael J. Black. Hum- man: Multi-modal 4d human dataset for versatile sensing and modeling. In Proceedings of the IEEE/CVF Conference on Compu...

  57. [65]

    Glamr: Global occlusion-aware human mesh recov- ery with dynamic cameras

    Ye Yuan, Umar Iqbal, Pavlo Molchanov, Kris Kitani, and Jan Kautz. Glamr: Global occlusion-aware human mesh recov- ery with dynamic cameras. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages 11038–11049, 2022. 7

  58. [66]

    Monst3r: A simple approach for estimating geometry in the presence of motion

    Junyi Zhang, Charles Herrmann, Junhwa Hur, Varun Jam- pani, Trevor Darrell, Forrester Cole, Deqing Sun, and Ming- Hsuan Yang. Monst3r: A simple approach for estimating geometry in the presence of motion. ICLR, 2025. 8

  59. [67]

    Ego- body: Human body shape and motion of interacting people from head-mounted devices

    Siwei Zhang, Qianli Ma, Yan Zhang, Zhiyin Qian, Taein Kwon, Marc Pollefeys, Federica Bogo, and Siyu Tang. Ego- body: Human body shape and motion of interacting people from head-mounted devices. In European Conference on Computer Vision (ECCV), pages 180–200, 2022. 7

  60. [68]

    Metric from human: Zero-shot monoc- ular metric depth estimation via test-time adaptation

    Yizhou Zhao, Hengwei Bian, Kaihua Chen, Pengliang Ji, Liao Qu, Shao-yu Lin, Weichen Yu, Haoran Li, Hao Chen, Jun Shen, et al. Metric from human: Zero-shot monoc- ular metric depth estimation via test-time adaptation. In The Thirty-eighth Annual Conference on Neural Information...

  61. [69]

    Wang, Bhiksha Raj, Min Xu, Jimei Yang, and Chun-Hao P

    Yizhou Zhao, Tuanfeng Y . Wang, Bhiksha Raj, Min Xu, Jimei Yang, and Chun-Hao P. Huang. Synergistic global- space camera and human reconstruction from videos. 2024. 1, 7

  62. [70]

    Pmatch: Paired masked image modeling for dense geometric matching

    Shengjie Zhu and Xiaoming Liu. Pmatch: Paired masked image modeling for dense geometric matching. In Confer- ence on Computer Vision and Pattern Recognition (CVPR) ,

  63. [71]

    Reconstructing People, Places, and Cameras

    Yuliang Zou, Jimei Yang, Duygu Ceylan, Jianming Zhang, Federico Perazzi, and Jia-Bin Huang. Reducing footskate in human motion reconstruction with ground contact con- straints. In Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, 2020. 2 Reconst...

  64. [372]

    Springer, Berlin, Heidelberg, 2000. 3

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.