RobertLuo1 commited on
Commit
21ea3e0
·
verified ·
1 Parent(s): 1917d36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,12 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ Taming Scalable Visual Tokenizer for Autoregressive Image Generation
5
+ Code: https://github.com/TencentARC/SEED-Voken
6
+
7
+ Paper: https://arxiv.org/abs/2412.02692
8
+
9
+ This repo is used for hosting IBQ’s checkpoints.
10
+
11
+ Introduction
12
+ We propose Index Backpropagation Quantization (IBQ), a new vector quantization method for the joint optimization of all codebook embeddings and the visual encoder, ensuring the consistent latent space. 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.