Scalable High-Resolution Pixel-Space Image Synthesis with Hourglass Diffusion Transformers
Katherine Crowson, Stefan Andreas Baumann, Alex Birch, Tanishq Mathew Abraham, Daniel Z. Kaplan, Enrico Shippole
TL;DR
This work introduces the Hourglass Diffusion Transformer (HDiT), a hierarchical pixel-space diffusion backbone that scales linearly with image pixel count and enables direct high-resolution generation without latent representations or multiscale tricks. By employing a multi-level hourglass structure, 2D RoPE positional encoding, global and neighborhood attention, GEGLU FFNs, and a learnable skip-merging mechanism, HDiT achieves $O(n)$ computational scaling and can generate megapixel images directly in pixel space. Ablation studies validate the architecture choices, and HDiT demonstrates strong performance on FFHQ-1024^2 and competitive results on ImageNet-256^2, including new state-of-the-art diffusion results for high-resolution pixel-space synthesis. The work suggests HDiT as a foundation for efficient high-resolution generation and potential extensions to latent-diffusion, super-resolution, and other modalities.
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 \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 $256^2$, and sets a new state-of-the-art for diffusion models on FFHQ-$1024^2$.
