paper-with-me

홈 › Papers

DualToken: Towards Unifying Visual Understanding and Generation with Dual Visual Vocabularies

2025-03-18 · Wei Song, Yuran Wang, Zijia Song, Yadong Li, Haoze Sun, WeiPeng Chen, Zenan Zhou, Jianhua Xu, Jiaqi Wang, Kaicheng Yu

The differing representation spaces required for visual understanding and generation pose a challenge in unifying them within the autoregressive paradigm of large language models. A vision tokenizer trained for reconstruction excels at capturing low-level perceptual details, making it well-suited for visual generation but lacking high-level semantic representations for understanding tasks. Conversely, a vision encoder trained via contrastive learning aligns well with language but struggles to decode back into the pixel space for generation tasks. To bridge this gap, we propose DualToken, a method that unifies representations for both understanding and generation within a single tokenizer. However, directly integrating reconstruction and semantic objectives in a single tokenizer creates conflicts, leading to degraded performance in both reconstruction quality and semantic performance. Instead of forcing a single codebook to handle both semantic and perceptual information, DualToken disentangles them by introducing separate codebooks for high and low-level features, effectively transforming their inherent conflict into a synergistic relationship. As a result, DualToken achieves state-of-the-art performance in both reconstruction and semantic tasks while demonstrating remarkable effectiveness in downstream MLLM understanding and generation tasks. Notably, we also show that DualToken, as a unified tokenizer, surpasses the naive combination of two distinct types vision encoders, providing superior performance within a unified MLLM.

📄 PDF Abstract BibTeX arXiv:2503.14324

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

DualToken-ViT: Position-aware Efficient Vision Transformer with Dual Token Fusion

2023-09-21 · Zhenzhen Chu, Jiayu Chen, Cen Chen, Chengyu Wang 외

Self-attention-based vision transformers (ViTs) have emerged as a highly competitive architecture in computer vision. Unlike convolutional neural networks (CNNs), ViTs are capable of global information sharing. With the …

image-classificationImage Classificationobject-detectionObject Detection+2

UniDDT: Unifying Multimodal Understanding and Generation with Decoupled Diffusion Transformer

2026-06-15 · Shuai Wang, Liang Li, Yang Chen, Ruopeng Gao 외 arxiv

Unified Multimodal Models (UMMs) have emerged as a critical direction for general-purpose multimodal intelligence, integrating understanding and generation into a single framework. However, existing UMMs face prominent c…

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 외 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,…

Image Generation

TokenFlow: Unified Image Tokenizer for Multimodal Understanding and Generation

2024-12-04 · CVPR 2025 1 · Liao Qu, Huichao Zhang, Yiheng Liu, Xu Wang 외

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 Quantizat…

Image GenerationImage ReconstructionQuantization

A Simple Baseline for Unifying Understanding, Generation, and Editing via Vanilla Next-token Prediction

2026-03-05 · Jie Zhu, Hanghang Ma, Jia Wang, Yayong Guan 외 arxiv

In this work, we introduce Wallaroo, a simple autoregressive baseline that leverages next-token prediction to unify multi-modal understanding, image generation, and editing at the same time. Moreover, Wallaroo supports m…

Image Generation