CVNov 17, 2025

Back to Basics: Let Denoising Generative Models Denoise

arXiv:2511.13720v162 citations
Originality Highly original
AI Analysis

This work addresses a foundational issue in generative modeling for image synthesis, proposing a self-contained paradigm that could simplify and improve diffusion models.

The paper tackles the problem that current denoising diffusion models predict noise instead of clean images, arguing that predicting clean data is more effective due to the manifold assumption. It introduces JiT, a simple Transformer-based method that directly predicts clean images, achieving competitive results on ImageNet at resolutions of 256 and 512.

Today's denoising diffusion models do not "denoise" in the classical sense, i.e., they do not directly predict clean images. Rather, the neural networks predict noise or a noised quantity. In this paper, we suggest that predicting clean data and predicting noised quantities are fundamentally different. According to the manifold assumption, natural data should lie on a low-dimensional manifold, whereas noised quantities do not. With this assumption, we advocate for models that directly predict clean data, which allows apparently under-capacity networks to operate effectively in very high-dimensional spaces. We show that simple, large-patch Transformers on pixels can be strong generative models: using no tokenizer, no pre-training, and no extra loss. Our approach is conceptually nothing more than "$\textbf{Just image Transformers}$", or $\textbf{JiT}$, as we call it. We report competitive results using JiT with large patch sizes of 16 and 32 on ImageNet at resolutions of 256 and 512, where predicting high-dimensional noised quantities can fail catastrophically. With our networks mapping back to the basics of the manifold, our research goes back to basics and pursues a self-contained paradigm for Transformer-based diffusion on raw natural data.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes