Progressive Checkerboards for Autoregressive Multiscale Image Generation
David Eigen
TL;DR
The paper tackles the challenge of efficient autoregressive image generation by introducing a balanced progressive checkerboard order that enables parallel sampling across multiple regions within a multiscale pyramid. It presents a multiscale blockwise transformer autoregressor that conditions on upsampled latents from the previous scale and current-scale outputs, organized via a balanced quadtree-based scan with P blocks per scale. Empirical results on ImageNet 256x256 show competitive FID/IS with relatively few sampling steps (approximately $16$–$17$ total), and the key finding is that the total number of sequential steps dominates performance more than the exact scale factor. Additional analyses reveal limited benefits from RoPE mixing and reveal entropy dynamics and checkerboard patterns that reflect the method’s local conditioning capabilities. The approach offers practical gains in sampling efficiency and opens avenues for extending multiscale autoregression to other modalities.
Abstract
A key challenge in autoregressive image generation is to efficiently sample independent locations in parallel, while still modeling mutual dependencies with serial conditioning. Some recent works have addressed this by conditioning between scales in a multiscale pyramid. Others have looked at parallelizing samples in a single image using regular partitions or randomized orders. In this work we examine a flexible, fixed ordering based on progressive checkerboards for multiscale autoregressive image generation. Our ordering draws samples in parallel from evenly spaced regions at each scale, maintaining full balance in all levels of a quadtree subdivision at each step. This enables effective conditioning both between and within scales. Intriguingly, we find evidence that in our balanced setting, a wide range of scale-up factors lead to similar results, so long as the total number of serial steps is constant. On class-conditional ImageNet, our method achieves competitive performance compared to recent state-of-the-art autoregressive systems with like model capacity, using fewer sampling steps.
