paper-with-me

홈 › Papers

Progress by Pieces: Test-Time Scaling for Autoregressive Image Generation

2025-11-26 · Joonhyung Park, Hyeongwon Jang, Joowon Kim, Eunho Yang arxiv

Recent visual autoregressive (AR) models have shown promising capabilities in text-to-image generation, operating in a manner similar to large language models. While test-time computation scaling has brought remarkable success in enabling reasoning-enhanced outputs for challenging natural language tasks, its adaptation to visual AR models remains unexplored and poses unique challenges. Naively applying test-time scaling strategies such as Best-of-N can be suboptimal: they consume full-length computation on erroneous generation trajectories, while the raster-scan decoding scheme lacks a blueprint of the entire canvas, limiting scaling benefits as only a few prompt-aligned candidates are generated. To address these, we introduce GridAR, a test-time scaling framework designed to elicit the best possible results from visual AR models. GridAR employs a grid-partitioned progressive generation scheme in which multiple partial candidates for the same position are generated within a canvas, infeasible ones are pruned early, and viable ones are fixed as anchors to guide subsequent decoding. Coupled with this, we present a layout-specified prompt reformulation strategy that inspects partial views to infer a feasible layout for satisfying the prompt. The reformulated prompt then guides subsequent image generation to mitigate the blueprint deficiency. Together, GridAR achieves higher-quality results under limited test-time scaling: with N=4, it even outperforms Best-of-N (N=8) by 14.4% on T2I-CompBench++ while reducing cost by 25.6%. It also generalizes to autoregressive image editing, showing comparable edit quality and a 13.9% gain in semantic preservation on PIE-Bench over larger-N baselines.

📄 PDF Abstract BibTeX arXiv:2511.21185

Code (0)

등록된 구현이 없습니다.

Tasks

Text-to-Image GenerationImage Editing

Similar Papers 제목 키워드 기반

ScalingAR: Scaling Confidence for Autoregressive Image Generation

2025-09-30 · Harold Haodong Chen, Xianfeng Wu, Wen-Jie Shu, Rongjin Guo 외 arxiv

Test-time strategies have shown remarkable success in improving large language models, but their application to next-token prediction (NTP) autoregressive (AR) image generation remains largely underexplored. Existing tes…

Image Generation

(1D) Ordered Tokens Enable Efficient Test-Time Search

2026-04-16 · Zhitong Gao, Parham Rezaei, Ali Cy, Mingqiao Ye 외 arxiv

Tokenization is a key component of autoregressive (AR) generative models, converting raw data into more manageable units for modeling. Commonly, tokens describe local information, such as regions of pixels in images or w…

Text-to-Image Generation

UnMaskFork: Test-Time Scaling for Masked Diffusion via Deterministic Action Branching

2026-02-04 · Kou Misaki, Takuya Akiba arxiv

Test-time scaling strategies have effectively leveraged inference-time compute to enhance the reasoning abilities of Autoregressive Large Language Models. In this work, we demonstrate that Masked Diffusion Language Model…

Mathematical Reasoning

ScaMo: Exploring the Scaling Law in Autoregressive Motion Generation Model

2024-12-19 · CVPR 2025 1 · Shunlin Lu, Jingbo Wang, Zeyu Lu, Ling-Hao Chen 외

The scaling law has been validated in various domains, such as natural language processing (NLP) and massive computer vision tasks; however, its application to motion generation remains largely unexplored. In this paper,…

Motion Generation

tttLRM: Test-Time Training for Long Context and Autoregressive 3D Reconstruction

2026-02-23 · Chen Wang, Hao Tan, Wang Yifan, Zhiqin Chen 외 arxiv

We propose tttLRM, a novel large 3D reconstruction model that leverages a Test-Time Training (TTT) layer to enable long-context, autoregressive 3D reconstruction with linear computational complexity, further scaling the …

Novel View Synthesis3D Reconstruction