paper-with-me

홈 › Papers

VA-$π$: Variational Policy Alignment for Pixel-Aware Autoregressive Generation

2025-12-22 · Xinyao Liao, Qiyuan He, Kai Xu, Xiaoye Qu, Yicong Li, Wei Wei, Angela Yao arxiv

Autoregressive (AR) visual generation relies on tokenizers to map images to and from discrete sequences. However, tokenizers are trained to reconstruct clean images from ground-truth tokens, while AR generators are optimized only for token likelihood. This misalignment leads to generated token sequences that may decode into low-quality images, without direct supervision from the pixel space. We propose VA-$π$, a lightweight post-training framework that directly optimizes AR models with a principled pixel-space objective. VA-$π$ formulates the generator-tokenizer alignment as a variational optimization, deriving an evidence lower bound (ELBO) that unifies pixel reconstruction and autoregressive modeling. To optimize under the discrete token space, VA-$π$ introduces a reinforcement-based alignment strategy that treats the AR generator as a policy, uses pixel-space reconstruction quality as its intrinsic reward. The reward is measured by how well the predicted token sequences can reconstruct the original image under teacher forcing, giving the model direct pixel-level guidance without expensive free-running sampling. The regularization term of the ELBO serves as a natural regularizer, maintaining distributional consistency of tokens. VA-$π$ enables rapid adaptation of existing AR generators, without neither tokenizer retraining nor external reward models. With only 1% ImageNet-1K data and 25 minutes of tuning, it reduces FID from 14.36 to 7.65 and improves IS from 86.55 to 116.70 on LlamaGen-XXL, while also yielding notable gains in the text-to-image task on GenEval for both visual generation model (LlamaGen: from 0.306 to 0.339) and unified multi-modal model (Janus-Pro: from 0.725 to 0.744). Code is available at https://github.com/Lil-Shake/VA-Pi.

📄 PDF Abstract BibTeX arXiv:2512.19680

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A$^{2}$V-SLP: Alignment-Aware Variational Modeling for Disentangled Sign Language Production

2026-02-12 · Sümeyye Meryem Taşyürek, Enis Mücahid İskender, Hacer Yalim Keles arxiv

Building upon recent structural disentanglement frameworks for sign language production, we propose A$^{2}$V-SLP, an alignment-aware variational framework that learns articulator-wise disentangled latent distributions ra…

Feature Map Variational Auto-Encoders

2018-01-01 · ICLR 2018 1 · Lars Maaløe, Ole Winther

There have been multiple attempts with variational auto-encoders (VAE) to learn powerful global representations of complex data using a combination of latent stochastic variables and an autoregressive model over the dime…

Image Generation

Split Hierarchical Variational Compression

2022-04-05 · CVPR 2022 1 · Tom Ryder, Chen Zhang, Ning Kang, Shifeng Zhang

Variational autoencoders (VAEs) have witnessed great success in performing the compression of image datasets. This success, made possible by the bits-back coding framework, has produced competitive compression performanc…

Image Compression

PixelVAE: A Latent Variable Model for Natural Images

2016-11-15 · Ishaan Gulrajani, Kundan Kumar, Faruk Ahmed, Adrien Ali Taiga 외

Natural image modeling is a landmark challenge of unsupervised learning. Variational Autoencoders (VAEs) learn a useful latent representation and model global structure well but have difficulty capturing small details. P…

Decodermodel

OPAL-Net: A Generative Model for Part-based Object Layout Generation

2020-05-30 · Rishabh Baghel, Ravi Kiran Sarvadevabhatla

We propose OPAL-Net, a novel hierarchical architecture for part-based layout generation of objects from multiple categories using a single unified model. We adopt a coarse-to-fine strategy involving semantically conditio…

Layout Generation