paper-with-me

Papers

Diffusion-GAN: Training GANs with Diffusion

2022-06-05 · Zhendong Wang, Huangjie Zheng, Pengcheng He, Weizhu Chen, Mingyuan Zhou

Generative adversarial networks (GANs) are challenging to train stably, and a promising remedy of injecting instance noise into the discriminator input has not been very effective in practice. In this paper, we propose Diffusion-GAN, a novel GAN framework that leverages a forward diffusion chain to generate Gaussian-mixture distributed instance noise. Diffusion-GAN consists of three components, including an adaptive diffusion process, a diffusion timestep-dependent discriminator, and a generator. Both the observed and generated data are diffused by the same adaptive diffusion process. At each diffusion timestep, there is a different noise-to-data ratio and the timestep-dependent discriminator learns to distinguish the diffused real data from the diffused generated data. The generator learns from the discriminator's feedback by backpropagating through the forward diffusion chain, whose length is adaptively adjusted to balance the noise and data levels. We theoretically show that the discriminator's timestep-dependent strategy gives consistent and helpful guidance to the generator, enabling it to match the true data distribution. We demonstrate the advantages of Diffusion-GAN over strong GAN baselines on various datasets, showing that it can produce more realistic images with higher stability and data efficiency than state-of-the-art GANs.

📄 PDF Abstract BibTeX arXiv:2206.02262

Code (4)

Zhendong-Wang/Diffusion-GAN 공식 구현 pytorch
jegzheng/truncated-diffusion-probabilistic-models pytorch
mingyuanzhou/sid-lsg pytorch
zhendong-wang/prompt-diffusion pytorch

Tasks

Image Generation

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

Beware of diffusion models for synthesizing medical images -- A comparison with GANs in terms of memorizing brain MRI and chest x-ray images

2023-05-12 · Muhammad Usman Akbar, Wuhao Wang, Anders Eklund

Diffusion models were initially developed for text-to-image generation and are now being utilized to generate high quality synthetic images. Preceded by GANs, diffusion models have shown impressive results using various …

Image GenerationText to Image GenerationText-to-Image Generation

Control3Diff: Learning Controllable 3D Diffusion Models from Single-view Images

2023-04-13 · Jiatao Gu, Qingzhe Gao, Shuangfei Zhai, Baoquan Chen 외

Diffusion models have recently become the de-facto approach for generative modeling in the 2D domain. However, extending diffusion models to 3D is challenging due to the difficulties in acquiring 3D ground truth data for…

3D-Aware Image SynthesisImage Generation

Unifying Diffusion Models' Latent Space, with Applications to CycleDiffusion and Guidance

2022-10-11 · Chen Henry Wu, Fernando de la Torre

Diffusion models have achieved unprecedented performance in generative modeling. The commonly-adopted formulation of the latent code of diffusion models is a sequence of gradually denoised samples, as opposed to the simp…

Image GenerationImage-to-Image Translation

Pruning then Reweighting: Towards Data-Efficient Training of Diffusion Models

2024-09-27 · Yize Li, Yihua Zhang, Sijia Liu, Xue Lin

Despite the remarkable generation capabilities of Diffusion Models (DMs), conducting training and inference remains computationally expensive. Previous works have been devoted to accelerating diffusion sampling, but achi…

Image Generation

AnimeDiffusion: Anime Face Line Drawing Colorization via Diffusion Models

2023-03-20 · Yu Cao, Xiangqiao Meng, P. Y. Mok, Xueting Liu 외

It is a time-consuming and tedious work for manually colorizing anime line drawing images, which is an essential stage in cartoon animation creation pipeline. Reference-based line drawing colorization is a challenging ta…

ColorizationImage Reconstruction