paper-with-me

Papers

Simple diffusion: End-to-end diffusion for high resolution images

2023-01-26 · Emiel Hoogeboom, Jonathan Heek, Tim Salimans

Currently, applying diffusion models in pixel space of high resolution images is difficult. Instead, existing approaches focus on diffusion in lower dimensional spaces (latent diffusion), or have multiple super-resolution levels of generation referred to as cascades. The downside is that these approaches add additional complexity to the diffusion framework. This paper aims to improve denoising diffusion for high resolution images while keeping the model as simple as possible. The paper is centered around the research question: How can one train a standard denoising diffusion models on high resolution images, and still obtain performance comparable to these alternate approaches? The four main findings are: 1) the noise schedule should be adjusted for high resolution images, 2) It is sufficient to scale only a particular part of the architecture, 3) dropout should be added at specific locations in the architecture, and 4) downsampling is an effective strategy to avoid high resolution feature maps. Combining these simple yet effective techniques, we achieve state-of-the-art on image generation among diffusion models without sampling modifiers on ImageNet.

📄 PDF Abstract BibTeX arXiv:2301.11093

Code (1)

fashn-AI/tryondiffusion pytorch

Tasks

Conditional Image GenerationDenoisingImage GenerationSuper-ResolutionText-to-Image GenerationVocal Bursts Intensity Prediction

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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

ScaleCrafter: Tuning-free Higher-Resolution Visual Generation with Diffusion Models

2023-10-11 · Yingqing He, Shaoshu Yang, Haoxin Chen, Xiaodong Cun 외

In this work, we investigate the capability of generating images from pre-trained diffusion models at much higher resolutions than the training image sizes. In addition, the generated images should have arbitrary image a…

Image Generation

WDM: 3D Wavelet Diffusion Models for High-Resolution Medical Image Synthesis

2024-02-29 · Paul Friedrich, Julia Wolleb, Florentin Bieder, Alicia Durrer 외

Due to the three-dimensional nature of CT- or MR-scans, generative modeling of medical images is a particularly challenging task. Existing approaches mostly apply patch-wise, slice-wise, or cascaded generation techniques…

DiversityGPUImage GenerationMedical Image Generation+1

Image Neural Field Diffusion Models

2024-06-11 · CVPR 2024 1 · Yinbo Chen, Oliver Wang, Richard Zhang, Eli Shechtman 외

Diffusion models have shown an impressive ability to model complex data distributions, with several key advantages over GANs, such as stable training, better coverage of the training distribution's modes, and the ability…

Super-Resolution

FaithDiff: Unleashing Diffusion Priors for Faithful Image Super-resolution

2024-11-27 · CVPR 2025 1 · Junyang Chen, Jinshan Pan, Jiangxin Dong

Faithful image super-resolution (SR) not only needs to recover images that appear realistic, similar to image generation tasks, but also requires that the restored images maintain fidelity and structural consistency with…

Image GenerationImage Super-ResolutionSuper-Resolution

Simpler Diffusion (SiD2): 1.5 FID on ImageNet512 with pixel-space diffusion

2024-10-25 · Emiel Hoogeboom, Thomas Mensink, Jonathan Heek, Kay Lamerigts 외

Latent diffusion models have become the popular choice for scaling up diffusion models for high resolution image synthesis. Compared to pixel-space models that are trained end-to-end, latent models are perceived to be mo…

Image GenerationVideo Prediction