paper-with-me

Papers

CoDi: Conditional Diffusion Distillation for Higher-Fidelity and Faster Image Generation

2023-10-02 · CVPR 2024 1 · Kangfu Mei, Mauricio Delbracio, Hossein Talebi, Zhengzhong Tu, Vishal M. Patel, Peyman Milanfar

Large generative diffusion models have revolutionized text-to-image generation and offer immense potential for conditional generation tasks such as image enhancement, restoration, editing, and compositing. However, their widespread adoption is hindered by the high computational cost, which limits their real-time application. To address this challenge, we introduce a novel method dubbed CoDi, that adapts a pre-trained latent diffusion model to accept additional image conditioning inputs while significantly reducing the sampling steps required to achieve high-quality results. Our method can leverage architectures such as ControlNet to incorporate conditioning inputs without compromising the model's prior knowledge gained during large scale pre-training. Additionally, a conditional consistency loss enforces consistent predictions across diffusion steps, effectively compelling the model to generate high-quality images with conditions in a few steps. Our conditional-task learning and distillation approach outperforms previous distillation methods, achieving a new state-of-the-art in producing high-quality images with very few steps (e.g., 1-4) across multiple tasks, including super-resolution, text-guided image editing, and depth-to-image generation.

📄 PDF Abstract BibTeX arXiv:2310.01407

Code (1)

fast-codi/CoDi 공식 구현 jax

Tasks

Image EnhancementImage GenerationSuper-Resolutiontext-guided-image-editingText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.
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 제목 키워드 기반

Boosting Fidelity for Pre-Trained-Diffusion-Based Low-Light Image Enhancement via Condition Refinement

2025-10-20 · Xiaogang Xu, Jian Wang, Yunfan Lu, Ruihang Chu 외 arxiv

Diffusion-based methods, leveraging pre-trained large models like Stable Diffusion via ControlNet, have achieved remarkable performance in several low-level vision tasks. However, Pre-Trained Diffusion-Based (PTDB) metho…

Low-Light Image Enhancement

CoDiMAD: Diffusion-Based Privileged Distillation for Communication-Free Multi-Robot Coordination

2026-07-10 · Jiyue Tao, Shunheng Xin, Tongsheng Shen, Dexin Zhao 외 arxiv

Decentralized multi-robot coordination under partial observability remains challenging, especially in communication-free settings where agents must act solely from local sensor observations. Privileged policy distillatio…

Not All Steps are Created Equal: Selective Diffusion Distillation for Image Manipulation

2023-07-17 · ICCV 2023 1 · Luozhou Wang, Shuai Yang, Shu Liu, Ying-Cong Chen

Conditional diffusion models have demonstrated impressive performance in image manipulation tasks. The general pipeline involves adding noise to the image and then denoising it. However, this method faces a trade-off pro…

AllDenoisingImage Manipulation

One-Step Distillation of Discrete Diffusion Image Generators via Fixed-Point Iteration

2026-05-20 · Chaoyang Wang, Yunhai Tong arxiv

Discrete diffusion models excel at visual synthesis but rely on slow, iterative decoding. Existing single-step distillation methods attempt to bypass this bottleneck, either by training auxiliary score networks that effe…

Mean-Shift Distillation for Diffusion Mode Seeking

2025-02-21 · Vikas Thamizharasan, Nikitas Chatzis, Iliyan Georgiev, Matthew Fisher 외

We present mean-shift distillation, a novel diffusion distillation technique that provides a provably good proxy for the gradient of the diffusion output distribution. This is derived directly from mean-shift mode seekin…

Text to 3D