REVIEW 3 major objections 5 minor 44 references
HumanMaterial: Human Material Estimation from a Single Image via Progressive Training
T0 review · 3 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read HumanMaterial claims that a staged pipeline of three specialized prior models plus a joint finetuning model can estimate six physically based material maps from a single full-body photo, with a new dataset supplying the supervision.
desk verdict A useful dataset and a sensible progressive pipeline, but the finetuning model's train/test prior mismatch and reliance on self-built evaluation leave the SOTA claim weaker than advertised. 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 the Controlled PBR Rendering (CPR) loss. For each prior model, the paper renders both predicted and ground-truth materials under thirty-seven point-light illuminations, but with all maps except the one being optimized held fixed at chosen constants—low roughness and medium specular for the geometry model, high roughness and low specular for the albedo model, and GT geometry and albedo for the RSS model. This makes the target map the dominant cause of any rendered difference, so gradients flow to it rather than to confounding variables. The second mechanism is the progressive architecture: three prior models produce initial maps, a guidance encoder turns those priors into features, and a finetuning model with four decoders fuses those features with latent image features to emit the final render-ready maps.
What would settle it
Take real human subjects whose true roughness, specular albedo, and subsurface scattering are measured under calibrated, controlled illumination, run HumanMaterial on ordinary photos of the same subjects, and compare the estimated maps or the relit renderings against the measurements and against photos taken under the target lights.
Extended reading notes
Core claim
On its own terms, the paper's central discovery is that training difficulty in multi-map inverse rendering is a balancing problem, not just a capacity problem. Because each material map influences the rendered image with different strength, an end-to-end model either overfits the dominant maps or underfits the rest. The paper claims that splitting the task into a Geometry Prior Model (normal plus displacement), an Albedo Prior Model (diffuse albedo), and an RSS Prior Model (roughness, specular albedo, subsurface scattering) gives each map dedicated supervision, and that the subsequent finetuning model restores the cross-map consistency that independence loses. The quantitative claim is state-of-the-art performance on OpenHumanBRDF and on real data, with the reported gains concentrated in roughness, subsurface scattering, and displacement—maps that prior single-image human pipelines did not produce.
Load-bearing premise
OpenHumanBRDF's ground-truth materials, which are hand-set per-category values rather than measurements of real skin, hair, fabric, and leather, must be close enough to real human appearance that training and testing on them transfers to real photographs; a secondary load-bearing premise is that training the finetuning model on ground-truth priors and testing it on predicted priors introduces no significant error propagation.
Editorial extensions
If this is right
- If the claim holds, a single photo suffices to produce render-ready human materials for ray-traced relighting under novel, arbitrary environment illumination, without retraining a neural shader for each new light.
- Class-level material editing becomes practical: the estimated roughness, specular, and subsurface maps carry category information, so a garment can be switched from fabric to leather and hair or cloth colors can be changed.
- The dataset gives the field a benchmark for full-body PBR material estimation that includes displacement and subsurface scattering, which earlier human material datasets did not provide.
- The progressive training recipe—specialized prior models plus a controlled rendering loss—can be transferred to other inverse rendering problems where multiple output maps compete for gradient signal.
Reading between the lines
- The reported accuracy is measured against OpenHumanBRDF's own ground truth, so it certifies internal consistency more than physical accuracy; a real material-capture benchmark would be the natural next test.
- Because the finetuning model is trained with ground-truth priors but tested with predicted priors, the published numbers likely understate the effect of prior errors; injecting deliberately corrupted priors during training would quantify this gap.
- A testable extension is to replace the four hand-set material categories with per-texel measured BRDF data from real humans; the paper's own limitation section notes that the category assumption excludes composite materials such as dusty fabric.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces OpenHumanBRDF, a synthetic dataset of 147 scanned human models with six PBR material maps (normal, diffuse albedo, roughness, specular albedo, subsurface scattering, displacement), and HumanMaterial, a progressive training pipeline that first estimates material priors with three separate networks and then refines them with a finetuning model under a multi-illumination rendering loss. The authors report state-of-the-art PSNR on their dataset and show qualitative relighting and material editing results on real images.
Significance. If the results hold, the contribution is valuable: the dataset adds displacement and subsurface scattering maps that are absent from previous open human relighting datasets, and the progressive strategy addresses the difficulty of balancing many material maps in a single end-to-end model. The paper also ships (upon acceptance) a dataset that could support future work on full-body human material estimation. However, the central SOTA claim is not yet fully supported because the quantitative evaluation is limited to the authors' own synthetic dataset and because the finetuning model is trained with GT priors but evaluated with predicted priors, leaving the deployed pipeline's behavior unmeasured. The approach is credible and the presentation is generally clear; the missing experiment on prior-error propagation is the main obstacle to acceptance.
major comments (3)
- [IV-E, Table III] The finetuning model (FTM) is trained with ground-truth material priors as input but tested with model-predicted priors; this explicit train/test distribution mismatch is stated in Section IV-E. No experiment in Section V quantifies how the FTM's output degrades when predicted priors are substituted for GT priors. Consequently, the 'Ours' row in Table III is ambiguous: if it was produced with GT priors at test time, it does not reflect the deployed system, and if it was produced with predicted priors, the reported accuracy is unexplained given the training condition. The authors should report results under both input conditions and ideally retrain the FTM with predicted priors or with noise-injected priors to close this gap.
- [Table III] The quantitative support for the state-of-the-art claim rests on PSNR comparisons on the authors' own OpenHumanBRDF test set only, with single-trial measurements and no error bars. The margins over baselines are modest on key maps—normal 21.2 vs 20.5 dB, diffuse albedo 27.1 vs 26.2 dB, roughness 24.1 vs 22.9 dB—and all methods are trained and evaluated on the same synthetic distribution. Because the dataset is built from hand-picked per-category BRDF values (Table II), this evidence is primarily internal consistency rather than a demonstration of superiority on real imagery. A quantitative real-data benchmark or a cross-dataset evaluation would be necessary to support the abstract's claim.
- [Sec III, Table II] The ground-truth materials in OpenHumanBRDF are produced by assigning one fixed set of specular albedo, roughness, and subsurface scattering values to each of the four broad categories (hair, skin, fabric, leather) on RenderPeople scans. This is a deliberate simplification that makes dataset construction tractable, but it also means the learned material distributions are tied to the authors' chosen parameters. The qualitative results on real images (Figs. 9-11) are encouraging, but they do not quantify whether the model generalizes to real human materials that do not fall cleanly into one of the four categories or have composite properties (e.g., dusty fabrics). A quantitative evaluation on real captured materials, or a study varying the Table II values and measuring sensitivity, would strengthen the generalization claim.
minor comments (5)
- [IV-D, Eq. (2)] The notation Lr_r for the RSS prior model and Lm_r for the finetuning model is inconsistent with the text's claim that a CPR loss is designed for each model; clarify whether these terms denote the CPR loss in Eq. (5) or the ordinary relighting loss in Eq. (4).
- [IV-D] For the Geometry and Albedo prior models, the controlled material values cm' in Eq. (5) are only partially specified; please state the values used for diffuse albedo, subsurface scattering, and displacement when training the Geometry Prior Model.
- [III] The sentence 'The age range covered is the largest among all age groups, 19-50' is unclear; presumably the intended age range is 19 to 50 years, but the phrasing should be revised.
- [Table III / Fig. 4] The relationship between the RSS map (roughness, specular albedo, subsurface scattering concatenated) and the separate 'SSS' row in Table III should be clarified; it appears the table reports the three components individually, but this should be stated.
- [V-C] For SL, only qualitative comparison is possible because the authors do not release code; this is acknowledged, but the comparison would be stronger with a quantitative metric on real data if any public benchmark exists.
Circularity Check
No circular derivation: the training losses and dataset construction are self-contained, with external statistical grounding.
full rationale
I walked the paper's derivation chain and found no circular step that reduces a claimed prediction to its own inputs by construction. OpenHumanBRDF is constructed by assigning material parameter values derived from external statistical data (RTR [6]) to RenderPeople scans and baking the corresponding maps; the prior models are trained with pixel-wise L1 loss and rendering losses whose targets are those GT maps, so the supervision is independent of the fitted model parameters. The Controlled PBR Rendering loss (Eq. 5) compares renderings of predicted and GT materials while fixing non-optimized materials to either manually chosen reasonable values or GT values; this is a standard rendering-aware training loss, not a definitional equivalence between the prediction and its input. The Finetuning Model's train/test prior mismatch in Sec. IV-E (GT priors at training, predicted priors at testing) is a genuine exposure-bias and internal-validity concern, and the paper provides no error-propagation experiment, but this is an unvalidated distribution-shift assumption rather than a circularity: the final outputs are not algebraically forced to equal the input priors, and the reported ablation shows the finetuning model changes results relative to using priors alone. The paper contains no load-bearing self-citations: the cited statistical ranges, Blender, RenderPeople, and baseline methods are all external sources. The fact that all quantitative evaluation is on the authors' self-built synthetic dataset raises external-validity questions, but under the stated criteria that is not a circularity argument. I therefore report no significant circularity.
Assumptions & free parameters
free parameters (5)
- Per-category specular albedo =
hair 0.239, skin 0.184, fabric 0.263, leather 0.224
- Per-category roughness =
hair 0.500, skin 0.400, fabric 0.850, leather 0.250
- Per-category subsurface scattering =
skin 0.08, others 0.00
- CPR controlled-material values =
roughness 0.2 / specular 0.5 for geometry; roughness 0.8 / specular 0.03 for albedo
- Rendering illumination count M and random light intensity range =
M=37; intensity 3.0-8.0
assumptions (4)
- domain assumption Full-body appearance can be represented by four material categories: hair, skin, fabric, leather.
- domain assumption RenderPeople scanned meshes with manually assigned BRDF parameters are realistic enough to train a model that generalizes to real photos.
- domain assumption The statistical BRDF ranges reported in RTR reference [6] transfer to human hair, skin, fabric, and leather.
- domain assumption The Disney BSDF with subsurface scattering captures the appearance needed for human material inference.
Cite this review
Pith. "Pith review of HumanMaterial: Human Material Estimation from a Single Image via Progressive Training." pith.science (2026). https://pith.science/paper/KA4MQBQ3
@misc{pith2026250718385,
author = {Pith},
title = {Pith review of: HumanMaterial: Human Material Estimation from a Single Image via Progressive Training},
year = {2026},
howpublished = {\url{https://pith.science/paper/KA4MQBQ3}},
note = {Machine review of arXiv:2507.18385}
}
read the original abstract
Full-body Human inverse rendering based on physically-based rendering aims to acquire high-quality materials, which helps achieve photo-realistic rendering under arbitrary illuminations. This task requires estimating multiple material maps and usually relies on the constraint of rendering result. The absence of constraints on the material maps makes inverse rendering an ill-posed task. Previous works alleviated this problem by building material dataset for training, but their simplified material data and rendering equation lead to rendering results with limited realism, especially that of skin. To further alleviate this problem, we construct a higher-quality dataset (OpenHumanBRDF) based on scanned real data and statistical material data. In addition to the normal, diffuse albedo, roughness, specular albedo, we produce displacement and subsurface scattering to enhance the realism of rendering results, especially for the skin. With the increase in prediction tasks for more materials, using an end-to-end model as in the previous work struggles to balance the importance among various material maps, and leads to model underfitting. Therefore, we design a model (HumanMaterial) with progressive training strategy to make full use of the supervision information of the material maps and improve the performance of material estimation. HumanMaterial first obtain the initial material results via three prior models, and then refine the results by a finetuning model. Prior models estimate different material maps, and each map has different significance for rendering results. Thus, we design a Controlled PBR Rendering (CPR) loss, which enhances the importance of the materials to be optimized during the training of prior models. Extensive experiments on OpenHumanBRDF dataset and real data demonstrate that our method achieves state-of-the-art performance.
Figures
Figures from the paper (12 more)
Reference graph
Works this paper leans on
-
[1]
Total relighting: Learning to relight portraits for background replacement,
R. Pandey, S. O. Escolano, C. Legendre, C. Haene, S. Bouaziz, C. Rhe- mann, P. Debevec, and S. Fanello, “Total relighting: Learning to relight portraits for background replacement,” vol. 40, no. 4, August 2021
work page 2021
-
[2]
Single-image full-body human relighting,
M. Lagunas, X. Sun, J. Yang, R. Villegas, J. Zhang, Z. Shu, B. Ma- sia, and D. Gutierrez, “Single-image full-body human relighting,” in Eurographics Symposium on Rendering (EGSR) . The Eurographics Association, 2021
work page 2021
-
[3]
All-frequency Full-body Human Image Relighting
D. Tajima, Y . Kanamori, and Y . Endo, “All-frequency full-body human image relighting,” arXiv preprint arXiv:2411.00356 , 2024
work page Pith review arXiv 2024
-
[4]
L. Zhang, A. Rao, and M. Agrawala, “Scaling in-the-wild training for diffusion-based illumination harmonization and editing by imposing consistent light transport,” in The Thirteenth International Conference on Learning Representations , 2025
work page 2025
-
[5]
H. Kim, M. Jang, W. Yoon, J. Lee, D. Na, S. Woo, and B. Ai, “Switchlight: Co-design of physics-driven architecture and pre-training framework for human portrait relighting,” Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pp. 25 096–25 106, Jan 2024
work page 2024
- [6]
-
[7]
[Online]
Blender Online Community, Blender - a 3D modelling and rendering package, Blender Foundation, Stichting Blender Foundation, Amsterdam, 2018. [Online]. Available: http://www.blender.org
2018
-
[8]
Photorealistic monocular 3d reconstruction of humans wearing clothing,
T. Alldieck, M. Zanfir, and C. Sminchisescu, “Photorealistic monocular 3d reconstruction of humans wearing clothing,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2022
work page 2022
Show all 44 references
-
[9]
Unsupervised learning for intrinsic image decomposition from a single image,
Y . Liu, Y . Li, S. You, and F. Lu, “Unsupervised learning for intrinsic image decomposition from a single image,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), June 2020
2020
-
[10]
Single image portrait relighting,
T. Sun, J. T. Barron, Y .-T. Tsai, Z. Xu, X. Yu, G. Fyffe, C. Rhemann, J. Busch, P. Debevec, and R. Ramamoorthi, “Single image portrait relighting,” ACM Transactions on Graphics (TOG) , p. 1–12, Aug 2019
2019
-
[11]
Learning to reconstruct shape and spatially-varying reflectance from a single image,
Z. Li, Z. Xu, R. Ramamoorthi, K. Sunkavalli, and M. Chandraker, “Learning to reconstruct shape and spatially-varying reflectance from a single image,” ACM Transactions on Graphics (TOG) , vol. 37, no. 6, dec 2018
2018
-
[12]
Nero: Neural geometry and brdf reconstruction of reflective objects from multiview images,
Y . Liu, P. Wang, C. Lin, X. Long, J. Wang, L. Liu, T. Komura, and W. Wang, “Nero: Neural geometry and brdf reconstruction of reflective objects from multiview images,” ACM Transactions on Graphics (TOG) , vol. 42, no. 4, jul 2023
2023
-
[13]
Single-image svbrdf capture with a rendering-aware deep network,
V . Deschaintre, M. Aittala, F. Durand, G. Drettakis, and A. Bousseau, “Single-image svbrdf capture with a rendering-aware deep network,” ACM Transactions on Graphics (TOG) , vol. 37, no. 4, jul 2018
2018
-
[14]
Highlight-aware two-stream network for single-image svbrdf acquisi- tion,
J. Guo, S. Lai, C. Tao, Y . Cai, L. Wang, Y . Guo, and L.-Q. Yan, “Highlight-aware two-stream network for single-image svbrdf acquisi- tion,” ACM Transactions on Graphics (TOG) , vol. 40, no. 4, jul 2021
2021
-
[15]
PhySG: Inverse rendering with spherical gaussians for physics-based material editing and relighting,
K. Zhang, F. Luan, Q. Wang, K. Bala, and N. Snavely, “PhySG: Inverse rendering with spherical gaussians for physics-based material editing and relighting,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) . New York, NY , USA: Associa...
2021
-
[16]
Neilf: Neural incident light field for physically-based material estimation,
Y . Yao, J. Zhang, J. Liu, Y . Qu, T. Fang, D. McKinnon, Y . Tsin, and L. Quan, “Neilf: Neural incident light field for physically-based material estimation,” in European Conference on Computer Vision (ECCV), 2022
2022
-
[17]
Efficient reflectance capture with a deep gated mixture-of-experts,
X. Ma, Y . Yu, H. Wu, and K. Zhou, “Efficient reflectance capture with a deep gated mixture-of-experts,” IEEE Transactions on Visualization and Computer Graphics (TVCG) , vol. 30, no. 7, pp. 4246–4256, 2024
2024
-
[18]
Frost-brdf: A fast and robust optimal sampling technique for brdf acquisition,
E. Miandji, T. Tongbuasirilai, S. Hajisharif, B. Kavoosighafi, and J. Unger, “Frost-brdf: A fast and robust optimal sampling technique for brdf acquisition,” IEEE Transactions on Visualization and Computer Graphics (TVCG) , vol. 30, no. 7, pp. 4390–4402, 2024
2024
-
[19]
Dpcs: Path tracing-based differ- entiable projector-camera systems,
J. Li, Q. Deng, H. Ling, and B. Huang, “Dpcs: Path tracing-based differ- entiable projector-camera systems,” IEEE Transactions on Visualization and Computer Graphics (TVCG) , vol. 31, no. 5, pp. 3666–3676, 2025
2025
-
[20]
Neural reconstruction of relightable human model from monocular video,
W. Sun, Y . Che, H. Huang, and Y . Guo, “Neural reconstruction of relightable human model from monocular video,” in Proceedings of the IEEE/CVF International Conference on Computer Vision , 2023, pp. 397–407
2023
-
[21]
Nerfactor: Neural factorization of shape and reflectance under an unknown illumination,
X. Zhang, P. P. Srinivasan, B. Deng, P. Debevec, W. T. Freeman, and J. T. Barron, “Nerfactor: Neural factorization of shape and reflectance under an unknown illumination,” ACM Transactions on Graphics (TOG), vol. 40, no. 6, pp. 1–18, 2021
2021
-
[22]
Modeling surface appearance from a single photograph using self-augmented convolutional neural networks,
X. Li, Y . Dong, P. Peers, and X. Tong, “Modeling surface appearance from a single photograph using self-augmented convolutional neural networks,” ACM Transactions on Graphics (TOG) , vol. 36, no. 4, jul 2017
2017
-
[23]
Look-ahead training with learned reflectance loss for single-image svbrdf estimation,
X. Zhou and N. K. Kalantari, “Look-ahead training with learned reflectance loss for single-image svbrdf estimation,” ACM Transactions on Graphics (TOG) , vol. 41, no. 6, nov 2022
2022
-
[24]
Deep inverse rendering for high-resolution svbrdf estimation from an arbitrary number of images,
D. Gao, X. Li, Y . Dong, P. Peers, K. Xu, and X. Tong, “Deep inverse rendering for high-resolution svbrdf estimation from an arbitrary number of images,” ACM Transactions on Graphics (TOG) , vol. 38, no. 4, jul 2019
2019
-
[25]
Materialgan: Reflectance capture using a generative svbrdf model,
Y . Guo, C. Smith, M. Ha ˇsan, K. Sunkavalli, and S. Zhao, “Materialgan: Reflectance capture using a generative svbrdf model,”ACM Transactions on Graphics (TOG) , vol. 39, no. 6, nov 2020
2020
-
[26]
Modeling indirect illumination for inverse rendering,
Y . Zhang, J. Sun, X. He, H. Fu, R. Jia, and X. Zhou, “Modeling indirect illumination for inverse rendering,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) . New York, NY , USA: Association for Computing Machinery, 2022, pp. 18 643–18 652
2022
-
[27]
Relightify: Relightable 3d faces from a single image via diffusion models,
F. Paraperas Papantoniou, A. Lattas, S. Moschoglou, and S. Zafeiriou, “Relightify: Relightable 3d faces from a single image via diffusion models,” in Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , 2023
2023
-
[28]
Tensoir: Tensorial inverse rendering,
H. Jin, I. Liu, P. Xu, X. Zhang, S. Han, S. Bi, X. Zhou, Z. Xu, and H. Su, “Tensoir: Tensorial inverse rendering,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , 2023
2023
-
[29]
Tensorf: Tensorial radiance fields,
A. Chen, Z. Xu, A. Geiger, J. Yu, and H. Su, “Tensorf: Tensorial radiance fields,” in European Conference on Computer Vision (ECCV) , 2022
2022
-
[30]
Nerd: Neural reflectance decomposition from image collections,
M. Boss, R. Braun, V . Jampani, J. T. Barron, C. Liu, and H. P. Lensch, “Nerd: Neural reflectance decomposition from image collections,” in IEEE International Conference on Computer Vision (ICCV) , 2021
2021
-
[31]
Extracting Triangular 3D Models, Materials, and Lighting From Images,
J. Munkberg, J. Hasselgren, T. Shen, J. Gao, W. Chen, A. Evans, T. M ¨uller, and S. Fidler, “Extracting Triangular 3D Models, Materials, and Lighting From Images,” in Proceedings of the IEEE/CVF Confer- ence on Computer Vision and Pattern Recognition (CVPR) , June 2022, pp. 8280–8290
2022
-
[32]
Factored-neus: Reconstructing surfaces, illumination, and materials of possibly glossy objects,
Y . Fan, I. Skorokhodov, O. V oynov, S. Ignatyev, E. Burnaev, P. Wonka, and Y . Wang, “Factored-neus: Reconstructing surfaces, illumination, and materials of possibly glossy objects,” arXiv preprint arXiv:2305.17929 , 2023
2023 arXiv
-
[33]
Avatarme++: Facial shape and brdf inference with photo- realistic rendering-aware gans,
A. Lattas, S. Moschoglou, S. Ploumpis, B. Gecer, A. Ghosh, and S. Zafeiriou, “Avatarme++: Facial shape and brdf inference with photo- realistic rendering-aware gans,” IEEE Transactions on Pattern Analysis and Machine Intelligence , vol. 44, no. 12, pp. 9269–9284, 2021
2021
-
[34]
Avatarme: Realistically renderable 3d facial reconstruction
A. Lattas, S. Moschoglou, B. Gecer, S. Ploumpis, V . Triantafyllou, A. Ghosh, and S. Zafeiriou, “Avatarme: Realistically renderable 3d facial reconstruction” in-the-wild”,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , 2020, pp. 760–769
2020
-
[35]
Portrait lighting transfer using a mass transport approach,
Z. Shu, S. Hadap, E. Shechtman, K. Sunkavalli, S. Paris, and D. Samaras, “Portrait lighting transfer using a mass transport approach,” ACM Transactions on Graphics (TOG) , p. 1, Jul 2017
2017
-
[36]
Relit-neulf: Efficient novel view synthesis with neural 4d light field,
Z. Li, L. Song, C. Liu, J. Yuan, and Y . Xu, “Relit-neulf: Efficient novel view synthesis with neural 4d light field,” in Proceedings of the 31st ACM International Conference on Multimedia , 2023
2023
-
[37]
High- res facial appearance capture from polarized smartphone images,
D. Azinovi ´c, O. Maury, C. Hery, M. Nießner, and J. Thies, “High- res facial appearance capture from polarized smartphone images,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , June 2023
2023
-
[38]
Relighting4d: Neural relightable human from videos,
Z. Chen and Z. Liu, “Relighting4d: Neural relightable human from videos,” in European Conference on Computer Vision . Springer, 2022, pp. 606–623
2022
-
[39]
Relightable and animatable neural avatar from sparse-view video,
Z. Xu, S. Peng, C. Geng, L. Mou, Z. Yan, J. Sun, H. Bao, and X. Zhou, “Relightable and animatable neural avatar from sparse-view video,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , 2024, pp. 990–1000
2024
-
[40]
HDR environment images,
PolyHaven, “HDR environment images,” https://polyhaven.com/hdris
-
[41]
Renderpeople,
RenderPeople Team, “Renderpeople,” https://renderpeople.com, 2021
2021
-
[42]
Gatis, 2020
D. Gatis, 2020. [Online]. Available: https://github.com/danielgatis/rembg
2020
-
[43]
Physically-based shading at disney,
B. Burley and W. D. A. Studios, “Physically-based shading at disney,” in Acm Siggraph , vol. 2012. vol. 2012, 2012, pp. 1–7
2012
-
[44]
Tensorflow: a system for large-scale machine learning,
M. Abadi, P. Barham, J. Chen, Z. Chen, A. Davis, J. Dean, M. Devin, S. Ghemawat, G. Irving, M. Isard, M. Kudlur, J. Levenberg, R. Monga, S. Moore, D. G. Murray, B. Steiner, P. Tucker, V . Vasudevan, P. Warden, M. Wicke, Y . Yu, and X. Zheng, “Tensorflow: a system for large-sca...
2016
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.