REVIEW 3 major objections 4 minor 2 cited by
CameraHMR: Aligning People with Perspective
T0 review · 3 major / 4 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read Per-image camera prediction improves 3D human pose and shape accuracy
desk verdict Solid and honestly reported: predicted camera intrinsics plus denser pseudo ground truth deliver real HPS gains, though the iterative self-training loop is never ablated so the credit attribution stays coarse. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is HumanFoV: an HRNet-based regressor that maps aspect-preserving 256x256 images of people to a vertical field of view, with the focal length recovered from the image height via $f_y = H / (2 \tan(\upsilon/2))$. The asymmetric loss on the field of view encodes the observation that underestimating the field of view hurts reconstructed 3D poses less than overestimating it. HumanFoV's output drives two things: CamSMPLify, a modified SMPLify that fits SMPL under full perspective projection using both the original 17 joints and 138 dense surface keypoints; and CameraHMR, a transformer regressor whose decoder cross-attends to image tokens plus bounding box and focal length tokens. The iteration between CameraHMR and CamSMPLify is what turns the improved fitting procedure into a better regressor.
What would settle it
Measure HumanFoV's field-of-view error on a held-out set of human images with known intrinsics from varied cameras and crops, and check whether the error grows with focal length, crop amount, or off-center framing. If large FoV errors appear precisely on images with strong perspective, or if CamSMPLify fits on those images show biased poses compared with fits made using the true intrinsics, the central claim that predicted intrinsics drive the improvement would be contradicted. A simpler observational check is to run CameraHMR with per-image predicted intrinsics versus a default focal length stratified by true FoV; the claimed advantage should appear mainly at wide FoV and vanish or invert if the predictor is biased.
Extended reading notes
Core claim
On the paper's own terms, the discovery is that a full perspective camera with predicted per-image intrinsics can be integrated end to end into human pose and shape estimation, and doing so improves both the training signal and the trained model. HumanFoV regresses the vertical field of view from a 256x256 aspect-preserving crop and is trained on roughly 500K Flickr images with EXIF-derived focal lengths, using an asymmetric loss that penalizes overestimating the field of view more than underestimating it. CamSMPLify then refits SMPL to the 4DHumans images with perspective projection, adding 138 dense surface keypoints produced by a detector trained on BEDLAM, and the CameraHMR transformer consumes the focal length as an input token. Training is iterated: the current model initializes the next round of fitting, and the improved pseudo ground truth trains the next model. The paper reports the strongest results on benchmarks with varied intrinsics, such as 45.4 PA-MPJPE and 97.0 PVE on EMDB and large margins on SPEC-SYN, while retaining near-best 2D alignment on COCO.
Load-bearing premise
The load-bearing premise is that HumanFoV, trained on Flickr images with EXIF focal lengths, predicts the field of view accurately enough for arbitrary in-the-wild images of people, including cropped, portrait, and unusual-aspect-ratio images.
Editorial extensions
If this is right
- Cameras need not be known at test time: the same HumanFoV prediction used to build training data is used at inference, so the perspective camera model is available for any single image of a person.
- Benchmarks with wide-angle lenses, off-center subjects, or strong foreshortening are where the predicted intrinsics matter most; the ablation on SPEC-SYN shows the default focal length fails there.
- Dense surface keypoints in the fitting loop should make body shape predictions more diverse and realistic, not just more aligned, with SSP-3D as the evaluation target.
- The improved pseudo ground truth is reusable: the paper releases the pGT and pipeline, so other human pose and shape models can train on perspective-corrected fits without repeating the data collection.
- Because AVA clips with horizontally stretched aspect ratios violate the single-focal-length assumption, datasets used for this pipeline must be filtered for consistent sensor geometry.
Reading between the lines
- My inference: the 'body as calibration object' idea could generalize beyond people; articulated objects with known proportions could supply field-of-view cues in settings where vanishing points are absent, such as close-up animal or robot imagery.
- My inference: the claimed gains depend on HumanFoV generalizing to crops and aspect ratios it never saw as clean EXIF images; a natural test is to measure FoV error and downstream pose error separately on heavily cropped or non-standard-ratio photos.
- My inference: the iterative training loop is a form of self-training, so it could silently reinforce the initial model's systematic errors; comparing against pGT produced from an independent initialization would reveal whether iteration is correcting or entrenching bias.
- My inference: if FoV prediction is accurate but the assumption of zero radial distortion and a centered principal point fails, such as on phone wide-angle lenses, the remaining distortion will be absorbed into pose and shape errors; testing on images with known distortion coefficients would bound this effect.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper proposes CameraHMR, a monocular 3D human pose and shape estimation method that replaces the common weak-perspective camera assumption with a full perspective camera whose intrinsics are predicted by a learned field-of-view regressor (HumanFoV). The authors further improve the pseudo ground truth (pGT) used for training by (i) fitting SMPL with the predicted intrinsics in a modified SMPLify (CamSMPLify), (ii) adding a dense surface keypoint detector (DenseKP) trained on synthetic data, and (iii) iterating model training and fitting in a self-training loop. The final model is evaluated on 3DPW, EMDB, RICH, SPEC-SYN, COCO-val, and SSP-3D, and the paper reports state-of-the-art PA-MPJPE/PVE on several benchmarks.
Significance. If the results hold, the work is significant: it addresses a recognized limitation of weak-perspective camera models in monocular HPS and presents a practical pipeline for generating higher-quality pGT for large-scale in-the-wild training data. The paper includes a new human-centric FoV dataset and a dense keypoint detector, and reports consistent improvements over strong baselines on external benchmarks, with particularly large margins on SPEC-SYN. The availability of code and pGT would facilitate reproducibility. However, the empirical attribution of the gains to the proposed components is incomplete, as detailed in the major comments.
major comments (3)
- [Section 3.4 and Table 4] The iterative self-training loop is not ablated, so the contribution of the proposed pGT improvements cannot be separated from the effect of the architectural changes and the iterative refinement. In Table 4, the comparison between HMR2.0b (trained on original 4DHumans) and CameraHMR (4DH) changes at least three factors simultaneously: the pGT generation (HumanFoV intrinsics plus dense keypoints), the network architecture (bounding box and focal length tokens, perspective projection), and the iterative fitting loop. I recommend adding an ablation that trains CameraHMR on the original 4DHumans pGT with the same architecture, and an ablation comparing one pass versus two passes of CamSMPLify, so that the effect of the improved pGT is isolated.
- [Section 3.4 and Figure 2] The claim that CamSMPLify produces 'significantly more realistic' pGT is supported only by qualitative examples and downstream performance; there is no quantitative validation of the pGT against known 3D ground truth. A direct test would be to run CamSMPLify on a dataset with ground-truth 3D bodies, such as the 3DPW training set or a held-out BEDLAM sequence, and report the fitting error (e.g., PA-MPJPE/PVE) for the original pGT versus the improved pGT. This would substantiate the causal chain in the abstract, which is currently only indirectly assessed.
- [Section 3.4 (Surface Keypoints) and Eq. (4)] The dense surface keypoint detector is a central component of the proposed pGT pipeline, but its accuracy is never evaluated, and no ablation removes the dense keypoint term from CamSMPLify. I suggest reporting 2D keypoint detection error for DenseKP on a held-out synthetic or real benchmark, and/or an ablation of Eq. (4) with and without the ES2d term, to show that the dense keypoints are responsible for the improved shape estimates rather than the other changes in the fitting process.
minor comments (4)
- [Table 1] The entry for Perspective Fields appears as '15.38.0' due to a missing space; it should read '15.3 8.0 14.0 12.8 18.0' for the five benchmark columns.
- [Throughout] The text uses both '4D-Humans' and '4DHumans'; please use a consistent name throughout.
- [Abstract] The sentence 'Code and pGT is available' should be 'Code and pGT are available' to maintain subject-verb agreement.
- [Conclusion] The paper does not include a limitations discussion; a short paragraph noting the dependence on HumanFoV accuracy and the synthetic-to-real gap for DenseKP would be helpful for readers.
Circularity Check
No material circularity: the central accuracy claim is tested against external 3D benchmarks with ground-truth pose, shape, and camera intrinsics, and the self-training loop is a confound rather than a by-construction reduction.
full rationale
The derivation chain is not circular by construction. HumanFoV is trained on Flickr images whose vertical field of view is derived from EXIF focal length via Eq. (6); these labels are independent of the subsequent HPS pipeline. CamSMPLify uses HumanFoV intrinsics plus dense surface keypoints from DenseKP (trained on BEDLAM/AGORA synthetic ground truth) to fit SMPL to 4D-Humans images, producing new pGT. CameraHMR is then trained on BEDLAM/AGORA plus this pGT, with the focal length supplied as a token. The central results in Table 4 and Table 5 are measured on 3DPW, EMDB, RICH, SPEC-SYN, and SSP-3D, all of which provide externally supplied ground truth that is not produced by the paper's own fitting loop. No equation in the paper defines a predicted quantity in terms of the quantity it is meant to explain; Eq. (1) and Eq. (6) are just the standard focal-length/FoV conversion. The iterative refinement described in Sec. 3.4 ('Iteration') is a self-training loop in the spirit of SPIN: CameraHMR v1 initializes CamSMPLify, the resulting pGT trains v2, and v2 re-initializes another fitting pass. This could confound an attribution of the final gains to the new camera model, and the paper does not ablate the loop or compare intermediate pGT fits to known 3D ground truth; that is an experimental-design/correctness risk, not a circularity, because the evaluation itself remains external. Self-citations to BEDLAM, AGORA, SPEC, and TokenHMR are citations to datasets, benchmarks, and prior methods with independent content, not to an unverified theorem that forces the paper's choice. The paper is therefore self-contained against external benchmarks, and no load-bearing reduction of a prediction to its own input is exhibited.
Assumptions & free parameters
free parameters (3)
- CamSMPLify loss weights (lambda_S2d, lambda_J2d, lambda_beta, lambda_int) =
Not specified in the paper
- Threshold tau for pGT filtering =
Not specified in the paper
- Asymmetric loss factor 3 in HumanFoV =
3
assumptions (4)
- domain assumption EXIF FocalLengthIn35mmFormat provides accurate vertical field of view when combined with the assumed 24mm sensor height.
- domain assumption The human body provides sufficient visual cues for field-of-view estimation from a single image.
- domain assumption Dense surface keypoints learned on synthetic data (BEDLAM, AGORA) transfer to real in-the-wild images.
- standard math Standard perspective projection and SMPL model are valid representations.
Cite this review
Pith. "Pith review of CameraHMR: Aligning People with Perspective." pith.science (2026). https://pith.science/paper/BR742OIE
@misc{pith2026241108128,
author = {Pith},
title = {Pith review of: CameraHMR: Aligning People with Perspective},
year = {2026},
howpublished = {\url{https://pith.science/paper/BR742OIE}},
note = {Machine review of arXiv:2411.08128}
}
read the original abstract
We address the challenge of accurate 3D human pose and shape estimation from monocular images. The key to accuracy and robustness lies in high-quality training data. Existing training datasets containing real images with pseudo ground truth (pGT) use SMPLify to fit SMPL to sparse 2D joint locations, assuming a simplified camera with default intrinsics. We make two contributions that improve pGT accuracy. First, to estimate camera intrinsics, we develop a field-of-view prediction model (HumanFoV) trained on a dataset of images containing people. We use the estimated intrinsics to enhance the 4D-Humans dataset by incorporating a full perspective camera model during SMPLify fitting. Second, 2D joints provide limited constraints on 3D body shape, resulting in average-looking bodies. To address this, we use the BEDLAM dataset to train a dense surface keypoint detector. We apply this detector to the 4D-Humans dataset and modify SMPLify to fit the detected keypoints, resulting in significantly more realistic body shapes. Finally, we upgrade the HMR2.0 architecture to include the estimated camera parameters. We iterate model training and SMPLify fitting initialized with the previously trained model. This leads to more accurate pGT and a new model, CameraHMR, with state-of-the-art accuracy. Code and pGT are available for research purposes.
Figures
Figures from the paper (5 more)
Forward citations
Cited by 2 Pith papers
-
Humans as a Calibration Pattern: Dynamic 3D Scene Reconstruction from Unsynchronized and Uncalibrated Videos
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.
-
WATCH: World-aware Allied Trajectory and pose reconstruction for Camera and Human
A unified camera-and-human motion model with analytical heading decomposition and soft camera-trajectory integration improves global human trajectory reconstruction on RICH, EMDB, and 3DPW benchmarks.
Reference graph
Works this paper leans on
- [1]
-
[2]
https://www.pexels.com/, 2024
Pexels. https://www.pexels.com/, 2024
2024
-
[3]
Objectron: A large scale dataset of object-centric videos in the wild with pose annota- tions
Adel Ahmadyan, Liangkai Zhang, Artsiom Ablavatski, Jian- ing Wei, and Matthias Grundmann. Objectron: A large scale dataset of object-centric videos in the wild with pose annota- tions. In Conference on Computer Vision and Pattern Recog- nition (CVPR), pages 7822–7831, 2021
work page 2021
-
[4]
2D human pose estimation: New benchmark and state of the art analysis
Mykhaylo Andriluka, Leonid Pishchulin, Peter Gehler, and Bernt Schiele. 2D human pose estimation: New benchmark and state of the art analysis. In Conference on Computer Vision and Pattern Recognition (CVPR), 2014
work page 2014
-
[5]
Google street view: Capturing the world at street level
Dragomir Anguelov, Carole Dulong, Daniel Filip, Christian Frueh, St ´ephane Lafon, Richard Lyon, Abhijit Ogale, Luc Vincent, and Josh Weaver. Google street view: Capturing the world at street level. pages 32–38, 2010
work page 2010
-
[6]
Black, Priyanka Patel, Joachim Tesch, and Jin- long Yang
Michael J. Black, Priyanka Patel, Joachim Tesch, and Jin- long Yang. BEDLAM: A synthetic dataset of bodies ex- hibiting detailed lifelike animated motion. In Conference on Computer Vision and Pattern Recognition (CVPR), pages 8726–8737, 2023
work page 2023
-
[7]
Federica Bogo, Angjoo Kanazawa, Christoph Lassner, Peter Gehler, Javier Romero, and Michael J. Black. Keep it SMPL: Automatic estimation of 3D human pose and shape from a single image. In European Conference on Computer Vision (ECCV), 2016
work page 2016
-
[8]
Vasileios Choutas, Georgios Pavlakos, Timo Bolkart, Dim- itrios Tzionas, and Michael J. Black. Monocular expres- sive body regression through body-driven attention. InEuro- pean Conference on Computer Vision (ECCV), pages 20–40, 2020
work page 2020
Show all 58 references
-
[9]
Huang, Siyu Tang, Dimitrios Tzionas, and Michael J
Vasileios Choutas, Lea M ¨uller, Chun-Hao P. Huang, Siyu Tang, Dimitrios Tzionas, and Michael J. Black. Accurate 3D body shape regression using metric and semantic attributes. In IEEE/CVF Conf. on Computer Vision and Pattern Recog- nition (CVPR), pages 2718–2728, 2022
2022
-
[10]
ImageNet: A large-scale hierarchical image database
Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. ImageNet: A large-scale hierarchical image database. In Conference on Computer Vision and Pattern Recognition (CVPR), 2009
2009
-
[11]
An image is worth 16x16 words: Transformers for image recognition at scale
Alexey Dosovitskiy, Lucas Beyer, Alexander Kolesnikov, Dirk Weissenborn, Xiaohua Zhai, Thomas Unterthiner, Mostafa Dehghani, Matthias Minderer, Georg Heigold, Syl- vain Gelly, Jakob Uszkoreit, and Neil Houlsby. An image is worth 16x16 words: Transformers for image recognition ...
2021
-
[12]
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 Conference on Computer Vision and Pattern Recognition (CVPR), 2024
2024
-
[13]
Yao Feng, Vasileios Choutas, Timo Bolkart, Dimitrios Tzionas, and Michael J. Black. Collaborative regression of expressive bodies using moderation. In International Con- ference on 3D Vision (3DV), 2021
2021
-
[14]
Vision meets robotics: The KITTI dataset
Andreas Geiger, Philip Lenz, Christoph Stiller, and Raquel Urtasun. Vision meets robotics: The KITTI dataset. Inter- national Journal of Robotics Research , pages 1231 – 1237, 2013
2013
-
[15]
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
2023
-
[16]
Ava: A video dataset of spatio-temporally localized atomic visual actions
Chunhui Gu, Chen Sun, David A Ross, Carl V ondrick, Car- oline Pantofaru, Yeqing Li, Sudheendra Vijayanarasimhan, George Toderici, Susanna Ricco, Rahul Sukthankar, et al. Ava: A video dataset of spatio-temporally localized atomic visual actions. In Conference on Computer Visio...
2018
-
[17]
Deep residual learning for image recognition
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In Conference on Computer Vision and Pattern Recognition (CVPR), pages 770–778, 2016
2016
-
[18]
Huang, Hongwei Yi, Markus H ¨oschle, Matvey Safroshkin, Tsvetelina Alexiadis, Senya Polikovsky, Daniel Scharstein, and Michael J
Chun-Hao P. Huang, Hongwei Yi, Markus H ¨oschle, Matvey Safroshkin, Tsvetelina Alexiadis, Senya Polikovsky, Daniel Scharstein, and Michael J. Black. Capturing and inferring dense full-body human-scene contact. In Conference on Computer Vision and Pattern Recognition (CVPR), 2022
2022
-
[19]
Human3.6M: Large scale datasets and predic- tive methods for 3D human sensing in natural environments
Catalin Ionescu, Dragos Papava, Vlad Olaru, and Cristian Sminchisescu. Human3.6M: Large scale datasets and predic- tive methods for 3D human sensing in natural environments. Transactions on Pattern Analysis and Machine Intelligence (TPAMI), 36(7):1325–1339, 2014
2014
-
[20]
Linyi Jin, Jianming Zhang, Yannick Hold-Geoffroy, Oliver Wang, Kevin Blackburn-Matzen, Matthew Sticha, and David F. Fouhey. Perspective fields for single image camera calibration. In Conference on Computer Vision and Pattern Recognition (CVPR), 2023
2023
-
[21]
Learning effective hu- man pose estimation from inaccurate annotation
Sam Johnson and Mark Everingham. Learning effective hu- man pose estimation from inaccurate annotation. In Confer- ence on Computer Vision and Pattern Recognition (CVPR) , 2011
2011
-
[22]
Ex- emplar fine-tuning for 3d human pose fitting towards in-the- wild 3d human pose estimation
Hanbyul Joo, Natalia Neverova, and Andrea Vedaldi. Ex- emplar fine-tuning for 3d human pose fitting towards in-the- wild 3d human pose estimation. In International Conference on 3D Vision (3DV), 2020
2020
-
[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 Conference on Computer Vision and Pattern Recog- nition (CVPR), pages 7122–7131, 2018
2018
-
[24]
Learning 3d human dynamics from video
Angjoo Kanazawa, Jason Y Zhang, Panna Felsen, and Ji- tendra Malik. Learning 3d human dynamics from video. In Conference on Computer Vision and Pattern Recognition (CVPR), pages 5614–5623, 2019
2019
-
[25]
EMDB: The Electromagnetic Database of Global 3D Human Pose and Shape in the Wild
Manuel Kaufmann, Jie Song, Chen Guo, Kaiyue Shen, Tian- jian Jiang, Chengcheng Tang, Juan Jos ´e Z ´arate, and Otmar Hilliges. EMDB: The Electromagnetic Database of Global 3D Human Pose and Shape in the Wild. In International Conference on Computer Vision (ICCV), 2023
2023
-
[26]
Adam: A method for stochastic optimization
Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization. In International Conference on Learning Representations (ICLR), 2015
2015
-
[27]
Beyond weak perspective for 9 monocular 3d human pose estimation
Imry Kissos, Lior Fritz, Matan Goldman, Omer Meir, Ed- uard Oks, and Mark Kliger. Beyond weak perspective for 9 monocular 3d human pose estimation. In European Confer- ence on Computer Vision Workshops (ECCV-W), 2020
2020
-
[28]
Huang, Joachim Tesch, Lea M ¨uller, Otmar Hilliges, and Michael J
Muhammed Kocabas, Chun-Hao P. Huang, Joachim Tesch, Lea M ¨uller, Otmar Hilliges, and Michael J. Black. SPEC: Seeing people in the wild with an estimated camera. In Proceedings International Conference on Computer Vision (ICCV), 2021
2021
-
[29]
Huang, Joachim Tesch, Lea M ¨uller, Otmar Hilliges, and Michael J
Muhammed Kocabas, Chun-Hao P. Huang, Joachim Tesch, Lea M ¨uller, Otmar Hilliges, and Michael J. Black. SPEC: Seeing people in the wild with an estimated camera. In In- ternational Conference on Computer Vision (ICCV) . IEEE, 2021
2021
-
[30]
Learning to reconstruct 3D human pose and shape via model-fitting in the loop
Nikos Kolotouros, Georgios Pavlakos, Michael J Black, and Kostas Daniilidis. Learning to reconstruct 3D human pose and shape via model-fitting in the loop. In International Conference on Computer Vision (ICCV), pages 2252–2261, 2019
2019
-
[31]
CTRL-C: camera cali- bration transformer with line-classification
Jinwoo Lee, Hyunsung Go, Hyunjoon Lee, Sunghyun Cho, Min-Hyuk Sung, and Junho Kim. CTRL-C: camera cali- bration transformer with line-classification. In International Conference on Computer Vision (ICCV), 2021
2021
-
[32]
Hybrik: A hybrid analytical-neural inverse kinematics solution for 3d human pose and shape estimation
Jiefeng Li, Chao Xu, Zhicun Chen, Siyuan Bian, Lixin Yang, and Cewu Lu. Hybrik: A hybrid analytical-neural inverse kinematics solution for 3d human pose and shape estimation. In Conference on Computer Vision and Pattern Recognition (CVPR), pages 3383–3393, 2021
2021
-
[33]
CLIFF: Carrying location information in full frames into human pose and shape estimation
Zhihao Li, Jianzhuang Liu, Zhensong Zhang, Songcen Xu, and Youliang Yan. CLIFF: Carrying location information in full frames into human pose and shape estimation. In Euro- pean Conference on Computer Vision, 2022
2022
-
[34]
Microsoft COCO: common objects in context
Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr Doll´ar, and C Lawrence Zitnick. Microsoft COCO: common objects in context. In European Conference on Computer Vision (ECCV) , pages 740–755, 2014
2014
-
[35]
Matthew Loper, Naureen Mahmood, Javier Romero, Gerard Pons-Moll, and Michael J. Black. SMPL: A skinned multi- person linear model. Transactions on Graphics (TOG) , 34 (6):248:1–248:16, 2015
2015
-
[36]
Monocular 3D human pose estimation in the wild using improved CNN supervision
Dushyant Mehta, Helge Rhodin, Dan Casas, Pascal Fua, Oleksandr Sotnychenko, Weipeng Xu, and Christian Theobalt. Monocular 3D human pose estimation in the wild using improved CNN supervision. 2017
2017
-
[37]
Priyanka Patel, Chun-Hao Paul Huang, Joachim Tesch, David Hoffmann, Shashank Tripathi, and Michael J. Black. AGORA: Avatars in geography optimized for regression analysis. In Conference on Computer Vision and Pattern Recognition (CVPR), pages 13468–13478, 2021
2021
-
[38]
Generating 3d faces using convolutional mesh autoencoders
Anurag Ranjan, Timo Bolkart, Soubhik Sanyal, and Michael J Black. Generating 3d faces using convolutional mesh autoencoders. In Proceedings of the European confer- ence on computer vision (ECCV), pages 704–720, 2018
2018
-
[39]
Syn- thetic training for accurate 3D human pose and shape esti- mation in the wild
Akash Sengupta, Ignas Budvytis, and Roberto Cipolla. Syn- thetic training for accurate 3D human pose and shape esti- mation in the wild. In British Machine Vision Conference (BMVC), 2020
2020
-
[40]
Hi- erarchical kinematic probability distributions for 3D human shape and pose estimation from images in the wild
Akash Sengupta, Ignas Budvytis, and Roberto Cipolla. Hi- erarchical kinematic probability distributions for 3D human shape and pose estimation from images in the wild. In In- ternational Conference on Computer Vision (ICCV) , pages 11219–11229, 2021
2021
-
[41]
Soyong Shin, Juyong Kim, Eni Halilaj, and Michael J. Black. Wham: Reconstructing world-grounded humans with accu- rate 3d motion. In Conference on Computer Vision and Pat- tern Recognition (CVPR), 2024
2024
-
[42]
Indoor segmentation and support inference from rgbd images
Nathan Silberman, Derek Hoiem, Pushmeet Kohli, and Rob Fergus. Indoor segmentation and support inference from rgbd images. In European Conference on Computer Vision (ECCV), pages 746–760, 2012
2012
-
[43]
Deep high-resolution representation learning for human pose es- timation
Ke Sun, Bin Xiao, Dong Liu, and Jingdong Wang. Deep high-resolution representation learning for human pose es- timation. In Conference on Computer Vision and Pattern Recognition (CVPR), 2019
2019
-
[44]
Recovering accurate 3D human pose in the wild using IMUs and a moving camera
Timo von Marcard, Roberto Henschel, Michael Black, Bodo Rosenhahn, and Gerard Pons-Moll. Recovering accurate 3D human pose in the wild using IMUs and a moving camera. In European Conference on Computer Vision (ECCV), pages 614–631, 2018
2018
-
[45]
Refit: Recurrent fitting network for 3d human recovery
Yufu Wang and Kostas Daniilidis. Refit: Recurrent fitting network for 3d human recovery. InInternational Conference on Computer Vision (ICCV), 2023
2023
-
[46]
Ai challenger: A large-scale dataset for going deeper in image understanding
Jiahong Wu, He Zheng, Bo Zhao, Yixin Li, Baoming Yan, Rui Liang, Wenjia Wang, Shipei Zhou, Guosen Lin, Yanwei Fu, et al. Ai challenger: A large-scale dataset for going deeper in image understanding. arXiv preprint arXiv:1711.06475, 2017
2017 arXiv
-
[47]
Detectron2
Yuxin Wu, Alexander Kirillov, Francisco Massa, Wan-Yen Lo, and Ross Girshick. Detectron2. https://github. com/facebookresearch/detectron2, 2019
2019
-
[48]
Ehinger, Aude Oliva, and Anto- nio Torralba
Jianxiong Xiao, Krista A. Ehinger, Aude Oliva, and Anto- nio Torralba. Recognizing scene viewpoint using panoramic place representation. In 2012 IEEE Conference on Computer Vision and Pattern Recognition, 2012
2012
-
[49]
SUN3D: A database of big spaces reconstructed using sfm and object labels
Jianxiong Xiao, Andrew Owens, and Antonio Torralba. SUN3D: A database of big spaces reconstructed using sfm and object labels. In International Conference on Computer Vision (ICCV), pages 1625–1632, 2013
2013
-
[50]
ViTPose: Simple vision transformer baselines for human pose estimation
Yufei Xu, Jing Zhang, Qiming Zhang, and Dacheng Tao. ViTPose: Simple vision transformer baselines for human pose estimation. In Advances in Neural Information Pro- cessing Systems, 2022
2022
-
[51]
Pymaf: 3d human pose and shape regression with pyramidal mesh alignment feedback loop
Hongwen Zhang, Yating Tian, Xinchi Zhou, Wanli Ouyang, Yebin Liu, Limin Wang, and Zhenan Sun. Pymaf: 3d human pose and shape regression with pyramidal mesh alignment feedback loop. In Conference on Computer Vision and Pat- tern Recognition (CVPR), 2021
2021
-
[52]
On the continuity of rotation representations in neural networks
Yi Zhou, Connelly Barnes, Jingwan Lu, Jimei Yang, and Hao Li. On the continuity of rotation representations in neural networks. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 5745–5753, 2019
2019
-
[53]
Tame a wild camera: In-the-wild monocular camera calibra- tion
Shengjie Zhu, Abhinav Kumar, Masa Hu, and Xiaoming Liu. Tame a wild camera: In-the-wild monocular camera calibra- tion. Advances in Neural Information Processing Systems , 36, 2024. 10 CameraHMR: Aligning People with Perspective Supplementary Material Figure 5. Focal Length di...
2024
-
[54]
The distribution shows notable peaks corresponding to the focal lengths of lenses most fre- quently used in photography, e.g
Focal length distribution We plot the distribution of focal lengths used in training Hu- manFoV model in Figure 5. The distribution shows notable peaks corresponding to the focal lengths of lenses most fre- quently used in photography, e.g. 24, 28, 35, 50, 85, 105, 135, 200, 300,
-
[55]
Losses We use several loss functions to ensure accurate 3D human pose and shape estimation
CameraHMR 8.1. Losses We use several loss functions to ensure accurate 3D human pose and shape estimation. We minimize the L2 norm dis- tance between the ground truth 3D joint locations ˆJ3d ∈ R44×3 and the predicted 3D joint locations J3d ∈ R44×3 centered around pelvis joint ...
-
[56]
As describe in Eq
CamSMPLify Here we provide more details about the optimization proce- dure used for generating our pseudo ground truth data for 4DHumans dataset. As describe in Eq. 5 from the main paper, we minimize the energy term E(β, θ, tfull) by opti- mizing for SMPL shape β and pose θ as...
-
[57]
To address this, we utilize the SSP-3D [39] dataset, which includes a broad spectrum of body shapes
Shape Evaluation Most HPS evaluation benchmarks primarily represent aver- age body shapes and offer limited shape diversity, which restricts their effectiveness in assessing improvements in shape accuracy. To address this, we utilize the SSP-3D [39] dataset, which includes a b...
-
[58]
6 and Fig
More Qualitative Results In Fig. 6 and Fig. 7, we present qualitative results of Cam- eraHMR applied to images downloaded from Pexels [2]. The results for multi-person images are obtained by first generating the bounding box for each person using De- tectron2 [47] on the full ...
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.