Generative Models: What Do They Know? Do They Know Things? Let's Find Out!
Xiaodan Du, Nicholas Kolkin, Greg Shakhnarovich, Anand Bhattad
TL;DR
Generative models implicitly encode intrinsic scene properties such as depth, normals, albedo, and shading. The authors introduce a parameter-efficient LoRA-based framework that recovers these intrinsics across GANs, autoregressive, and diffusion models using the same image-generation head and pseudo-ground-truth supervision. They show that tiny LoRA adapters (as little as rank-2) with a few hundred labeled examples suffice, and that better generators yield more accurate intrinsic recoveries, outperforming linear probing and full fine-tuning in low-data regimes. This work offers a practical pathway to intrinsic image manipulation and relighting tasks without extensive retraining, while linking generator quality to the recoverability of scene-structure representations.
Abstract
Generative models excel at mimicking real scenes, suggesting they might inherently encode important intrinsic scene properties. In this paper, we aim to explore the following key questions: (1) What intrinsic knowledge do generative models like GANs, Autoregressive models, and Diffusion models encode? (2) Can we establish a general framework to recover intrinsic representations from these models, regardless of their architecture or model type? (3) How minimal can the required learnable parameters and labeled data be to successfully recover this knowledge? (4) Is there a direct link between the quality of a generative model and the accuracy of the recovered scene intrinsics? Our findings indicate that a small Low-Rank Adaptators (LoRA) can recover intrinsic images-depth, normals, albedo and shading-across different generators (Autoregressive, GANs and Diffusion) while using the same decoder head that generates the image. As LoRA is lightweight, we introduce very few learnable parameters (as few as 0.04% of Stable Diffusion model weights for a rank of 2), and we find that as few as 250 labeled images are enough to generate intrinsic images with these LoRA modules. Finally, we also show a positive correlation between the generative model's quality and the accuracy of the recovered intrinsics through control experiments.
