CVMar 20, 2025

Tokenize Image as a Set

arXiv:2503.16425v11 citationsh-index: 9Has Code
Originality Highly original
AI Analysis

This work addresses the problem of inefficient image tokenization in visual generation for AI researchers, proposing a new paradigm rather than an incremental improvement.

The paper tackles image generation by introducing a set-based tokenization method that dynamically allocates coding capacity based on semantic complexity, resulting in improved global context aggregation and robustness against local perturbations, with experiments showing superiority in semantic-aware representation and generation quality.

This paper proposes a fundamentally new paradigm for image generation through set-based tokenization and distribution modeling. Unlike conventional methods that serialize images into fixed-position latent codes with a uniform compression ratio, we introduce an unordered token set representation to dynamically allocate coding capacity based on regional semantic complexity. This TokenSet enhances global context aggregation and improves robustness against local perturbations. To address the critical challenge of modeling discrete sets, we devise a dual transformation mechanism that bijectively converts sets into fixed-length integer sequences with summation constraints. Further, we propose Fixed-Sum Discrete Diffusion--the first framework to simultaneously handle discrete values, fixed sequence length, and summation invariance--enabling effective set distribution modeling. Experiments demonstrate our method's superiority in semantic-aware representation and generation quality. Our innovations, spanning novel representation and modeling strategies, advance visual generation beyond traditional sequential token paradigms. Our code and models are publicly available at https://github.com/Gengzigang/TokenSet.

Code Implementations1 repo
Foundations

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

Your Notes