English

Scalable High-Resolution Pixel-Space Image Synthesis with Hourglass Diffusion Transformers

Computer Vision and Pattern Recognition 2026-03-27 v2 Artificial Intelligence Machine Learning

Abstract

We present the Hourglass Diffusion Transformer (HDiT), an image generative model that exhibits linear scaling with pixel count, supporting training at high-resolution (e.g. 1024×10241024 \times 1024) directly in pixel-space. Building on the Transformer architecture, which is known to scale to billions of parameters, it bridges the gap between the efficiency of convolutional U-Nets and the scalability of Transformers. HDiT trains successfully without typical high-resolution training techniques such as multiscale architectures, latent autoencoders or self-conditioning. We demonstrate that HDiT performs competitively with existing models on ImageNet 2562256^2, and sets a new state-of-the-art for diffusion models on FFHQ-102421024^2.

Cite

@article{arxiv.2401.11605,
  title  = {Scalable High-Resolution Pixel-Space Image Synthesis with Hourglass Diffusion Transformers},
  author = {Katherine Crowson and Stefan Andreas Baumann and Alex Birch and Tanishq Mathew Abraham and Daniel Z. Kaplan and Enrico Shippole},
  journal= {arXiv preprint arXiv:2401.11605},
  year   = {2026}
}

Comments

20 pages, 13 figures, project page and code available at https://crowsonkb.github.io/hourglass-diffusion-transformers/

R2 v1 2026-06-28T14:23:00.988Z