paper-with-me

홈 › Papers

Visual Implicit Autoregressive Modeling

2026-05-02 · Pengfei Jiang, Jixiang Luo, Luxi Lin, Zhaohong Huang, Xuelong Li arxiv

Visual Autoregressive Modeling (VAR) based on next-scale prediction achieves strong generation quality, but their explicit deep stacks fix the amount of computation per scale and inflate memory at high resolutions. We introduce Visual Implicit Autoregressive Modeling (VIAR), a next-scale autoregressive generator that embeds an implicit equilibrium layer between shallow pre/post blocks. The implicit layer is trained with Jacobian-Free Backpropagation, yielding constant training memory, while inference exposes a per-scale iteration knob that enables compute control. On ImageNet 256x256 benchmark, VIAR attains FID 2.16, and sFID 8.07 with only 38.4% parameters of VAR, matching or surpassing strong AR baselines and remaining competitive with large diffusion models. By controlling the per-scale knob, VIAR can reduce peak memory from 19.24 GB to 8.53 GB and doubles throughput from 15.16 to 32.08 images/s on a single RTX 4090, without retraining. Ablations show that fewer steps are sufficient for fixed-point iterations to converge and that VIAR consistently dominates VAR across quality efficiency operating points. In zero shot in-painting and class-conditional editing, VIAR produces sharper details and smoother boundaries while preserving global structure, validating the benefits of implicit equilibria and per-scale compute control for practical, deployable visual generation.

📄 PDF Abstract BibTeX arXiv:2605.01220

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AutoAvatar: Autoregressive Neural Fields for Dynamic Avatar Modeling

2022-03-25 · Ziqian Bai, Timur Bagautdinov, Javier Romero, Michael Zollhöfer 외

Neural fields such as implicit surfaces have recently enabled avatar modeling from raw scans without explicit temporal correspondences. In this work, we exploit autoregressive modeling to further extend this notion to ca…

3D Human Dynamics3D Human ReconstructionHuman Dynamics

Bridging Continuous and Discrete Tokens for Autoregressive Visual Generation

2025-03-20 · Yuqing Wang, Zhijie Lin, Yao Teng, Yuanzhi Zhu 외

Autoregressive visual generation models typically rely on tokenizers to compress images into tokens that can be predicted sequentially. A fundamental dilemma exists in token representation: discrete tokens enable straigh…

Quantization

FARMER: Flow AutoRegressive Transformer over Pixels

2025-10-27 · Guangting Zheng, Qinyu Zhao, Tao Yang, Fei Xiao 외 arxiv

Directly modeling the explicit likelihood of the raw data distribution is key topic in the machine learning area, which achieves the scaling successes in Large Language Models by autoregressive modeling. However, continu…

Image Generation

Debiasing Text-to-Image Evaluation via Implicit Cultural Alignment Reward Modeling

2026-07-17 · Bo-An Chang, Yu-Chih Chen arxiv

As Text-to-Image (T2I) systems rapidly advance, evaluating the cultural authenticity of synthesized content has become increasingly important for fair and trustworthy generative AI. Existing T2I evaluation metrics and mu…

Visual Question AnsweringReinforcement LearningText Generation

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