$\textit{MADFormer}$: Mixed Autoregressive and Diffusion Transformers for Continuous Image Generation
Abstract
Recent progress in multimodal generation has increasingly combined autoregressive (AR) and diffusion-based approaches, leveraging their complementary strengths: AR models capture long-range dependencies and produce fluent, context-aware outputs, while diffusion models operate in continuous latent spaces to refine high-fidelity visual details. However, existing hybrids often lack systematic guidance on how and why to allocate model capacity between these paradigms. In this work, we introduce $\textit{MADFormer}$, a Mixed Autoregressive and Diffusion Transformer that serves as a testbed for analyzing AR-diffusion trade-offs. $\textit{MADFormer}$ partitions image generation into spatial blocks, using AR layers for one-pass global conditioning across blocks and diffusion layers for iterative local refinement within each block. Through controlled experiments on FFHQ-1024 and ImageNet, we identify two key insights: (1) block-wise partitioning significantly improves performance on high-resolution images, and (2) vertically mixing AR and diffusion layers yields better quality-efficiency balances---improving FID by up to 75\% under constrained inference compute. Our findings offer practical design principles for future hybrid generative models. Code and models will be released upon publication.
Cite
Text
Chen et al. "$\textit{MADFormer}$: Mixed Autoregressive and Diffusion Transformers for Continuous Image Generation." International Conference on Learning Representations, 2026.Markdown
[Chen et al. "$\textit{MADFormer}$: Mixed Autoregressive and Diffusion Transformers for Continuous Image Generation." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/chen2026iclr-madformer/)BibTeX
@inproceedings{chen2026iclr-madformer,
title = {{$\textit{MADFormer}$: Mixed Autoregressive and Diffusion Transformers for Continuous Image Generation}},
author = {Chen, Junhao and Tsvetkov, Yulia and Han, Xiaochuang},
booktitle = {International Conference on Learning Representations},
year = {2026},
url = {https://mlanthology.org/iclr/2026/chen2026iclr-madformer/}
}