Exploiting Diffusion Prior for Generalizable Dense Prediction
Hsin-Ying Lee, Hung-Yu Tseng, Hsin-Ying Lee, Ming-Hsuan Yang
TL;DR
This work tackles the domain gap between generative diffusion outputs and dense prediction tasks by reusing pre-trained text-to-image diffusion priors. It introduces DMP, a deterministic diffusion framework that interpolates between input images and desired outputs, enabling reliable predictions across depth, normals, segmentation, and intrinsic decomposition while preserving generalization via LoRA-based fine-tuning. With only ~10K labeled bedroom images for training, DMP achieves faithful in-domain and out-of-domain predictions, often surpassing state-of-the-art baselines. The approach demonstrates the potential of diffusion priors for broadly generalizable dense understanding with limited labeled data, signifying a step toward ultimate generalizability in visual perception tasks.
Abstract
Contents generated by recent advanced Text-to-Image (T2I) diffusion models are sometimes too imaginative for existing off-the-shelf dense predictors to estimate due to the immitigable domain gap. We introduce DMP, a pipeline utilizing pre-trained T2I models as a prior for dense prediction tasks. To address the misalignment between deterministic prediction tasks and stochastic T2I models, we reformulate the diffusion process through a sequence of interpolations, establishing a deterministic mapping between input RGB images and output prediction distributions. To preserve generalizability, we use low-rank adaptation to fine-tune pre-trained models. Extensive experiments across five tasks, including 3D property estimation, semantic segmentation, and intrinsic image decomposition, showcase the efficacy of the proposed method. Despite limited-domain training data, the approach yields faithful estimations for arbitrary images, surpassing existing state-of-the-art algorithms.
