paper-with-me

홈 › Papers

DiLightNet: Fine-grained Lighting Control for Diffusion-based Image Generation

2024-02-19 · Chong Zeng, Yue Dong, Pieter Peers, Youkang Kong, Hongzhi Wu, Xin Tong

This paper presents a novel method for exerting fine-grained lighting control during text-driven diffusion-based image generation. While existing diffusion models already have the ability to generate images under any lighting condition, without additional guidance these models tend to correlate image content and lighting. Moreover, text prompts lack the necessary expressional power to describe detailed lighting setups. To provide the content creator with fine-grained control over the lighting during image generation, we augment the text-prompt with detailed lighting information in the form of radiance hints, i.e., visualizations of the scene geometry with a homogeneous canonical material under the target lighting. However, the scene geometry needed to produce the radiance hints is unknown. Our key observation is that we only need to guide the diffusion process, hence exact radiance hints are not necessary; we only need to point the diffusion model in the right direction. Based on this observation, we introduce a three stage method for controlling the lighting during image generation. In the first stage, we leverage a standard pretrained diffusion model to generate a provisional image under uncontrolled lighting. Next, in the second stage, we resynthesize and refine the foreground object in the generated image by passing the target lighting to a refined diffusion model, named DiLightNet, using radiance hints computed on a coarse shape of the foreground object inferred from the provisional image. To retain the texture details, we multiply the radiance hints with a neural encoding of the provisional synthesized image before passing it to DiLightNet. Finally, in the third stage, we resynthesize the background to be consistent with the lighting on the foreground object. We demonstrate and validate our lighting controlled diffusion model on a variety of text prompts and lighting conditions.

📄 PDF Abstract BibTeX arXiv:2402.11929

Code (1)

iamNCJ/DiLightNet 공식 구현 pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

LightLab: Controlling Light Sources in Images with Diffusion Models

2025-05-14 · Nadav Magar, Amir Hertz, Eric Tabellion, Yael Pritch 외

We present a simple, yet effective diffusion-based method for fine-grained, parametric control over light sources in an image. Existing relighting methods either rely on multiple input views to perform inverse rendering …

Inverse Rendering

LGTM: Training-Free Light-Guided Text-to-Image Diffusion Model via Initial Noise Manipulation

2026-03-25 · Ryugo Morita, Stanislav Frolov, Brian Bernhard Moser, Ko Watanabe 외 arxiv

Diffusion models have demonstrated high-quality performance in conditional text-to-image generation, particularly with structural cues such as edges, layouts, and depth. However, lighting conditions have received limited…

Text-to-Image Generation

3DStyle-Diffusion: Pursuing Fine-grained Text-driven 3D Stylization with 2D Diffusion Models

2023-11-09 · Haibo Yang, Yang Chen, Yingwei Pan, Ting Yao 외

3D content creation via text-driven stylization has played a fundamental challenge to multimedia and graphics community. Recent advances of cross-modal foundation models (e.g., CLIP) have made this problem feasible. Thos…

Image Generation

Learning Latent Proxies for Controllable Single-Image Relighting

2026-03-16 · Haoze Zheng, Zihao Wang, Xianfeng Wu, Yajing Bai 외 arxiv

Single-image relighting is highly under-constrained: small illumination changes can produce large, nonlinear variations in shading, shadows, and specularities, while geometry and materials remain unobserved. Existing dif…

Continuous ControlImage Relighting

FashionPose: Text to Pose to Relight Image Generation for Personalized Fashion Visualization

2025-07-17 · Chuancheng Shi, Yixiang Chen, Burong Lei, Jichao Chen

Realistic and controllable garment visualization is critical for fashion e-commerce, where users expect personalized previews under diverse poses and lighting conditions. Existing methods often rely on predefined poses, …

Image Generation