English

DiffusionLight: Light Probes for Free by Painting a Chrome Ball

Computer Vision and Pattern Recognition 2024-04-10 v3 Graphics Machine Learning

Abstract

We present a simple yet effective technique to estimate lighting in a single input image. Current techniques rely heavily on HDR panorama datasets to train neural networks to regress an input with limited field-of-view to a full environment map. However, these approaches often struggle with real-world, uncontrolled settings due to the limited diversity and size of their datasets. To address this problem, we leverage diffusion models trained on billions of standard images to render a chrome ball into the input image. Despite its simplicity, this task remains challenging: the diffusion models often insert incorrect or inconsistent objects and cannot readily generate images in HDR format. Our research uncovers a surprising relationship between the appearance of chrome balls and the initial diffusion noise map, which we utilize to consistently generate high-quality chrome balls. We further fine-tune an LDR diffusion model (Stable Diffusion XL) with LoRA, enabling it to perform exposure bracketing for HDR light estimation. Our method produces convincing light estimates across diverse settings and demonstrates superior generalization to in-the-wild scenarios.

Keywords

Cite

@article{arxiv.2312.09168,
  title  = {DiffusionLight: Light Probes for Free by Painting a Chrome Ball},
  author = {Pakkapon Phongthawee and Worameth Chinchuthakun and Nontaphat Sinsunthithet and Amit Raj and Varun Jampani and Pramook Khungurn and Supasorn Suwajanakorn},
  journal= {arXiv preprint arXiv:2312.09168},
  year   = {2024}
}

Comments

CVPR 2024 Oral. For more information and code, please visit our website https://diffusionlight.github.io/

R2 v1 2026-06-28T13:51:21.788Z