paper-with-me

Papers

Guiding a Diffusion Model with a Bad Version of Itself

2024-06-04 · Tero Karras, Miika Aittala, Tuomas Kynkäänniemi, Jaakko Lehtinen, Timo Aila, Samuli Laine

The primary axes of interest in image-generating diffusion models are image quality, the amount of variation in the results, and how well the results align with a given condition, e.g., a class label or a text prompt. The popular classifier-free guidance approach uses an unconditional model to guide a conditional model, leading to simultaneously better prompt alignment and higher-quality images at the cost of reduced variation. These effects seem inherently entangled, and thus hard to control. We make the surprising observation that it is possible to obtain disentangled control over image quality without compromising the amount of variation by guiding generation using a smaller, less-trained version of the model itself rather than an unconditional model. This leads to significant improvements in ImageNet generation, setting record FIDs of 1.01 for 64x64 and 1.25 for 512x512, using publicly available networks. Furthermore, the method is also applicable to unconditional diffusion models, drastically improving their quality.

📄 PDF Abstract BibTeX arXiv:2406.02507

Code (2)

nvlabs/edm2 공식 구현 pytorch
dopplerchase/cira-diff pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
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 제목 키워드 기반

Guiding a Diffusion Transformer with the Internal Dynamics of Itself

2025-12-30 · Xingyu Zhou, Qifan Li, Xiaobin Hu, Hai Chen 외 arxiv

The diffusion model presents a powerful ability to capture the entire (conditional) data distribution. However, due to the lack of sufficient training and data to learn to cover low-probability areas, the model will be p…

Guided MRI Reconstruction via Schrödinger Bridge

2024-11-21 · Yue Wang, Tian Zhou, Zhuo-Xu Cui, Bingsheng Huang 외

Magnetic Resonance Imaging (MRI) is a multi-contrast imaging technique in which different contrast images share similar structural information. However, conventional diffusion models struggle to effectively leverage this…

MRI Reconstruction

Gradpaint: Gradient-Guided Inpainting with Diffusion Models

2023-09-18 · Asya Grechka, Guillaume Couairon, Matthieu Cord

Denoising Diffusion Probabilistic Models (DDPMs) have recently achieved remarkable results in conditional and unconditional image generation. The pre-trained models can be adapted without further training to different do…

DenoisingImage GenerationImage InpaintingUnconditional Image Generation

VideoGuide: Improving Video Diffusion Models without Training Through a Teacher's Guide

2024-10-06 · CVPR 2025 1 · Dohun Lee, Bryan S Kim, Geon Yeong Park, Jong Chul Ye

Text-to-image (T2I) diffusion models have revolutionized visual content creation, but extending these capabilities to text-to-video (T2V) generation remains a challenge, particularly in preserving temporal consistency. E…

Denoising

Guiding Diffusion with Deep Geometric Moments: Balancing Fidelity and Variation

2025-05-18 · Sangmin Jung, Utkarsh Nath, Yezhou Yang, Giulia Pedrielli 외

Text-to-image generation models have achieved remarkable capabilities in synthesizing images, but often struggle to provide fine-grained control over the output. Existing guidance approaches, such as segmentation maps an…

DiversityImage GenerationText to Image GenerationText-to-Image Generation