Home Knowledge Base Diffusion Transformers (DiT)

Diffusion Transformers (DiT) are the generative image architecture that replaces the traditional U-Net backbone in latent diffusion models with a standard Vision Transformer, unlocking predictable transformer scaling laws for image generation quality and establishing the backbone behind state-of-the-art text-to-image systems.

Why Replace the U-Net?

U-Nets served latent diffusion well but have irregular architectures (encoder/decoder with skip connections) that resist clean scaling analysis. DiT showed that a vanilla ViT — with no skip connections and no convolutional layers — can match and exceed U-Net quality when scaled properly, and that image generation quality improves log-linearly with compute just like language model perplexity.

Architecture Details

Scaling Behavior

ModelParametersGFLOPsFID-50K (ImageNet 256x256)
DiT-S/233M6~68
DiT-B/2130M23~43
DiT-L/2458M80~10
DiT-XL/2675M119~2.3 (with CFG)

Each doubling of compute yields a predictable FID improvement — a property U-Net diffusion models never cleanly demonstrated.

Practical Implications

Diffusion Transformers are the architecture that unified language and vision scaling laws — proving that the same transformer recipe that conquered text also governs the predictable improvement of visual generation quality with compute.

diffusion transformer ditdit architectureclass conditional ditlatent diffusion ditscalable diffusion model

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.