| --- |
| license: mit |
| tags: |
| - discrete tokenization |
| - autoregressive generation |
| --- |
| # InsightTok |
|
|
| InsightTok is a discrete visual tokenizer designed to improve the fidelity of **text** and **faces**, two of the most challenging yet perceptually important structures in autoregressive image generation. |
|
|
| It was introduced in the paper *InsightTok: Improving Text and Face Fidelity in Discrete Tokenization for Autoregressive Image Generation*. |
|
|
| - **Paper:**: [InsightTok: Improving Text and Face Fidelity in Discrete Tokenization for Autoregressive Image Generation](https://huggingface.co/papers) |
| - **Code:** [https://github.com/LeapLabTHU/InsightTok](https://github.com/LeapLabTHU/InsightTok) |
|
|
| ## Model Details |
|
|
| | Property | Value | |
| |---|---:| |
| | Downsampling rate | 16× | |
| | Codebook size | 16,384 | |
| | Latent dimension | 256 | |
| | Number of parameters | 426M | |
|
|
| ## Performance |
|
|
| InsightTok achieves strong text and face reconstruction quality while maintaining a compact discrete representation. |
|
|
|
|
| <p align="center"> |
| <img src="assets/Recon_Plot.png" width="100%"> |
| </p> |
|
|
| <p align="center"> |
| <img src="assets/Compare_Recon.png" width="100%"> |
| </p> |
|
|
| ## Usage |
|
|
| Please refer to our [GitHub repository](https://github.com/LeapLabTHU/InsightTok). |
|
|
| ## Citation |
|
|
| ```bibtex |
| @article{yue2026insighttok, |
| title={InsightTok: Improving Text and Face Fidelity in Discrete Tokenization for Autoregressive Image Generation}, |
| author={Yue, Yang and Wei, Fangyun and He, Tianyu and Zhao, Jinjing and Ni, Zanlin and Liu, Zeyu and Guo, Jiayi and Shi, Lei and Dong, Yue and Chen, Li and Li, Ji and Huang, Gao and Chen, Dong}, |
| journal={arXiv preprint arXiv:TODO}, |
| year={2026} |
| } |
| ``` |