paper-with-me

Papers

Towards Better & Faster Autoregressive Image Generation: From the Perspective of Entropy

2025-10-10 · Xiaoxiao Ma, Feng Zhao, Pengyang Ling, Haibo Qiu, Zhixiang Wei, Hu Yu, Jie Huang, Zhixiong Zeng, Lin Ma arxiv

In this work, we first revisit the sampling issues in current autoregressive (AR) image generation models and identify that image tokens, unlike text tokens, exhibit lower information density and non-uniform spatial distribution. Accordingly, we present an entropy-informed decoding strategy that facilitates higher autoregressive generation quality with faster synthesis speed. Specifically, the proposed method introduces two main innovations: 1) dynamic temperature control guided by spatial entropy of token distributions, enhancing the balance between content diversity, alignment accuracy, and structural coherence in both mask-based and scale-wise models, without extra computational overhead, and 2) entropy-aware acceptance rules in speculative decoding, achieving near-lossless generation at about 85\% of the inference cost of conventional acceleration methods. Extensive experiments across multiple benchmarks using diverse AR image generation models demonstrate the effectiveness and generalizability of our approach in enhancing both generation quality and sampling speed.

📄 PDF Abstract BibTeX arXiv:2510.09012

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

Lformer: Text-to-Image Generation with L-shape Block Parallel Decoding

2023-03-07 · Jiacheng Li, Longhui Wei, Zongyuan Zhan, Xin He 외

Generative transformers have shown their superiority in synthesizing high-fidelity and high-resolution images, such as good diversity and training stability. However, they suffer from the problem of slow generation since…

DiversityImage GenerationText to Image GenerationText-to-Image Generation

Efficient Training with Foresight: Multi-Token Auxiliary Supervision for Autoregressive Image Generation

2026-08-26 · Guo Niu, Xiongfei Yao, Teng Wang, Nannan Zhu arxiv

Autoregressive (AR) image generation has shown strong potential for scalable high-fidelity synthesis by modeling images as discrete token sequences. However, traditional next token prediction (NTP) continues to suffer fr…

Image Generation

Annealed Relaxation of Speculative Decoding for Faster Autoregressive Image Generation

2026-01-14 · Xingyao Li, Fengzhuo Zhang, Cunxiao Du, Hui Ji arxiv

Despite significant progress in autoregressive image generation, inference remains slow due to the sequential nature of AR models and the ambiguity of image tokens, even when using speculative decoding. Recent works atte…

Image Generation

FasterVAR: Plug-and-Play Acceleration for Visual Autoregressive Models

2025-12-18 · Senmao Li, Kai Wang, Salman Khan, Fahad Shahbaz Khan 외 arxiv

Visual Autoregressive (VAR) modeling departs from the next-token prediction paradigm of traditional Autoregressive (AR) models through next-scale prediction, enabling high-quality image generation. However, the VAR parad…

Image Generation

Directed Acyclic Transformer Pre-training for High-quality Non-autoregressive Text Generation

2023-04-24 · Fei Huang, Pei Ke, Minlie Huang

Non-AutoRegressive (NAR) text generation models have drawn much attention because of their significantly faster decoding speed and good generation quality in machine translation. However, in a wider range of text generat…

Machine TranslationText Generation