Diffusion-Based Material Regularization for Physics-Based Inverse Rendering
Paper • 2606.31065 • Published
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Predicted outputs and evaluation scores for DiffReg-PBIR on the Stanford-ORB inverse-rendering benchmark (full 42-scene split).
Paper: Diffusion-Based Material Regularization for Physics-Based Inverse Rendering (ECCV 2026)
submission_DiffReg-PBIR.zip, ~6.8 GB uncompressed)
submission_DiffReg-PBIR/
predictions/<scene>/
mesh.obj # reconstructed mesh (shape task)
view/*.exr # HDR novel-view renders
light/*.exr # HDR novel-scene relit renders
geometry/*_image.zbuf.exr, *_image.normal.exr # Z-depth + camera-space normals
material/*_albedo.exr # albedo
test_results.json # paths in the official examples/test/mymethod.json schema
# output_* relative to package root
# target_* relative to orb_data/ (= blender_HDR/ + ground_truth/)
scores.json # evaluation scores (upstream scripts.test output)
| Metric | DiffReg-PBIR | Neural-PBIR |
|---|---|---|
| Relight PSNR-H ↑ | 27.22 | 26.01 |
| Relight PSNR-L ↑ | 34.98 | 33.26 |
| Relight SSIM ↑ | 0.981 | 0.979 |
| Relight LPIPS ↓ | 0.021 | 0.023 |
| Novel-view PSNR-H ↑ | 29.58 | 28.82 |
| Normal (angular) ↓ | 0.014 | 0.06 |
Reproduce: point orb_data/ at the official Stanford-ORB data root and run
python scripts/test.py -i test_results.json -o scores.json -s full from the
upstream repo. Prediction EXRs are 3-channel RGB, HDR only (the eval derives LDR).