paper-with-me

홈 › Papers

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 is how to model the complex distribution of high-dimensional tokens. Previous methods either are too simplistic to fit the distribution or result in slow generation speed. Instead of fitting the distribution of the whole tokens, we explore using a AR model to generate each token in a feature-by-feature way, i.e., taking the generated features as input and generating the next feature. Based on that, we propose ARINAR (AR-in-AR), a bi-level AR model. The outer AR layer take previous tokens as input, predicts a condition vector z for the next token. The inner layer, conditional on z, generates features of the next token autoregressively. In this way, the inner layer only needs to model the distribution of a single feature, for example, using a simple Gaussian Mixture Model. On the ImageNet 256x256 image generation task, ARINAR-B with 213M parameters achieves an FID of 2.75, which is comparable to the state-of-the-art MAR-B model (FID=2.31), while five times faster than the latter.

📄 PDF Abstract BibTeX arXiv:2503.02883

Code (1)

qinyu-allen-zhao/arinar 공식 구현 pytorch

Tasks

Image Generation

Similar Papers 제목 키워드 기반

Marinarium: A Modular Experimental Facility for Reproducible Maritime and Space-Analog Field Robotics

2026-02-26 · Ignacio Torroba, David Dorner, Victor Nan Fernandez-Ayala, Mart Kartasev 외 arxiv

Field robotics research in maritime and space domains is constrained by a persistent gap between low-cost, low-fidelity simulation and costly offshore experimentation. Instrumented water tanks partially bridge this gap b…

Autoregressive Generative Adversarial Networks

2018-01-01 · ICLR 2018 1 · Yasin Yazici, Kim-Hui Yap, Stefan Winkler

Generative Adversarial Networks (GANs) learn a generative model by playing an adversarial game between a generator and an auxiliary discriminator, which classifies data samples vs. generated ones. However, it does not ex…

Binary ClassificationGeneral ClassificationGenerative Adversarial Network

Generative Lane Topology Reasoning via Autoregressive Model with Geometry Prior

2026-06-30 · Jiahui Fu, Zehao Huang, Han Li, Naiyan Wang 외 arxiv

Lane topology reasoning aims to construct a lane graph from onboard sensor observations. Existing methods follow a detection and association paradigm that treats each lane instance independently, leading to geometric inc…

MeshWeaver: Sparse-Voxel-Guided Surface Weaving for Autoregressive Mesh Generation

2026-06-03 · Jiale Xu, Wang Zhao, Ying Shan arxiv

Autoregressive mesh generation has gained attention by tokenizing meshes into sequences and training models in a language-modeling fashion. However, existing approaches suffer from two fundamental limitations: (i) low to…

Calibrating Generative Models to Feature Distributions with MMD Finetuning

2026-06-17 · Nathaniel L. Diamant, Brian L. Trippe arxiv

Generative models can produce individually plausible samples while deviating substantially from a target set in the distribution of key features. For example, a model pretrained on broad drug-like chemical space may gene…