REVIEW 3 major objections 6 minor 2 cited by
DreamLight: Towards Harmonious and Consistent Image Relighting
T0 review · 3 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read DreamLight claims a single diffusion model can relight any subject to match either an image background or a text prompt, without environment maps, while preserving identity and avoiding color bleeding.
desk verdict A solid relighting paper whose headline numbers need a train/test renderer-overlap check before they can be trusted. 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 Position-Guided Light Adapter (PGLA) is the central mechanism: it encodes the background with a CLIP image encoder, applies a low-frequency spectral filter to suppress texture noise, then uses four sets of learned light-query embeddings, each with an attention-weight mask that decays from one side of the image, to condense background light by direction and inject it only into the foreground via masked cross-attention in the UNet's middle and up blocks. The Spectral Foreground Fixer (SFF) is the supporting mechanism: it uses wavelet transform to split the input subject's high-frequency detail from the relit image's low-frequency color/light, and a small modulator predicts per-pixel coefficients $\alpha,\beta$ to recombine them, preserving identity while adopting the new lighting. Together they carry the paper's claimed trade-off: semantic, position-aware light transfer from the adapter, and distortion-free texture preservation from the fixer.
What would settle it
Render a test set of paired foreground/background images where the only light source is a single directional light angled at 45 degrees (diagonal), and compare DreamLight's PSNR and LPIPS against the same model evaluated on axis-aligned lights of equal intensity. If diagonal relighting fails badly or attention analysis shows the four directional queries converge to identical responses, then the four-axis assumption is load-bearing and the universal claim collapses.
Extended reading notes
Core claim
DreamLight claims that universal relighting of natural images can be done by a single diffusion model without environment maps, by reorganizing inputs into a unified foreground-background-text format and letting a pretrained diffusion prior generate the lit composite. The model treats background lighting as four directional components (left, right, top, down), condenses them into learnable light-query embeddings through direction-biased masked attention, and modulates the foreground so different object regions respond to nearby light sources. A separate Spectral Foreground Fixer then recombines the high-frequency textures of the original subject with the low-frequency light of the relit result using wavelet decomposition and learned per-pixel coefficients. The paper reports that this design outperforms image-based relighting baselines on PSNR/SSIM/LPIPS/CLIP-IS (e.g., PSNR 22.15 vs 20.27 for IC-Light) and text-based relighting baselines on CLIP/aesthetic/Image Reward scores, with the two-condition guidance emerging as an un-trained bonus.
Load-bearing premise
The load-bearing premise, stated in Section 3.2, is that all scene lighting can be reduced to four axis-aligned directions (left, right, top, down); if lighting is diagonal, ambient, or dominated by multiple local sources, the adapter has no representational room to capture it.
Editorial extensions
If this is right
- A single checkpoint can serve both image-conditioned and text-conditioned relighting, and can even combine both conditions at inference without extra training.
- Relighting no longer requires HDR environment maps or intrinsic decomposition training data; ordinary images and prompts suffice.
- Because PGLA only modifies middle and up UNet blocks, the global semantics of the composite stay stable while lighting adapts, reducing distortion risk.
- SFF-type wavelet re-composition can be applied after other diffusion editing methods to preserve small high-frequency regions like faces and text.
- On the paper's 600-pair Arnold-rendered benchmark, the reported gains suggest near-photorealistic lighting transfer may be attainable from coarse directional cues alone.
Reading between the lines
- The four-direction assumption suggests the model should be tested on diagonal, ambient, or multi-source lighting; a natural extension is to increase the number or orientation of light queries beyond four, or make them continuous angles.
- The authors report data generated partly by IC-Light and by a bootstrapped relighting LoRA; if those synthetic pairs inherit systematic biases (e.g., IC-Light's color casts), DreamLight's advantage may partly reflect the training distribution rather than the architecture.
- The emergent dual-condition behavior hints that the same adapter could support fine-grained lighting control, e.g., user-provided light direction vectors or scribbles, by treating them as additional queries.
- The SFF's assumed split of high-frequency as texture and low-frequency as light is approximate; on glossy or specular objects, specular highlights live in high frequencies and may be wrongly preserved as identity texture rather than re-lit.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. DreamLight proposes a single diffusion-based model for universal image relighting: compositing a subject into either a provided background image (image-based relighting) or a text-described background (text-based relighting), without requiring environment maps. The subject is extracted with a segmentation model, and the masked foreground latents, background latents, and random noise are concatenated as UNet input. Two modules are introduced: the Position-Guided Light Adapter (PGLA), which encodes the background with a CLIP image encoder, applies a low-frequency spectral filter, learns four sets of light queries for the left/right/top/down directions, and modulates foreground features via direction-biased masked cross-attention in the middle and up blocks of the UNet; and the Spectral Foreground Fixer (SFF), a separately trained wavelet-domain post-processor that recombines the high-frequency textures of the input subject with the low-frequency lighting of the relighted result. Training data of roughly 1.05M pairs comes from three pipelines: a bootstrapped relighting-LoRA process (600k), Arnold Renderer renders of 3D assets (150k), and IC-Light-processed pairs (300k). On a 600-pair Arnold-rendered benchmark, the paper reports gains over INR, PCT, IH, and IC-Light in PSNR/SSIM/LPIPS/CLIP-IS (Table 1) and over PowerPaint, BrushNet, and IC-Light in CLIP score, aesthetic score, and Image Reward (Table 2), with ablations supporting the adapter and fixer designs.
Significance. If the reported numbers are taken at face value, this is a solid and useful contribution to image relighting and harmonization. The unified treatment of image-based and text-based relighting in a single model is a genuine step beyond IC-Light's two-model design; the PGLA is an original mechanism for injecting directional lighting information without intrinsic decomposition or HDR maps; and the SFF is a simple, well-ablated post-processing idea that visibly improves subject identity preservation, with Table 4 showing a large gain on cropped face regions. The paper also ships substantial engineering: over one million training pairs from three pipelines, a promised open-source relighting LoRA, and an evaluation protocol with standard metrics, all of which are reproducible commitments. However, the evaluation chain has two weaknesses that bear directly on the central claim: the 600-pair benchmark is rendered with the same renderer used to build 150k of the training pairs with no stated disjointness, and the primary baseline (IC-Light) also appears as a generator of 300k training pairs, so the headline margin in Table 1 is at least partly confounded.
major comments (3)
- [4.1 with 3.4] The central quantitative claim (Table 1, PSNR 22.15 vs 20.27 for IC-Light) is measured on a 600-pair benchmark that is 'rendered by Arnold Renderer from real objects' (Section 4.1), while the training set contains 150k pairs generated by 'an automatically rendering pipeline on 3D Arnold Renderer' with random light sources and HDR images (Section 3.4). The manuscript never states whether the benchmark objects, HDR maps, light configurations, and renderer settings are disjoint from the training pipeline, so the reported margin may partly reflect familiarity with Arnold's light transport and texture statistics rather than general relighting quality. Please state the disjointness control explicitly, and add either a cross-renderer evaluation (e.g., held-out assets rendered in Blender or Octane) or a qualitative real-photograph comparison to support the claim of 'universal relighting of natural images' in Section 4.2.
- [3.4 with Table 1] Section 3.4 states that 300k training pairs were produced by 'process[ing] vanilla images with IC-Light [22]', and Table 1 then compares DreamLight against IC-Light. Because the model has been trained on IC-Light's outputs, the comparison is confounded: the reported margin over IC-Light measures improvement relative to a baseline that also appears inside the training data, so the contribution of the proposed components is not cleanly isolated. Please report the image-based metrics separately for test items generated with each of the three data-generation pipelines, or on a clean external benchmark, and state explicitly whether any IC-Light-derived pair overlaps with the 600-pair evaluation set.
- [3.2 with 4.3] Section 3.2 assumes that 'the light sources can be split into four basic directions: left, right, top, and down', which gives the PGLA no explicit representational room for diagonal, ambient, or multiple local light sources and sits uneasily with the claim of universal relighting. The impact is mitigated because the background latents are also concatenated into the UNet input, so the direction queries are an auxiliary conditioning channel rather than the only source of lighting information; nevertheless, the attribution of the Table 3 gains to direction-biased attention would be more convincing with an ablation that varies the number of directions (e.g., 8) or an evaluation restricted to test pairs whose dominant light direction is diagonal.
minor comments (6)
- [Table 2 caption] The caption 'PP denotes PowerPoint' should read 'PowerPaint'; the rows PP-V1 and PP-V2 refer to the PowerPaint variants of reference [39].
- [3.4] There are two typos in Section 3.4: 'relighting ominicontrol [44] lora' should be 'Ominicontrol', and 'LLaV A [48]' should be 'LLaVA'.
- [Equation (1)] The low-frequency filter is specified only as a Gaussian with cutoff frequency σ; please give the functional form (e.g., standard deviation versus cutoff) and state the shape of the decay map in Figure 3 (linear, cosine, or learned), since these are free parameters of the adapter.
- [4.2] The abstract claims that a user study demonstrates the performance, but the main text only says that 'Results of user study are reported in the supplementary materials'; the paper is not self-contained on this point, so please include the user-study protocol, stimuli, and statistics in the main text or explicitly state that the claim rests on the supplementary report.
- [Equation (2)] Please clarify how the wavelet subbands are aggregated in Equation (2), since α and β are defined as H×W×3 maps while the wavelet transform produces multiple subbands per color channel.
- [3.1] The reference to 'The green and brown lines' in Figure 2 is not reproducible in grayscale printing; please use distinct line styles or labels in addition to color.
Circularity Check
No circular derivation; empirical claims rest on an external benchmark, with renderer-overlap and baseline-contamination as non-circular validity risks.
full rationale
The paper's central claim is empirical: DreamLight outperforms IC-Light and other relighters on a 600-pair benchmark (Table 1: PSNR 22.15 vs 20.27). No step in the derivation chain reduces to its own input by construction. PGLA is an architectural adapter with learnable queries and hand-designed direction masks; it is an ansatz supported by ablations (Table 3), not a definition of the evaluation metric. SFF is trained self-supervised on pseudo color-transform pairs and then applied as post-processing; again, its training objective (MSE + perceptual loss) is not the same as the Table 4 face-crop metrics, so the reported improvement is not a fitted parameter renamed as a prediction. The four-direction light decomposition is an explicit simplifying assumption, not a disguised restatement of the benchmark. The training-data pipeline does include IC-Light-generated pairs (Section 3.4) and the test benchmark uses the same Arnold Renderer as some training data (Sections 3.4 and 4.1); these are legitimate threats to the external-validity and fairness of the numerical comparisons, but they are not circularity: no equation, fitted value, or self-citation forces the reported PSNR/LPIPS scores. The paper contains no load-bearing self-citations, no imported uniqueness theorems, and no renaming of a known result as a new derivation. Accordingly, the appropriate circularity score is 0.
Assumptions & free parameters
free parameters (3)
- Cutoff frequency sigma =
5
- Number of light queries per direction =
4
- Decay map shape =
linear decay (not specified)
assumptions (5)
- domain assumption Light sources can be split into four basic directions: left, right, top, and down.
- standard math FFT and wavelet transforms correctly separate high- and low-frequency image components.
- domain assumption Pretrained VAE and CLIP encoders retain sufficient lighting and identity information for relighting.
- domain assumption RMBG-1.4 segmentation mask is accurate for all inputs.
- domain assumption Bootstrapped relighting LoRA and IC-Light-generated training pairs are unbiased and of sufficient quality.
Cite this review
Pith. "Pith review of DreamLight: Towards Harmonious and Consistent Image Relighting." pith.science (2026). https://pith.science/paper/AYDB3PWW
@misc{pith2026250614549,
author = {Pith},
title = {Pith review of: DreamLight: Towards Harmonious and Consistent Image Relighting},
year = {2026},
howpublished = {\url{https://pith.science/paper/AYDB3PWW}},
note = {Machine review of arXiv:2506.14549}
}
read the original abstract
We introduce a model named DreamLight for universal image relighting in this work, which can seamlessly composite subjects into a new background while maintaining aesthetic uniformity in terms of lighting and color tone. The background can be specified by natural images (image-based relighting) or generated from unlimited text prompts (text-based relighting). Existing studies primarily focus on image-based relighting, while with scant exploration into text-based scenarios. Some works employ intricate disentanglement pipeline designs relying on environment maps to provide relevant information, which grapples with the expensive data cost required for intrinsic decomposition and light source. Other methods take this task as an image translation problem and perform pixel-level transformation with autoencoder architecture. While these methods have achieved decent harmonization effects, they struggle to generate realistic and natural light interaction effects between the foreground and background. To alleviate these challenges, we reorganize the input data into a unified format and leverage the semantic prior provided by the pretrained diffusion model to facilitate the generation of natural results. Moreover, we propose a Position-Guided Light Adapter (PGLA) that condenses light information from different directions in the background into designed light query embeddings, and modulates the foreground with direction-biased masked attention. In addition, we present a post-processing module named Spectral Foreground Fixer (SFF) to adaptively reorganize different frequency components of subject and relighted background, which helps enhance the consistency of foreground appearance. Extensive comparisons and user study demonstrate that our DreamLight achieves remarkable relighting performance.
Figures
Figures from the paper (6 more)
Forward citations
Cited by 2 Pith papers
-
The Many Senses of Visual Similarity: A Text-Prompted Image Perceptual Metric
A text-prompted perceptual metric (TPIPS) trained on a new human-judgment dataset matches human aspect-conditioned similarity choices better than existing VLMs and prior metrics.
-
Consistent Feature Transport for Image Relighting
A training objective for rectified-flow image editing that supervises lighting transport with cross-instance pairs and a synthetic portrait relighting dataset improves relighting metrics in the paper's experiments.
Reference graph
Works this paper leans on
-
[22]
Lvmin Zhang, Anyi Rao, and Maneesh Agrawala. Scaling in-the-wild training for diffusion- based illumination harmonization and editing by imposing consistent light transport. InICLR, 2025
work page 2025
-
[1]
High- resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer. High- resolution image synthesis with latent diffusion models. InCVPR, pages 10684–10695, 2022
2022
-
[2]
Scalable diffusion models with transformers
William Peebles and Saining Xie. Scalable diffusion models with transformers. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 4195–4205, 2023
2023
-
[3]
Denoising diffusion probabilistic models.NeurIPS, pages 6840–6851, 2020
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models.NeurIPS, pages 6840–6851, 2020
work page 2020
-
[4]
Denoising diffusion implicit models.arXiv preprint arXiv:2010.02502, 2020
Jiaming Song, Chenlin Meng, and Stefano Ermon. Denoising diffusion implicit models.arXiv preprint arXiv:2010.02502, 2020
arXiv 2010
-
[5]
Anydoor: Zero-shot object-level image customization
Xi Chen, Lianghua Huang, Yu Liu, Yujun Shen, Deli Zhao, and Hengshuang Zhao. Anydoor: Zero-shot object-level image customization. InCVPR, pages 6593–6602, 2024
work page 2024
-
[6]
Lianghua Huang, Di Chen, Yu Liu, Yujun Shen, Deli Zhao, and Jingren Zhou. Com- poser: Creative and controllable image synthesis with composable conditions.arXiv preprint arXiv:2302.09778, 2023
arXiv 2023
-
[7]
Paint by example: Exemplar-based image editing with diffusion models
Binxin Yang, Shuyang Gu, Bo Zhang, Ting Zhang, Xuejin Chen, Xiaoyan Sun, Dong Chen, and Fang Wen. Paint by example: Exemplar-based image editing with diffusion models. In CVPR, pages 18381–18391, 2023
2023
Show all 53 references
-
[8]
Relightful harmonization: Lighting-aware portrait background replacement
Mengwei Ren, Wei Xiong, Jae Shin Yoon, Zhixin Shu, Jianming Zhang, HyunJoon Jung, Guido Gerig, and He Zhang. Relightful harmonization: Lighting-aware portrait background replacement. InCVPR, pages 6452–6462, 2024
2024
-
[9]
Stylitgan: Image-based relighting via latent control
Anand Bhattad, James Soole, and DA Forsyth. Stylitgan: Image-based relighting via latent control. InCVPR, pages 4231–4240, 2024
2024
-
[10]
Switch- light: Co-design of physics-driven architecture and pre-training framework for human portrait relighting
Hoon Kim, Minje Jang, Wonjun Yoon, Jisoo Lee, Donghyun Na, and Sanghyun Woo. Switch- light: Co-design of physics-driven architecture and pre-training framework for human portrait relighting. InCVPR, pages 25096–25106, 2024
2024
-
[11]
Lightpainter: interactive portrait relighting with freehand scribble
Yiqun Mei, He Zhang, Xuaner Zhang, Jianming Zhang, Zhixin Shu, Yilin Wang, Zijun Wei, Shi Yan, HyunJoon Jung, and Vishal M Patel. Lightpainter: interactive portrait relighting with freehand scribble. InCVPR, pages 195–205, 2023
2023
-
[12]
Holo-relighting: Controllable volumetric portrait relighting from a single image
Yiqun Mei, Yu Zeng, He Zhang, Zhixin Shu, Xuaner Zhang, Sai Bi, Jianming Zhang, HyunJoon Jung, and Vishal M Patel. Holo-relighting: Controllable volumetric portrait relighting from a single image. InCVPR, pages 4263–4273, 2024
2024
-
[13]
Total relighting: learning to relight portraits for background replacement.ACM Trans
Rohit Pandey, Sergio Orts-Escolano, Chloe Legendre, Christian Haene, Sofien Bouaziz, Christoph Rhemann, Paul E Debevec, and Sean Ryan Fanello. Total relighting: learning to relight portraits for background replacement.ACM Trans. Graph., pages 43–1, 2021
2021
-
[14]
Intrinsic image harmonization
Zonghui Guo, Haiyong Zheng, Yufeng Jiang, Zhaorui Gu, and Bing Zheng. Intrinsic image harmonization. InProceedings of the ieee/cvf conference on computer vision and pattern recognition, pages 16367–16376, 2021
2021
-
[15]
Intrinsic harmonization for illumination-aware image compositing
Chris Careaga, S Mahdi H Miangoleh, and Ya ˘gız Aksoy. Intrinsic harmonization for illumination-aware image compositing. InSIGGRAPH Asia, pages 1–10, 2023
2023
-
[16]
Pct-net: Full resolution image harmonization using pixel-wise color transformations
Julian Jorge Andrade Guerreiro, Mitsuru Nakazawa, and Björn Stenger. Pct-net: Full resolution image harmonization using pixel-wise color transformations. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 5917–5926, 2023
2023
-
[17]
Dense pixel-to-pixel harmonization via continuous image representation.IEEE Transactions on Circuits and Systems for Video Technology, 2023
Jianqi Chen, Yilan Zhang, Zhengxia Zou, Keyan Chen, and Zhenwei Shi. Dense pixel-to-pixel harmonization via continuous image representation.IEEE Transactions on Circuits and Systems for Video Technology, 2023. 10
2023
-
[18]
Dccf: Deep comprehensible color filter learning framework for high-resolution image harmonization
Ben Xue, Shenghui Ran, Quan Chen, Rongfei Jia, Binqiang Zhao, and Xing Tang. Dccf: Deep comprehensible color filter learning framework for high-resolution image harmonization. In ECCV, pages 300–316, 2022
2022
-
[19]
High-resolution image harmonization via collaborative dual transformations
Wenyan Cong, Xinhao Tao, Li Niu, Jing Liang, Xuesong Gao, Qihao Sun, and Liqing Zhang. High-resolution image harmonization via collaborative dual transformations. InCVPR, pages 18470–18479, 2022
2022
-
[20]
Neural gaffer: Relighting any object via diffusion.arXiv preprint arXiv:2406.07520, 2024
Haian Jin, Yuan Li, Fujun Luan, Yuanbo Xiangli, Sai Bi, Kai Zhang, Zexiang Xu, Jin Sun, and Noah Snavely. Neural gaffer: Relighting any object via diffusion.arXiv preprint arXiv:2406.07520, 2024
2024 arXiv
-
[21]
Dilightnet: Fine-grained lighting control for diffusion-based image generation
Chong Zeng, Yue Dong, Pieter Peers, Youkang Kong, Hongzhi Wu, and Xin Tong. Dilightnet: Fine-grained lighting control for diffusion-based image generation. InSIGGRAPH, pages 1–12, 2024
2024
-
[23]
Learning physics-guided face relighting under directional light
Thomas Nestmeyer, Jean-François Lalonde, Iain Matthews, and Andreas Lehrmann. Learning physics-guided face relighting under directional light. InCVPR, pages 5124–5133, 2020
2020
-
[24]
Difareli: Diffu- sion face relighting
Puntawat Ponglertnapakorn, Nontawat Tritrong, and Supasorn Suwajanakorn. Difareli: Diffu- sion face relighting. InICCV, pages 22646–22657, 2023
2023
-
[25]
Single image portrait relighting.ACM Transactions on Graphics (TOG), 38(4):1–12, 2019
Tiancheng Sun, Jonathan T Barron, Yun-Ta Tsai, Zexiang Xu, Xueming Yu, Graham Fyffe, Christoph Rhemann, Jay Busch, Paul Debevec, and Ravi Ramamoorthi. Single image portrait relighting.ACM Transactions on Graphics (TOG), 38(4):1–12, 2019
2019
-
[26]
Neural video portrait relighting in real-time via consistency modeling
Longwen Zhang, Qixuan Zhang, Minye Wu, Jingyi Yu, and Lan Xu. Neural video portrait relighting in real-time via consistency modeling. InICCV, pages 802–812, 2021
2021
-
[27]
Composite photograph harmo- nization with complete background cues
Yazhou Xing, Yu Li, Xintao Wang, Ye Zhu, and Qifeng Chen. Composite photograph harmo- nization with complete background cues. InACM MM, pages 2296–2304, 2022
2022
-
[28]
Acquiring the reflectance field of a human face
Paul Debevec, Tim Hawkins, Chris Tchou, Haarm-Pieter Duiker, Westley Sarokin, and Mark Sagar. Acquiring the reflectance field of a human face. InSIGGRAPH, pages 145–156, 2000
2000
-
[29]
Cut-and-paste object insertion by enabling deep image prior for reshading
Anand Bhattad and David A Forsyth. Cut-and-paste object insertion by enabling deep image prior for reshading. In3DV, pages 332–341, 2022
2022
-
[30]
Semi-supervised parametric real-world image harmonization
Ke Wang, Michaël Gharbi, He Zhang, Zhihao Xia, and Eli Shechtman. Semi-supervised parametric real-world image harmonization. InCVPR, pages 5927–5936, 2023
2023
-
[31]
Image harmonization with transformer
Zonghui Guo, Dongsheng Guo, Haiyong Zheng, Zhaorui Gu, Bing Zheng, and Junyu Dong. Image harmonization with transformer. InICCV, pages 14870–14879, 2021
2021
-
[32]
Ssh: A self-supervised framework for image harmonization
Yifan Jiang, He Zhang, Jianming Zhang, Yilin Wang, Zhe Lin, Kalyan Sunkavalli, Simon Chen, Sohrab Amirghodsi, Sarah Kong, and Zhangyang Wang. Ssh: A self-supervised framework for image harmonization. InICCV, pages 4832–4841, 2021
2021
-
[33]
Deep image harmonization in dual color spaces
Linfeng Tan, Jiangtong Li, Li Niu, and Liqing Zhang. Deep image harmonization in dual color spaces. InProceedings of the 31st ACM International Conference on Multimedia, pages 2159–2167, 2023
2023
-
[34]
Harmonizer: Learning to perform white-box image and video harmonization
Zhanghan Ke, Chunyi Sun, Lei Zhu, Ke Xu, and Rynson WH Lau. Harmonizer: Learning to perform white-box image and video harmonization. InECCV, pages 690–706, 2022
2022
-
[35]
Dovenet: Deep image harmonization via domain verification
Wenyan Cong, Jianfu Zhang, Li Niu, Liu Liu, Zhixin Ling, Weiyuan Li, and Liqing Zhang. Dovenet: Deep image harmonization via domain verification. InCVPR, pages 8394–8403, 2020
2020
-
[36]
Deep image harmonization
Yi-Hsuan Tsai, Xiaohui Shen, Zhe Lin, Kalyan Sunkavalli, Xin Lu, and Ming-Hsuan Yang. Deep image harmonization. InCVPR, pages 3789–3797, 2017. 11
2017
-
[37]
Lasagna: Layered score distillation for disentangled object relighting
Dina Bashkirova, Arijit Ray, Rupayan Mallick, Sarah Adel Bargal, Jianming Zhang, Ranjay Krishna, and Kate Saenko. Lasagna: Layered score distillation for disentangled object relighting. arXiv preprint arXiv:2312.00833, 2023
2023 arXiv
-
[38]
Brushnet: A plug-and-play image inpainting model with decomposed dual-branch diffusion.arXiv preprint arXiv:2403.06976, 2024
Xuan Ju, Xian Liu, Xintao Wang, Yuxuan Bian, Ying Shan, and Qiang Xu. Brushnet: A plug-and-play image inpainting model with decomposed dual-branch diffusion.arXiv preprint arXiv:2403.06976, 2024
2024 arXiv
-
[39]
A task is worth one word: Learning with task prompts for high-quality versatile image inpainting.arXiv preprint arXiv:2312.03594, 2023
Junhao Zhuang, Yanhong Zeng, Wenran Liu, Chun Yuan, and Kai Chen. A task is worth one word: Learning with task prompts for high-quality versatile image inpainting.arXiv preprint arXiv:2312.03594, 2023
2023 arXiv
-
[40]
Instructpix2pix: Learning to follow image editing instructions
Tim Brooks, Aleksander Holynski, and Alexei A Efros. Instructpix2pix: Learning to follow image editing instructions. InCVPR, pages 18392–18402, 2023
2023
-
[41]
Ip-adapter: Text compatible image prompt adapter for text-to-image diffusion models.arXiv preprint arXiv:2308.06721, 2023
Hu Ye, Jun Zhang, Sibo Liu, Xiao Han, and Wei Yang. Ip-adapter: Text compatible image prompt adapter for text-to-image diffusion models.arXiv preprint arXiv:2308.06721, 2023
2023 arXiv
-
[42]
Masactrl: Tuning-free mutual self-attention control for consistent image synthesis and editing
Mingdeng Cao, Xintao Wang, Zhongang Qi, Ying Shan, Xiaohu Qie, and Yinqiang Zheng. Masactrl: Tuning-free mutual self-attention control for consistent image synthesis and editing. InICCV, pages 22560–22570, 2023
2023
-
[43]
Perceptual losses for real-time style transfer and super-resolution
Justin Johnson, Alexandre Alahi, and Li Fei-Fei. Perceptual losses for real-time style transfer and super-resolution. InECCV, pages 694–711, 2016
2016
-
[44]
Ominicontrol: Minimal and universal control for diffusion transformer.arXiv preprint arXiv:2411.15098, 2024
Zhenxiong Tan, Songhua Liu, Xingyi Yang, Qiaochu Xue, and Xinchao Wang. Ominicontrol: Minimal and universal control for diffusion transformer.arXiv preprint arXiv:2411.15098, 2024
2024 arXiv
-
[45]
Objaverse: A universe of annotated 3d objects
Matt Deitke, Dustin Schwenk, Jordi Salvador, Luca Weihs, Oscar Michel, Eli VanderBilt, Ludwig Schmidt, Kiana Ehsani, Aniruddha Kembhavi, and Ali Farhadi. Objaverse: A universe of annotated 3d objects. InCVPR, pages 13142–13153, 2023
2023
-
[46]
Laion- 5b: An open large-scale dataset for training next generation image-text models.NeurIPS, pages 25278–25294, 2022
Christoph Schuhmann, Romain Beaumont, Richard Vencu, Cade Gordon, Ross Wightman, Mehdi Cherti, Theo Coombes, Aarush Katta, Clayton Mullis, Mitchell Wortsman, et al. Laion- 5b: An open large-scale dataset for training next generation image-text models.NeurIPS, pages 25278–25294, 2022
2022
-
[47]
Gpt-4 technical report.arXiv preprint arXiv:2303.08774, 2023
Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. Gpt-4 technical report.arXiv preprint arXiv:2303.08774, 2023
2023 arXiv
-
[48]
Visual instruction tuning.NeurIPS, 2024
Haotian Liu, Chunyuan Li, Qingyang Wu, and Yong Jae Lee. Visual instruction tuning.NeurIPS, 2024
2024
-
[49]
Pytorch: An imperative style, high-performance deep learning library.NeurIPS, 2019
Adam Paszke, Sam Gross, Francisco Massa, Adam Lerer, James Bradbury, Gregory Chanan, Trevor Killeen, Zeming Lin, Natalia Gimelshein, Luca Antiga, et al. Pytorch: An imperative style, high-performance deep learning library.NeurIPS, 2019
2019
-
[50]
Learning transferable visual models from natural language supervision
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learning transferable visual models from natural language supervision. InICML, pages 8748–8763, 2021
2021
-
[51]
The un- reasonable effectiveness of deep features as a perceptual metric
Richard Zhang, Phillip Isola, Alexei A Efros, Eli Shechtman, and Oliver Wang. The un- reasonable effectiveness of deep features as a perceptual metric. InCVPR, pages 586–595, 2018
2018
-
[52]
Imagereward: Learning and evaluating human preferences for text-to-image generation
Jiazheng Xu, Xiao Liu, Yuchen Wu, Yuxuan Tong, Qinkai Li, Ming Ding, Jie Tang, and Yuxiao Dong. Imagereward: Learning and evaluating human preferences for text-to-image generation. NeurIPS, 2024
2024
-
[53]
Adding conditional control to text-to-image diffusion models
Lvmin Zhang, Anyi Rao, and Maneesh Agrawala. Adding conditional control to text-to-image diffusion models. InICCV, pages 3836–3847, 2023. 12
2023
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.