Scalable Image Tokenization with Index Backpropagation Quantization
Fengyuan Shi, Zhuoyan Luo, Yixiao Ge, Yujiu Yang, Ying Shan, Limin, Wang

TL;DR
This paper introduces Index Backpropagation Quantization (IBQ), a scalable vector quantization method that jointly optimizes codebooks and visual encoders, enabling large-scale, high-dimensional codebooks for improved image tokenization and generation.
Contribution
IBQ is a novel VQ technique that maintains differentiability and stability, allowing training of large, high-utilization codebooks for visual tokenization.
Findings
Achieves a 2^18 size codebook with high utilization.
Demonstrates scalability on ImageNet benchmark.
Shows competitive results in image reconstruction and generation.
Abstract
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 () with high dimension () and high utilization. Experiments on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗TencentARC/IBQ-Tokenizer-1024model· 2 dl· ♡ 12 dl♡ 1
- 🤗TencentARC/IBQ-Tokenizer-8192model· 7 dl7 dl
- 🤗TencentARC/IBQ-Tokenizer-16384model· 2 dl· ♡ 12 dl♡ 1
- 🤗TencentARC/IBQ-Tokenizer-262144model· 3 dl· ♡ 13 dl♡ 1
- 🤗TencentARC/IBQ-AR-Bmodel· 2 dl· ♡ 12 dl♡ 1
- 🤗TencentARC/IBQ-AR-Lmodel· 1 dl· ♡ 11 dl♡ 1
- 🤗TencentARC/IBQ-AR-XLmodel· 1 dl1 dl
- 🤗TencentARC/IBQ-AR-XXLmodel· 1 dl· ♡ 11 dl♡ 1
- 🤗TencentARC/IBQ-Tokenizer-16384-Pretrainmodel· 1 dl· ♡ 11 dl♡ 1
- 🤗TencentARC/IBQ-Tokenizer-262144-Pretrainmodel· 1 dl1 dl
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Advanced Image and Video Retrieval Techniques · Image Processing Techniques and Applications
