paper-with-me

Papers

Communication-Inspired Tokenization for Structured Image Representations

2026-02-24 · Aram Davtyan, Yusuf Sahin, Yasaman Haghighi, Sebastian Stapf, Pablo Acuaviva, Alexandre Alahi, Paolo Favaro arxiv

Discrete image tokenizers have emerged as a key component of modern vision and multimodal systems, providing a sequential interface for transformer-based architectures. However, most existing approaches remain primarily optimized for reconstruction and compression, often yielding tokens that capture local texture rather than object-level semantic structure. Inspired by the incremental and compositional nature of human communication, we introduce COMmunication inspired Tokenization (COMiT), a framework for learning structured discrete visual token sequences. COMiT constructs a latent message within a fixed token budget by iteratively observing localized image crops and recurrently updating its discrete representation. At each step, the model integrates new visual information while refining and reorganizing the existing token sequence. After several encoding iterations, the final message conditions a flow-matching decoder that reconstructs the full image. Both encoding and decoding are implemented within a single transformer model and trained end-to-end using a combination of flow-matching reconstruction and semantic representation alignment losses. Our experiments demonstrate that while semantic alignment provides grounding, attentive sequential tokenization is critical for inducing interpretable, object-centric token structure and substantially improving compositional generalization and relational reasoning over prior methods.

📄 PDF Abstract BibTeX arXiv:2602.20731

Code (0)

등록된 구현이 없습니다.

Tasks

Relational Reasoning

Similar Papers 제목 키워드 기반

Behavior Structformer: Learning Players Representations with Structured Tokenization

2024-06-07 · Oleg Smirnov, Labinot Polisi

In this paper, we introduce the Behavior Structformer, a method for modeling user behavior using structured tokenization within a Transformer-based architecture. By converting tracking events into dense tokens, this appr…

Benchmarking

Single-pass Adaptive Image Tokenization for Minimum Program Search

2025-07-10 · Shivam Duggal, Sanghyun Byun, William T. Freeman, Antonio Torralba 외 arxiv

According to Algorithmic Information Theory (AIT) -- Intelligent representations compress data into the shortest possible program that can reconstruct its content, exhibiting low Kolmogorov Complexity (KC). In contrast, …

Representation LearningReinforcement Learning

Discrete Tokenization for Multimodal LLMs: A Comprehensive Survey

2025-07-21 · Jindong Li, Yali Fu, Jiahong Liu, Linxiao Cao 외 arxiv

The rapid advancement of large language models (LLMs) has intensified the need for effective mechanisms to transform continuous multimodal data into discrete representations suitable for language-based processing. Discre…

Computational Efficiency

Subobject-level Image Tokenization

2024-02-22 · Delong Chen, Samuel Cahyawijaya, Jianfeng Liu, Baoyuan Wang 외

Transformer-based vision models typically tokenize images into fixed-size square patches as input units, which lacks the adaptability to image content and overlooks the inherent pixel grouping structure. Inspired by the …

AttributeLanguage ModelingLanguage ModellingLarge Language Model+1

MacTok: Robust Continuous Tokenization for Image Generation

2026-03-31 · Hengyu Zeng, Xin Gao, Guanghao Li, Yuxiang Yan 외 arxiv

Continuous image tokenizers enable efficient visual generation, and those based on variational frameworks can learn smooth, structured latent representations through KL regularization. Yet this often leads to posterior c…

Image Generation