paper-with-me

Papers

Fine-Tuning Image-Conditional Diffusion Models is Easier than You Think

2024-09-17 · Gonzalo Martin Garcia, Karim Abou Zeid, Christian Schmidt, Daan de Geus, Alexander Hermans, Bastian Leibe

Recent work showed that large diffusion models can be reused as highly precise monocular depth estimators by casting depth estimation as an image-conditional image generation task. While the proposed model achieved state-of-the-art results, high computational demands due to multi-step inference limited its use in many scenarios. In this paper, we show that the perceived inefficiency was caused by a flaw in the inference pipeline that has so far gone unnoticed. The fixed model performs comparably to the best previously reported configuration while being more than 200$\times$ faster. To optimize for downstream task performance, we perform end-to-end fine-tuning on top of the single-step model with task-specific losses and get a deterministic model that outperforms all other diffusion-based depth and normal estimation models on common zero-shot benchmarks. We surprisingly find that this fine-tuning protocol also works directly on Stable Diffusion and achieves comparable performance to current state-of-the-art diffusion-based depth and normal estimation models, calling into question some of the conclusions drawn from prior works.

📄 PDF Abstract BibTeX arXiv:2409.11355

Code (1)

VisualComputingInstitute/diffusion-e2e-ft 공식 구현 pytorch

Tasks

Conditional Image GenerationDepth EstimationImage GenerationMonocular Depth EstimationSurface Normal EstimationSurface Normals Estimation

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 제목 키워드 기반

Diffusion in Style

2023-01-01 · ICCV 2023 1 · Martin Nicolas Everaert, Marco Bocchio, Sami Arpa, Sabine Süsstrunk 외

We present Diffusion in Style, a simple method to adapt Stable Diffusion to any desired style, using only a small set of target images. It is based on the key observation that the style of the images generated by Sta…

Iterative Importance Fine-tuning of Diffusion Models

2025-02-06 · Alexander Denker, Shreyas Padhy, Francisco Vargas, Johannes Hertrich

Diffusion models are an important tool for generative modelling, serving as effective priors in applications such as imaging and protein design. A key challenge in applying diffusion models for downstream tasks is effici…

Protein Design

Why Are Conditional Generative Models Better Than Unconditional Ones?

2022-12-01 · Fan Bao, Chongxuan Li, Jiacheng Sun, Jun Zhu

Extensive empirical evidence demonstrates that conditional generative models are easier to train and perform better than unconditional ones by exploiting the labels of data. So do score-based diffusion models. In this pa…

Unconditional Priors Matter! Improving Conditional Generation of Fine-Tuned Diffusion Models

2025-03-26 · Prin Phunyaphibarn, Phillip Y. Lee, Jaihoon Kim, Minhyuk Sung

Classifier-Free Guidance (CFG) is a fundamental technique in training conditional diffusion models. The common practice for CFG-based training is to use a single network to learn both conditional and unconditional noise …

Video Generation

Training Diffusion Models Towards Diverse Image Generation with Reinforcement Learning

2024-01-01 · CVPR 2024 1 · Zichen Miao, Jiang Wang, Ze Wang, Zhengyuan Yang 외

Diffusion models have demonstrated unprecedented capabilities in image generation. Yet they incorporate and amplify the data bias (e.g. gender age) from the original training set limiting the diversity of generated i…

Decision MakingDiversityImage GenerationPolicy Gradient Methods+2