paper-with-me

홈 › Papers

Diffusion Models Are Innate One-Step Generators

2024-05-31 · Bowen Zheng, Tianming Yang

Diffusion Models (DMs) have achieved great success in image generation and other fields. By fine sampling through the trajectory defined by the SDE/ODE solver based on a well-trained score model, DMs can generate remarkable high-quality results. However, this precise sampling often requires multiple steps and is computationally demanding. To address this problem, instance-based distillation methods have been proposed to distill a one-step generator from a DM by having a simpler student model mimic a more complex teacher model. Yet, our research reveals an inherent limitations in these methods: the teacher model, with more steps and more parameters, occupies different local minima compared to the student model, leading to suboptimal performance when the student model attempts to replicate the teacher. To avoid this problem, we introduce a novel distributional distillation method, which uses an exclusive distributional loss. This method exceeds state-of-the-art (SOTA) results while requiring significantly fewer training images. Additionally, we show that DMs' layers are differentially activated at different time steps, leading to an inherent capability to generate images in a single step. Freezing most of the convolutional layers in a DM during distributional distillation enables this innate capability and leads to further performance improvements. Our method achieves the SOTA results on CIFAR-10 (FID 1.54), AFHQv2 64x64 (FID 1.23), FFHQ 64x64 (FID 0.85) and ImageNet 64x64 (FID 1.16) with great efficiency. Most of those results are obtained with only 5 million training images within 6 hours on 8 A100 GPUs.

📄 PDF Abstract BibTeX arXiv:2405.20750

Code (1)

Zyriix/GDD 공식 구현 pytorch

Tasks

Image Generation

Similar Papers 제목 키워드 기반

Regularized Distribution Matching Distillation for One-step Unpaired Image-to-Image Translation

2024-06-20 · Denis Rakitin, Ivan Shchekotov, Dmitry Vetrov

Diffusion distillation methods aim to compress the diffusion models into efficient one-step generators while trying to preserve quality. Among them, Distribution Matching Distillation (DMD) offers a suitable framework fo…

Image-to-Image TranslationTranslation

MeanFlowNFT: Bringing Forward-Process RL to Average-Velocity Generators

2026-07-16 · Yushi Huang, Xiangxin Zhou, Jun Zhang, Liefeng Bo 외 hf

MeanFlow generators achieve fast few-step sampling by predicting average velocities over time intervals, making them attractive for efficient generation. Reinforcement learning (RL) has become a powerful way to align dif…

Reinforcement LearningVideo Generation

AI, Ageing and Brain-Work Productivity: Technological Change in Professional Japanese Chess

2022-04-17 · Eiji Yamamura, Ryohei Hayashi

Using Japanese professional chess (Shogi) players records in the novel setting, this paper examines how and the extent to which the emergence of technological changes influences the ageing and innate ability of players w…

Multi-student Diffusion Distillation for Better One-step Generators

2024-10-30 · Yanke Song, Jonathan Lorraine, Weili Nie, Karsten Kreis 외

Diffusion models achieve high-quality sample generation at the cost of a lengthy multistep inference procedure. To overcome this, diffusion distillation techniques produce student generators capable of matching or surpas…

Image Generation

LATTE: Latent Trajectory Embedding for Diffusion-Generated Image Detection

2025-07-03 · Ana Vasilcoiu, Ivona Najdenkoska, Zeno Geradts, Marcel Worring arxiv

The rapid advancement of diffusion-based image generators has made it increasingly difficult to distinguish generated from real images. This erodes trust in digital media, making it critical to develop generated image de…

Trajectory Modeling