paper-with-me

Papers

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

2024-10-25 · Emiel Hoogeboom, Thomas Mensink, Jonathan Heek, Kay Lamerigts, Ruiqi Gao, Tim Salimans

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 more efficient and to produce higher image quality at high resolution. Here we challenge these notions, and show that pixel-space models can be very competitive to latent models both in quality and efficiency, achieving 1.5 FID on ImageNet512 and new SOTA results on ImageNet128, ImageNet256 and Kinetics600. We present a simple recipe for scaling end-to-end pixel-space diffusion models to high resolutions. 1: Use the sigmoid loss-weighting (Kingma & Gao, 2023) with our prescribed hyper-parameters. 2: Use our simplified memory-efficient architecture with fewer skip-connections. 3: Scale the model to favor processing the image at a high resolution with fewer parameters, rather than using more parameters at a lower resolution. Combining these with guidance intervals, we obtain a family of pixel-space diffusion models we call Simpler Diffusion (SiD2).

📄 PDF Abstract BibTeX arXiv:2410.19324

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationVideo 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…

Similar Papers 제목 키워드 기반

Simpler Diffusion: 1.5 FID on ImageNet512 with Pixel-space Diffusion

2025-01-01 · CVPR 2025 1 · 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 b…

Image Generation

PixelDiT: Pixel Diffusion Transformers for Image Generation

2025-11-25 · Yongsheng Yu, Wei Xiong, Weili Nie, Yichen Sheng 외 arxiv

Latent-space modeling has been the standard for Diffusion Transformers (DiTs). However, it relies on a two-stage pipeline where the pretrained autoencoder introduces lossy reconstruction, leading to error accumulation wh…

Text-to-Image Generation

There is No VAE: End-to-End Pixel-Space Generative Modeling via Self-Supervised Pre-training

2025-10-14 · Jiachen Lei, Keli Liu, Julius Berner, Haiming Yu 외 arxiv

Pixel-space generative models are often more difficult to train and generally underperform compared to their latent-space counterparts, leaving a persistent performance and efficiency gap. In this paper, we introduce a n…

PointDiT: Pixel-Space Diffusion for Monocular Geometry Estimation

2026-07-02 · Haofei Xu, Rundi Wu, Philipp Henzler, Nikolai Kalischek 외 arxiv

State-of-the-art single-image 3D reconstruction methods often rely on complex hybrid architectures and loss functions, or compress geometry into latent spaces in order to leverage pre-trained latent diffusion models. In …

3D Reconstruction

PixNerd: Pixel Neural Field Diffusion

2025-07-31 · Shuai Wang, Ziteng Gao, Chenhui Zhu, Weilin Huang 외 arxiv

The current success of diffusion transformers heavily depends on the compressed latent space shaped by the pre-trained variational autoencoder(VAE). However, this two-stage training paradigm inevitably introduces accumul…