paper-with-me

Papers

MergeTok: Unified Continuous and Discrete Visual Tokenization via Token Merging

2026-05-29 · Luyuan Zhang, Siyuan Li, Zedong Wang, Qingsong Xie, Cheng Tan, Anna Wang, Yanhao Zhang, Chen Chen, Haonan Lu, Haoqian Wang arxiv

Most visual tokenizers for image generation are bifurcated into two families with complementary limitations: continuous VAEs offer high-fidelity reconstruction but suffer from dense, entangled latents that are poorly suited for semantic control, whereas discrete VQ-based models enable autoregressive generation yet struggle with gradient sparsity, unstable training, and codebook collapse. In this work, we introduce MergeTok, a unified tokenizer that jointly optimizes continuous (VAE) and discrete (VQ) tokenizers within a encoder-decoder architecture, leveraging token merging techniques as a semantic bridge. By clustering similar tokens during encoding, MergeTok establishes a structural prior that provides dual supervision signals: (i) it imposes merged-token semantic alignment in the VAE branch, regularizing its latent space toward disentangled, semantic-aware representations; (ii) it derives group-wise constraints, promoting intra-group diversity and inter-group exclusivity that stabilize VQ training. MergeTok shows competitive reconstruction and generation performance on ImageNet-256, with substantially lower rFID than strong VAE and VQ models under matched token budgets, while producing semantically-organized token representations compatible with both autoregressive and diffusion generators. This shows that a single architecture can endow visual tokenizers with robust semantic organization and generator-friendly discreteness.

📄 PDF Abstract BibTeX arXiv:2605.30904

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

Wave-Particle (Continuous-Discrete) Dualistic Visual Tokenization for Unified Understanding and Generation

2025-11-03 · Yizhu Chen, Chen Ju, Zhicheng Wang, Shuai Xiao 외 arxiv

The unification of understanding and generation within a single multi-modal large model (MLLM) remains one significant challenge, largely due to the dichotomy between continuous and discrete visual tokenizations. Continu…

Kelix Technical Report

2026-02-10 · Boyang Ding, Chenglong Chu, Dunju Zang, Han Li 외 arxiv

Autoregressive large language models (LLMs) scale well by expressing diverse tasks as sequences of discrete natural-language tokens and training with next-token prediction, which unifies comprehension and generation unde…

Self-Supervised Learning

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…

LongCat-Next: Lexicalizing Modalities as Discrete Tokens

2026-03-29 · Meituan LongCat Team, Bin Xiao, Chao Wang, Chengjiang Li 외 arxiv

The prevailing Next-Token Prediction (NTP) paradigm has driven the success of large language models through discrete autoregressive modeling. However, contemporary multimodal systems remain language-centric, often treati…

Discrete Diffusion Models: A Unified Framework from Tokenization to Generation

2026-07-15 · Ye Yuan, Weien Li, Rui Song, Zeyu Li 외 hf

Discrete denoising diffusion models (DDMs) have recently emerged as a compelling alternative to autoregressive (AR) modeling for discrete data, offering parallel generation and iterative global refinement capabilities. U…