CVJan 21

Mirai: Autoregressive Visual Generation Needs Foresight

arXiv:2601.14671v11 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses a bottleneck in autoregressive models for image generation, offering a method to improve efficiency and quality, though it is incremental as it builds on existing AR frameworks.

The paper tackles the problem of slow convergence and poor global coherence in autoregressive visual generation by introducing foresight training signals, resulting in up to 10x faster convergence and a reduction in FID from 5.34 to 4.34 on ImageNet.

Autoregressive (AR) visual generators model images as sequences of discrete tokens and are trained with next token likelihood. This strict causality supervision optimizes each step only by its immediate next token, which diminishes global coherence and slows convergence. We ask whether foresight, training signals that originate from later tokens, can help AR visual generation. We conduct a series of controlled diagnostics along the injection level, foresight layout, and foresight source axes, unveiling a key insight: aligning foresight to AR models' internal representation on the 2D image grids improves causality modeling. We formulate this insight with Mirai (meaning "future" in Japanese), a general framework that injects future information into AR training with no architecture change and no extra inference overhead: Mirai-E uses explicit foresight from multiple future positions of unidirectional representations, whereas Mirai-I leverages implicit foresight from matched bidirectional representations. Extensive experiments show that Mirai significantly accelerates convergence and improves generation quality. For instance, Mirai can speed up LlamaGen-B's convergence by up to 10$\times$ and reduce the generation FID from 5.34 to 4.34 on the ImageNet class-condition image generation benchmark. Our study highlights that visual autoregressive models need foresight.

Foundations

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

Your Notes