paper-with-me

홈 › Papers

Taming Scalable Visual Tokenizer for Autoregressive Image Generation

2024-12-03 · Fengyuan Shi, Zhuoyan Luo, Yixiao Ge, Yujiu Yang, Ying Shan, LiMin Wang

Existing vector quantization (VQ) methods struggle with scalability, largely attributed to the instability of the codebook that undergoes partial updates during training. The codebook is prone to collapse as utilization decreases, due to the progressively widening distribution gap between non-activated codes and visual features. To solve the problem, we propose Index Backpropagation Quantization (IBQ), a new VQ method for the joint optimization of all codebook embeddings and the visual encoder. Applying a straight-through estimator on the one-hot categorical distribution between the encoded feature and codebook, all codes are differentiable and maintain a consistent latent space with the visual encoder. IBQ enables scalable training of visual tokenizers and, for the first time, achieves a large-scale codebook ($2^{18}$) with high dimension ($256$) and high utilization. Experiments on the standard ImageNet benchmark demonstrate the scalability and superiority of IBQ, achieving competitive results on both reconstruction ($1.00$ rFID) and autoregressive visual generation ($2.05$ gFID). The code and models are available at https://github.com/TencentARC/SEED-Voken.

📄 PDF Abstract BibTeX arXiv:2412.02692

Code (2)

tencentarc/seed-voken 공식 구현 pytorch
tencentarc/open-magvit2 pytorch

Tasks

Image GenerationImage ReconstructionQuantization

Similar Papers 제목 키워드 기반

DreamVAR: Taming Reinforced Visual Autoregressive Model for High-Fidelity Subject-Driven Image Generation

2026-01-30 · Xin Jiang, Jingwen Chen, Yehao Li, Yingwei Pan 외 arxiv

Recent advances in subject-driven image generation using diffusion models have attracted considerable attention for their remarkable capabilities in producing high-quality images. Nevertheless, the potential of Visual Au…

Reinforcement LearningImage Generation

CaTok: Taming Mean Flows for One-Dimensional Causal Image Tokenization

2026-03-06 · Yitong Chen, Zuxuan Wu, Xipeng Qiu, Yu-Gang Jiang arxiv

Autoregressive (AR) language models rely on causal tokenization, but extending this paradigm to vision remains non-trivial. Current visual tokenizers either flatten 2D patches into non-causal sequences or enforce heurist…

HART: Efficient Visual Generation with Hybrid Autoregressive Transformer

2024-10-14 · Haotian Tang, Yecheng Wu, Shang Yang, Enze Xie 외

We introduce Hybrid Autoregressive Transformer (HART), an autoregressive (AR) visual generation model capable of directly generating 1024x1024 images, rivaling diffusion models in image generation quality. Existing AR mo…

Image GenerationImage Reconstruction

End-to-End Autoregressive Image Generation with 1D Semantic Tokenizer

2026-05-01 · Wenda Chu, Bingliang Zhang, Jiaqi Han, Yizhuo Li 외 arxiv

Autoregressive image modeling relies on visual tokenizers to compress images into compact latent representations. We design an end-to-end training pipeline that jointly optimizes reconstruction and generation, enabling d…

Image Generation

GigaTok: Scaling Visual Tokenizers to 3 Billion Parameters for Autoregressive Image Generation

2025-04-11 · Tianwei Xiong, Jun Hao Liew, Zilong Huang, Jiashi Feng 외

In autoregressive (AR) image generation, visual tokenizers compress images into compact discrete latent tokens, enabling efficient training of downstream autoregressive models for visual generation via next-token predict…

DecoderImage GenerationImage ReconstructionRepresentation Learning