CVAIDec 4, 2024

TokenFlow: Unified Image Tokenizer for Multimodal Understanding and Generation

arXiv:2412.03069v2180 citationsh-index: 19CVPR
AI Analysis

This addresses the problem of bridging multimodal tasks for AI researchers and practitioners, offering a novel solution with significant performance gains.

The paper tackles the challenge of unifying multimodal understanding and generation by proposing TokenFlow, a dual-codebook image tokenizer that decouples semantic and pixel-level features, resulting in a 7.2% average improvement over LLaVA-1.5 13B in understanding tasks and strong FID and GenEval scores for generation.

We present TokenFlow, a novel unified image tokenizer that bridges the long-standing gap between multimodal understanding and generation. Prior research attempt to employ a single reconstruction-targeted Vector Quantization (VQ) encoder for unifying these two tasks. We observe that understanding and generation require fundamentally different granularities of visual information. This leads to a critical trade-off, particularly compromising performance in multimodal understanding tasks. TokenFlow addresses this challenge through an innovative dual-codebook architecture that decouples semantic and pixel-level feature learning while maintaining their alignment via a shared mapping mechanism. This design enables direct access to both high-level semantic representations crucial for understanding tasks and fine-grained visual features essential for generation through shared indices. Our extensive experiments demonstrate TokenFlow's superiority across multiple dimensions. Leveraging TokenFlow, we demonstrate for the first time that discrete visual input can surpass LLaVA-1.5 13B in understanding performance, achieving a 7.2\% average improvement. For image reconstruction, we achieve a strong FID score of 0.63 at 384*384 resolution. Moreover, TokenFlow establishes state-of-the-art performance in autoregressive image generation with a GenEval score of 0.55 at 256*256 resolution, achieving comparable results to SDXL.

Code Implementations2 repos
Foundations

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

Your Notes