paper-with-me

홈 › Papers

UniTok: A Unified Tokenizer for Visual Generation and Understanding

2025-02-27 · Chuofan Ma, Yi Jiang, Junfeng Wu, Jihan Yang, Xin Yu, Zehuan Yuan, Bingyue Peng, Xiaojuan Qi

Visual generative and understanding models typically rely on distinct tokenizers to process images, presenting a key challenge for unifying them within a single framework. Recent studies attempt to address this by connecting the training of VQVAE (for autoregressive generation) and CLIP (for understanding) to build a unified tokenizer. However, directly combining these training objectives has been observed to cause severe loss conflicts. In this paper, we show that reconstruction and semantic supervision do not inherently conflict. Instead, the underlying bottleneck stems from limited representational capacity of discrete token space. Building on these insights, we introduce UniTok, a unified tokenizer featuring a novel multi-codebook quantization mechanism that effectively scales up the vocabulary size and bottleneck dimension. In terms of final performance, UniTok sets a new record of 0.38 rFID and 78.6% zero-shot accuracy on ImageNet. Besides, UniTok can be seamlessly integrated into MLLMs to unlock native visual generation capability, without compromising the understanding performance. Additionally, we show that UniTok favors cfg-free generation, reducing gFID from 14.6 to 2.5 on ImageNet 256$\times$256 benchmark. GitHub: https://github.com/FoundationVision/UniTok.

📄 PDF Abstract BibTeX arXiv:2502.20321

Code (1)

foundationvision/unitok 공식 구현 pytorch

Tasks

Quantization

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

UniToken: Harmonizing Multimodal Understanding and Generation through Unified Visual Encoding

2025-04-06 · Yang Jiao, Haibo Qiu, Zequn Jie, Shaoxiang Chen 외

We introduce UniToken, an auto-regressive generation model that encodes visual inputs through a combination of discrete and continuous representations, enabling seamless integration of unified visual understanding and im…

Image Generation

UniFlow: A Unified Pixel Flow Tokenizer for Visual Understanding and Generation

2025-10-12 · Zhengrong Yue, Haiyu Zhang, Xiangyu Zeng, Boyu Chen 외 arxiv

Tokenizer is a crucial component for both visual understanding and generation. To advance toward the ultimate goal of universal modeling, recent research has focused on developing a unified tokenizer. However, existing t…

Time Series as Language: A Universal Tokenizer for General-Purpose Time Series Foundation Models

2026-05-31 · Yunhao Zhang, Ruiying Qi, Jiale Zheng, Jianfeng Zhang 외 arxiv

While Next-Token Prediction (NTP) has unified LLM pretraining, its adaptation to unbounded, continuous time series (TS) remains open. To bridge the gap, we introduce UniTok, a universal tokenizer that transforms TS into …

WinTok: A Win-Win Hybrid Tokenizer via Decomposing Visual Understanding and Generation with Transferable Tokens

2026-05-18 · Yiwei Guo, Shaobin Zhuang, Zhipeng Huang, Canmiao Fu 외 arxiv

Building a unified visual tokenizer is essential for bridging the gap between visual understanding and generation. Yet existing approaches struggle with the inherent conflict between these tasks, as a single token space …

Ming-UniVision: Joint Image Understanding and Generation with a Unified Continuous Tokenizer

2025-10-08 · Ziyuan Huang, DanDan Zheng, Cheng Zou, Rui Liu 외 arxiv

Visual tokenization remains a core challenge in unifying visual understanding and generation within the autoregressive paradigm. Existing methods typically employ tokenizers in discrete latent spaces to align with the to…