HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

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

Emiel Hoogeboom Jonathan Heek Tim Salimans

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

Abstract

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.

Code Repositories

fashn-AI/tryondiffusion
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
conditional-image-generation-on-imagenetsimple diffusion (U-ViT, L)
FID: 3.23
Inception score: 171.9
conditional-image-generation-on-imagenetsimple diffusion (U-Net)
FID: 2.88
Inception score: 137.3
image-generation-on-imagenet-256x256simple diffusion (U-Net)
FID: 3.71
image-generation-on-imagenet-256x256simple diffusion (U-ViT, L)
FID: 3.75
image-generation-on-imagenet-512x512simple diffusion (U-Net)
FID: 4.28
Inception score: 171
image-generation-on-imagenet-512x512simple diffusion (U-ViT, L)
FID: 4.53
Inception score: 205.3
text-to-image-generation-on-cocosimple diffusion (U-ViT)
FID: 8.3

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Simple diffusion: End-to-end diffusion for high resolution images | Papers | HyperAI