MADFormer: Mixed Autoregressive and Diffusion Transformers for Continuous Image Generation
Junhao Chen, Yulia Tsvetkov, Xiaochuang Han

TL;DR
MADFormer introduces a hybrid transformer model combining autoregressive and diffusion methods, optimizing image generation by partitioning images into blocks and mixing layers, leading to improved quality and efficiency.
Contribution
This work systematically analyzes AR-diffusion trade-offs and proposes a novel hybrid transformer architecture with practical design principles for high-resolution image generation.
Findings
Block-wise partitioning enhances high-resolution image quality.
Vertical mixing of AR and diffusion layers improves quality-efficiency trade-offs.
Up to 75% FID improvement under constrained compute.
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 MADFormer, a Mixed Autoregressive and Diffusion Transformer that serves as a testbed for analyzing AR-diffusion trade-offs. 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Domain Adaptation and Few-Shot Learning · Face recognition and analysis
MethodsLinear Layer · Dense Connections · Position-Wise Feed-Forward Layer · Absolute Position Encodings · Adam · Softmax · Diffusion · Label Smoothing · Multi-Head Attention · Attention Is All You Need
