paper-with-me

홈 › Papers

Image Tokenizer Needs Post-Training

2025-09-15 · Kai Qiu, Xiang Li, Hao Chen, Jason Kuen, Xiaohao Xu, Jiuxiang Gu, Yinyi Luo, Bhiksha Raj, Zhe Lin, Marios Savvides arxiv

Recent image generative models typically capture the image distribution in a pre-constructed latent space, relying on a frozen image tokenizer. However, there exists a significant discrepancy between the reconstruction and generation distribution, where current tokenizers only prioritize the reconstruction task that happens before generative training without considering the generation errors during sampling. In this paper, we comprehensively analyze the reason for this discrepancy in a discrete latent space, and, from which, we propose a novel tokenizer training scheme including both main-training and post-training, focusing on improving latent space construction and decoding respectively. During the main training, a latent perturbation strategy is proposed to simulate sampling noises, \ie, the unexpected tokens generated in generative inference. Specifically, we propose a plug-and-play tokenizer training scheme, which significantly enhances the robustness of tokenizer, thus boosting the generation quality and convergence speed, and a novel tokenizer evaluation metric, \ie, pFID, which successfully correlates the tokenizer performance to generation quality. During post-training, we further optimize the tokenizer decoder regarding a well-trained generative model to mitigate the distribution difference between generated and reconstructed tokens. With a $\sim$400M generator, a discrete tokenizer trained with our proposed main training achieves a notable 1.60 gFID and further obtains 1.36 gFID with the additional post-training. Further experiments are conducted to broadly validate the effectiveness of our post-training strategy on off-the-shelf discrete and continuous tokenizers, coupled with autoregressive and diffusion-based generators.

📄 PDF Abstract BibTeX arXiv:2509.12474

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Image BERT Pre-training with Online Tokenizer

2021-09-29 · ICLR 2022 4 · Jinghao Zhou, Chen Wei, Huiyu Wang, Wei Shen 외

The success of language Transformers is primarily attributed to the pretext task of masked language modeling (MLM), where texts are first tokenized into semantically meaningful pieces. In this work, we study masked image…

image-classificationImage ClassificationInstance SegmentationLanguage Modeling+5

iBOT: Image BERT Pre-Training with Online Tokenizer

2021-11-15 · Jinghao Zhou, Chen Wei, Huiyu Wang, Wei Shen 외

The success of language Transformers is primarily attributed to the pretext task of masked language modeling (MLM), where texts are first tokenized into semantically meaningful pieces. In this work, we study masked image…

image-classificationImage ClassificationInstance SegmentationLanguage Modeling+7

KL3M Tokenizers: A Family of Domain-Specific and Character-Level Tokenizers for Legal, Financial, and Preprocessing Applications

2025-03-21 · Michael J Bommarito, Daniel Martin Katz, Jillian Bommarito

We present the KL3M tokenizers, a family of specialized tokenizers for legal, financial, and governmental text. Despite established work on tokenization, specialized tokenizers for professional domains remain understudie…

16k4k8kOptical Character Recognition (OCR)

Residual Decoder Adapter: ID-Preserving Tokenizer Adaption for Autoregressive Text Rendering

2026-06-01 · Dongxing Mao, Jinpeng Wang, Jiahao Tang, Kevin Qinghong Lin 외 arxiv

Visual Autoregressive (AR) models generate images by predicting discrete tokens that are decoded by a visual tokenizer. Despite demonstrating strong overall image generation ability, they still underperform on text rende…

Image Generation

One Tokenizer To Rule Them All: Emergent Language Plasticity via Multilingual Tokenizers

2025-06-12 · Diana Abagyan, Alejandro R. Salamanca, Andres Felipe Cruz-Salinas, Kris Cao 외

Pretraining massively multilingual Large Language Models (LLMs) for many languages at once is challenging due to limited model capacity, scarce high-quality data, and compute constraints. Moreover, the lack of language c…

All