Equivariant Image Modeling
Ruixiao Dong, Mengde Xu, Zigang Geng, Li Li, Han Hu, Shuyang Gu
TL;DR
The paper addresses subtask conflicts in autoregressive image modeling by introducing an equivariant framework that aligns optimization targets across spatial subtasks through translation invariance. It combines column-wise 1D tokenization with windowed causal attention to enforce consistent contextual relationships and enable efficient, long-horizon generation. Empirical results on ImageNet-1k at 256×256 show competitive performance with fewer GFLOPs and improved zero-shot generalization and ultra-long image synthesis, supported by analyses of equivariance and ablations. The work provides a principled, task-aligned decomposition approach and releases code and models to facilitate broader adoption.
Abstract
Current generative models, such as autoregressive and diffusion approaches, decompose high-dimensional data distribution learning into a series of simpler subtasks. However, inherent conflicts arise during the joint optimization of these subtasks, and existing solutions fail to resolve such conflicts without sacrificing efficiency or scalability. We propose a novel equivariant image modeling framework that inherently aligns optimization targets across subtasks by leveraging the translation invariance of natural visual signals. Our method introduces (1) column-wise tokenization which enhances translational symmetry along the horizontal axis, and (2) windowed causal attention which enforces consistent contextual relationships across positions. Evaluated on class-conditioned ImageNet generation at 256x256 resolution, our approach achieves performance comparable to state-of-the-art AR models while using fewer computational resources. Systematic analysis demonstrates that enhanced equivariance reduces inter-task conflicts, significantly improving zero-shot generalization and enabling ultra-long image synthesis. This work establishes the first framework for task-aligned decomposition in generative modeling, offering insights into efficient parameter sharing and conflict-free optimization. The code and models are publicly available at https://github.com/drx-code/EquivariantModeling.
