paper-with-me

홈 › Papers

EvoTok: A Unified Image Tokenizer via Residual Latent Evolution for Visual Understanding and Generation

2026-03-12 · Yan Li, Ning Liao, Xiangyu Zhao, Shaofeng Zhang, Xiaoxing Wang, Yifan Yang, Junchi Yan, Xue Yang arxiv

The development of unified multimodal large language models (MLLMs) is fundamentally challenged by the granularity gap between visual understanding and generation: understanding requires high-level semantic abstractions, while image generation demands fine-grained pixel-level representations. Existing approaches usually enforce the two supervision on the same set of representation or decouple these two supervision on separate feature spaces, leading to interference and inconsistency, respectively. In this work, we propose EvoTok, a unified image tokenizer that reconciles these requirements through a residual evolution process within a shared latent space. Instead of maintaining separate token spaces for pixels and semantics, EvoTok encodes an image into a cascaded sequence of residual tokens via residual vector quantization. This residual sequence forms an evolution trajectory where earlier stages capture low-level details and deeper stages progressively transition toward high-level semantic representations. Despite being trained on a relatively modest dataset of 13M images, far smaller than the billion-scale datasets used by many previous unified tokenizers, EvoTok achieves a strong reconstruction quality of 0.43 rFID on ImageNet-1K at 256x256 resolution. When integrated with a large language model, EvoTok shows promising performance across 7 out of 9 visual understanding benchmarks, and remarkable results on image generation benchmarks such as GenEval and GenAI-Bench. These results demonstrate that modeling visual representations as an evolving trajectory provides an effective and principled solution for unifying visual understanding and generation.

📄 PDF Abstract BibTeX arXiv:2603.12108

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

ResTok: Learning Hierarchical Residuals in 1D Visual Tokenizers for Autoregressive Image Generation

2026-01-07 · Xu Zhang, Cheng Da, Huan Yang, Kun Gai 외 arxiv

Existing 1D visual tokenizers for autoregressive (AR) generation largely follow the design principles of language modeling, as they are built directly upon transformers whose priors originate in language, yielding single…

Image Generation

Cheers: Decoupling Patch Details from Semantic Representations Enables Unified Multimodal Comprehension and Generation

2026-03-13 · Yichen Zhang, Da Peng, Zonghao Guo, Zijian Zhang 외 arxiv

A recent cutting-edge topic in multimodal modeling is to unify visual comprehension and generation within a single model. However, the two tasks demand mismatched decoding regimes and visual representations, making it no…

Image GenerationText Generation

HYDRA-X: Native Unified Multimodal Models with Holistic Visual Tokenizers

2026-06-11 · Guozhen Zhang, Xuerui Qiu, Yutao Cui, Tianhui Song 외 arxiv

Holistic visual tokenizers are fundamental to unified multimodal models (UMMs) as they map diverse visual inputs into a unified representation space. In this paper, we present HYDRA-X, the first UMM that unifies image an…

MedITok: A Unified Tokenizer for Medical Image Synthesis and Interpretation

2025-05-25 · Chenglong Ma, Yuanfeng Ji, Jin Ye, Zilong Li 외

Advanced autoregressive models have reshaped multimodal AI. However, their transformative potential in medical imaging remains largely untapped due to the absence of a unified visual tokenizer -- one capable of capturing…

Image GenerationImage Reconstruction

Beyond Hard Masks: Progressive Token Evolution for Diffusion Language Models

2026-01-12 · Linhao Zhong, Linyu Wu, Bozhen Fang, Tianjian Feng 외 arxiv

Diffusion Language Models (DLMs) offer a promising alternative for language modeling by enabling parallel decoding through iterative refinement. However, most DLMs rely on hard binary masking and discrete token assignmen…