paper-with-me

Papers

Autoregressive Image Generation Needs Only a Few Lines of Cached Tokens

2025-12-04 · Ziran Qin, Youru Lv, Mingbao Lin, Zeren Zhang, Chanfan Gan, Tieyuan Chen, Weiyao Lin arxiv

Autoregressive (AR) visual generation has emerged as a powerful paradigm for image and multimodal synthesis, owing to its scalability and generality. However, existing AR image generation suffers from severe memory bottlenecks due to the need to cache all previously generated visual tokens during decoding, leading to both high storage requirements and low throughput. In this paper, we introduce \textbf{LineAR}, a novel, training-free progressive key-value (KV) cache compression pipeline for autoregressive image generation. By fully exploiting the intrinsic characteristics of visual attention, LineAR manages the cache at the line level using a 2D view, preserving the visual dependency regions while progressively evicting less-informative tokens that are harmless for subsequent line generation, guided by inter-line attention. LineAR enables efficient autoregressive (AR) image generation by utilizing only a few lines of cache, achieving both memory savings and throughput speedup, while maintaining or even improving generation quality. Extensive experiments across six autoregressive image generation models, including class-conditional and text-to-image generation, validate its effectiveness and generality. LineAR improves ImageNet FID from 2.77 to 2.68 and COCO FID from 23.85 to 22.86 on LlamaGen-XL and Janus-Pro-1B, while retaining only 1/6 KV cache. It also improves DPG on Lumina-mGPT-768 with just 1/8 KV cache. Additionally, LineAR achieves significant memory and throughput gains, including up to 67.61% memory reduction and 7.57x speedup on LlamaGen-XL, and 39.66% memory reduction and 5.62x speedup on Janus-Pro-7B.

📄 PDF Abstract BibTeX arXiv:2512.04857

Code (0)

등록된 구현이 없습니다.

Tasks

Text-to-Image Generation

Similar Papers 제목 키워드 기반

Emage: Non-Autoregressive Text-to-Image Generation

2023-12-22 · Zhangyin Feng, Runyi Hu, Liangxin Liu, Fan Zhang 외

Autoregressive and diffusion models drive the recent breakthroughs on text-to-image generation. Despite their huge success of generating high-realistic images, a common shortcoming of these models is their high inference…

DenoisingGPUImage GenerationText to Image Generation+1

Mirai: Autoregressive Visual Generation Needs Foresight

2026-01-21 · Yonghao Yu, Lang Huang, Zerun Wang, Runyi Li 외 arxiv

Autoregressive (AR) visual generators model images as sequences of discrete tokens and are trained with a next-token likelihood objective. This strict causal supervision optimizes each step based only on the immediate ne…

Image Generation

ARINAR: Bi-Level Autoregressive Feature-by-Feature Generative Models

2025-03-04 · Qinyu Zhao, Stephen Gould, Liang Zheng

Existing autoregressive (AR) image generative models use a token-by-token generation schema. That is, they predict a per-token probability distribution and sample the next token from that distribution. The main challenge…

Image Generation

Hierarchical Masked Autoregressive Models with Low-Resolution Token Pivots

2025-05-26 · Guangting Zheng, Yehao Li, Yingwei Pan, Jiajun Deng 외

Autoregressive models have emerged as a powerful generative paradigm for visual generation. The current de-facto standard of next token prediction commonly operates over a single-scale sequence of dense image tokens, and…

Image GenerationText to Image GenerationText-to-Image Generation

AR-RAG: Autoregressive Retrieval Augmentation for Image Generation

2025-06-08 · Jingyuan Qi, Zhiyang Xu, Qifan Wang, Lifu Huang

We introduce Autoregressive Retrieval Augmentation (AR-RAG), a novel paradigm that enhances image generation by autoregressively incorporating knearest neighbor retrievals at the patch level. Unlike prior methods that pe…

Image Generationparameter-efficient fine-tuningRAGRetrieval