CVMar 12

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

arXiv:2603.12108v132.4h-index: 11
Predicted impact top 14% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This addresses a fundamental challenge in multimodal AI by providing a unified solution for visual tasks, though it appears incremental as it builds on existing tokenizer methods.

The paper tackles the granularity gap between visual understanding and generation in multimodal large language models by proposing EvoTok, a unified image tokenizer that uses residual evolution in a shared latent space, achieving a reconstruction quality of 0.43 rFID on ImageNet-1K and strong performance on multiple benchmarks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes