Skip to main content

Envisioning is a research institute that studies how institutions adapt to technological change.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. Diffusion Transformer

Diffusion Transformer

A diffusion model that denoises latent image patches with a transformer instead of a convolutional U-Net, letting generation quality scale predictably with compute.

Year: 2022Generality: 550Added: Sep 15, 2026
Back to Vocab

Diffusion Transformer (DiT) is a diffusion model that uses a transformer, rather than a convolutional U-Net, as its denoising backbone. William Peebles and Saining Xie introduced the architecture in 2022 (arXiv:2212.09748, ICCV 2023). It is a latent diffusion model whose image is broken into patches, embedded as tokens, and denoised by a stack of transformer blocks conditioned on the diffusion timestep and any class or text label. Their largest model, DiT-XL/2, set a new state of the art on class-conditional ImageNet generation.

The paper's central finding was a scaling law: adding transformer depth or width, or processing more, smaller patches, buys higher generation quality (lower FID) for more compute (Gflops). This is the same relationship that scaling laws describe for language models. It gave diffusion modeling access to the same recipe, and much of the same hardware and training infrastructure, that had already been optimized for transformers in language and vision.

DiT displaced the U-Net as the default architecture for large-scale generative image and video systems, underpinning models such as Stable Diffusion 3 and Sora. Its self-attention cost still scales quadratically with the number of tokens. This is punishing for video, where thousands of spatiotemporal patches must attend to each other. A large body of follow-up work applies sparse, linear, and low-rank attention variants to make DiTs practical at video scale and higher resolution.

Sources

  1. Scalable Diffusion Models with Transformers

    arXiv · Dec 19, 2022

  2. facebookresearch/DiT

    GitHub

Research this in Signals

Scan Diffusion Transformer for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Diffusion Transformer already loaded, so edit it or scan as is.