paper-with-me

Papers

Exploiting Discriminative Codebook Prior for Autoregressive Image Generation

2025-08-14 · Longxiang Tang, Ruihang Chu, Xiang Wang, Yujin Han, Pingyu Wu, Chunming He, Yingya Zhang, Shiwei Zhang, Jiaya Jia arxiv

Advanced discrete token-based autoregressive image generation systems first tokenize images into sequences of token indices with a codebook, and then model these sequences in an autoregressive paradigm. While autoregressive generative models are trained only on index values, the prior encoded in the codebook, which contains rich token similarity information, is not exploited. Recent studies have attempted to incorporate this prior by performing naive k-means clustering on the tokens, helping to facilitate the training of generative models with a reduced codebook. However, we reveal that k-means clustering performs poorly in the codebook feature space due to inherent issues, including token space disparity and centroid distance inaccuracy. In this work, we propose the Discriminative Codebook Prior Extractor (DCPE) as an alternative to k-means clustering for more effectively mining and utilizing the token similarity information embedded in the codebook. DCPE replaces the commonly used centroid-based distance, which is found to be unsuitable and inaccurate for the token feature space, with a more reasonable instance-based distance. Using an agglomerative merging technique, it further addresses the token space disparity issue by avoiding splitting high-density regions and aggregating low-density ones. Extensive experiments demonstrate that DCPE is plug-and-play and integrates seamlessly with existing codebook prior-based paradigms. With the discriminative prior extracted, DCPE accelerates the training of autoregressive models by 42% on LlamaGen-B and improves final FID and IS performance.

📄 PDF Abstract BibTeX arXiv:2508.10719

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

Leveraging Structure from Motion to Learn Discriminative Codebooks for Scalable Landmark Classification

2013-06-01 · CVPR 2013 6 · Alessandro Bergamo, Sudipta N. Sinha, Lorenzo Torresani

In this paper we propose a new technique for learning a discriminative codebook for local feature descriptors, specifically designed for scalable landmark classification. The key contribution lies in exploiting the knowl…

General Classification

MixAR: Mixture Autoregressive Image Generation

2025-11-15 · Jinyuan Hu, Jiayou Zhang, Shaobo Cui, Kun Zhang 외 arxiv

Autoregressive (AR) approaches, which represent images as sequences of discrete tokens from a finite codebook, have achieved remarkable success in image generation. However, the quantization process and the limited codeb…

Computational EfficiencyImage Generation

IAR2: Improving Autoregressive Visual Generation with Semantic-Detail Associated Token Prediction

2025-10-08 · Ran Yi, Teng Hu, Zihan Su, Jiangning Zhang 외 arxiv

Autoregressive models have emerged as a powerful paradigm for visual content creation, but often overlook the intrinsic structural properties of visual data. Our prior work, IAR, initiated a direction to address this by …

Computational EfficiencyImage Generation

Safe Autoregressive Image Generation with Iterative Self-Improving Codebooks

2026-06-25 · Yunqi Xue, Zhijiang Li, Philip Torr, Jindong Gu arxiv

Unlike diffusion-based models that operate in continuous latent spaces, autoregressive unified multimodal models produce images by sequentially predicting discretized visual tokens. These tokens are derived from a codebo…

Image Generation

ZeroGVC: Zero-Shot Generative Video Compression with Autoregressive Diffusion Priors

2026-06-21 · Yixin Gao, Xiaohan Pan, Lin Liu, Xin Li 외 arxiv

Recent generative video compression methods leverage powerful generative priors to achieve perceptually pleasing reconstructions. However, most existing approaches require additional training to adapt generative models t…

Video Reconstruction