Multimodal Learning 相关度: 9/10

Semantic One-Dimensional Tokenizer for Image Reconstruction and Generation

Yunpeng Qu, Kaidong Zhang, Yukang Ding, Ying Chen, Jian Wang
arXiv: 2603.16373v1 发布: 2026-03-17 更新: 2026-03-17

AI 摘要

提出SemTok,一种将图像压缩为具有高级语义的1D离散token的语义Tokenizer。

主要贡献

  • 提出了2D到1D的tokenization方案
  • 提出了语义对齐约束
  • 提出了两阶段生成训练策略

方法论

提出SemTok,包含2D-1D tokenization,语义对齐约束,两阶段生成训练策略的框架,用于图像重建和生成。

原文摘要

Visual generative models based on latent space have achieved great success, underscoring the significance of visual tokenization. Mapping images to latents boosts efficiency and enables multimodal alignment for scaling up in downstream tasks. Existing visual tokenizers primarily map images into fixed 2D spatial grids and focus on pixel-level restoration, which hinders the capture of representations with compact global semantics. To address these issues, we propose \textbf{SemTok}, a semantic one-dimensional tokenizer that compresses 2D images into 1D discrete tokens with high-level semantics. SemTok sets a new state-of-the-art in image reconstruction, achieving superior fidelity with a remarkably compact token representation. This is achieved via a synergistic framework with three key innovations: a 2D-to-1D tokenization scheme, a semantic alignment constraint, and a two-stage generative training strategy. Building on SemTok, we construct a masked autoregressive generation framework, which yields notable improvements in downstream image generation tasks. Experiments confirm the effectiveness of our semantic 1D tokenization. Our code will be open-sourced.

标签

visual tokenization image reconstruction image generation

arXiv 分类

cs.CV