paper-with-me

홈 › Papers

Improved Denoising Diffusion Probabilistic Models

2021-02-18 · Alex Nichol, Prafulla Dhariwal

Denoising diffusion probabilistic models (DDPM) are a class of generative models which have recently been shown to produce excellent samples. We show that with a few simple modifications, DDPMs can also achieve competitive log-likelihoods while maintaining high sample quality. Additionally, we find that learning variances of the reverse diffusion process allows sampling with an order of magnitude fewer forward passes with a negligible difference in sample quality, which is important for the practical deployment of these models. We additionally use precision and recall to compare how well DDPMs and GANs cover the target distribution. Finally, we show that the sample quality and likelihood of these models scale smoothly with model capacity and training compute, making them easily scalable. We release our code at https://github.com/openai/improved-diffusion

📄 PDF Abstract BibTeX arXiv:2102.09672

Code (18)

openai/improved-diffusion 공식 구현 pytorch
Ipsedo/MusicDiffusion pytorch
Michedev/DDPM-Pytorch pytorch
YHL04/ddpm pytorch
albarji/toy-diffusion pytorch
astrodeepnet/diffusion4astro pytorch
g4vrel/DDPM pytorch
intuitive-robots/beso pytorch
liaopeiyuan/pndm pytorch
luping-liu/PNDM pytorch
neonbjb/tortoise-tts pytorch
open-mmlab/mmgeneration pytorch
plai-group/flexible-video-diffusion-modeling pytorch
roselv/research_super-resolution pytorch
rowerliu/adbd pytorch
rowerliu/add pytorch
swookey-thinky/image_diffusion pytorch
vvvm23/ddpm pytorch

Tasks

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

An overview of diffusion models for generative artificial intelligence

2024-12-02 · Davide Gallon, Arnulf Jentzen, Philippe von Wurstemberger

This article provides a mathematically rigorous introduction to denoising diffusion probabilistic models (DDPMs), sometimes also referred to as diffusion probabilistic models or diffusion models, for generative artificia…

Denoising

Low-Dose CT Using Denoising Diffusion Probabilistic Model for 20$\times$ Speedup

2022-09-29 · Wenjun Xia, Qing Lyu, Ge Wang

Low-dose computed tomography (LDCT) is an important topic in the field of radiology over the past decades. LDCT reduces ionizing radiation-induced patient health risks but it also results in a low signal-to-noise ratio (…

Computational EfficiencyDenoisingDiagnostic

Structured Denoising Diffusion Models in Discrete State-Spaces

2021-07-07 · NeurIPS 2021 12 · Jacob Austin, Daniel D. Johnson, Jonathan Ho, Daniel Tarlow 외

Denoising diffusion probabilistic models (DDPMs) (Ho et al. 2020) have shown impressive results on image and waveform generation in continuous state spaces. Here, we introduce Discrete Denoising Diffusion Probabilistic M…

DenoisingText Generation

Denoising Diffusion Probabilistic Model for Point Cloud Compression at Low Bit-Rates

2025-05-19 · Gabriele Spadaro, Alberto Presta, Jhony H. Giraldo, Marco Grangetto 외

Efficient compression of low-bit-rate point clouds is critical for bandwidth-constrained applications. However, existing techniques mainly focus on high-fidelity reconstruction, requiring many bits for compression. This …

Denoising

RGB-D-Fusion: Image Conditioned Depth Diffusion of Humanoid Subjects

2023-07-29 · Sascha Kirch, Valeria Olyunina, Jan Ondřej, Rafael Pagés 외

We present RGB-D-Fusion, a multi-modal conditional denoising diffusion probabilistic model to generate high resolution depth maps from low-resolution monocular RGB images of humanoid subjects. RGB-D-Fusion first generate…

DenoisingSuper-Resolution