CVAIMMJul 2, 2025

Autoregressive Image Generation with Linear Complexity: A Spatial-Aware Decay Perspective

arXiv:2507.01652v14 citationsh-index: 15
Originality Highly original
AI Analysis

This work addresses computational bottlenecks for researchers and practitioners in image generation, offering a novel method that improves efficiency without sacrificing quality.

The paper tackles the problem of quadratic computational complexity in autoregressive image generation by introducing a linear attention mechanism that preserves 2D spatial relationships, resulting in state-of-the-art performance and efficiency on ImageNet.

Autoregressive (AR) models have garnered significant attention in image generation for their ability to effectively capture both local and global structures within visual data. However, prevalent AR models predominantly rely on the transformer architectures, which are beset by quadratic computational complexity concerning input sequence length and substantial memory overhead due to the necessity of maintaining key-value caches. Although linear attention mechanisms have successfully reduced this burden in language models, our initial experiments reveal that they significantly degrade image generation quality because of their inability to capture critical long-range dependencies in visual data. We propose Linear Attention with Spatial-Aware Decay (LASAD), a novel attention mechanism that explicitly preserves genuine 2D spatial relationships within the flattened image sequences by computing position-dependent decay factors based on true 2D spatial location rather than 1D sequence positions. Based on this mechanism, we present LASADGen, an autoregressive image generator that enables selective attention to relevant spatial contexts with linear complexity. Experiments on ImageNet show LASADGen achieves state-of-the-art image generation performance and computational efficiency, bridging the gap between linear attention's efficiency and spatial understanding needed for high-quality generation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes