paper-with-me

홈 › Papers

On the Role of Discrete Tokenization in Visual Representation Learning

2024-07-12 · Tianqi Du, Yifei Wang, Yisen Wang

In the realm of self-supervised learning (SSL), masked image modeling (MIM) has gained popularity alongside contrastive learning methods. MIM involves reconstructing masked regions of input images using their unmasked portions. A notable subset of MIM methodologies employs discrete tokens as the reconstruction target, but the theoretical underpinnings of this choice remain underexplored. In this paper, we explore the role of these discrete tokens, aiming to unravel their benefits and limitations. Building upon the connection between MIM and contrastive learning, we provide a comprehensive theoretical understanding on how discrete tokenization affects the model's generalization capabilities. Furthermore, we propose a novel metric named TCAS, which is specifically designed to assess the effectiveness of discrete tokens within the MIM framework. Inspired by this metric, we contribute an innovative tokenizer design and propose a corresponding MIM method named ClusterMIM. It demonstrates superior performance on a variety of benchmark datasets and ViT backbones. Code is available at https://github.com/PKU-ML/ClusterMIM.

📄 PDF Abstract BibTeX arXiv:2407.09087

Code (1)

pku-ml/clustermim 공식 구현 pytorch

Tasks

Contrastive LearningRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

MIM 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Exploring the Benefits of Tokenization of Discrete Acoustic Units

2024-06-08 · Avihu Dekel, Raul Fernandez

Tokenization algorithms that merge the units of a base vocabulary into larger, variable-rate units have become standard in natural language processing tasks. This idea, however, has been mostly overlooked when the vocabu…

Language ModelingLanguage Modelling

Discrete JEPA: Learning Discrete Token Representations without Reconstruction

2025-06-17 · Junyeob Baek, Hosung Lee, Christopher Hoang, Mengye Ren 외

The cornerstone of cognitive intelligence lies in extracting hidden patterns from observations and leveraging these principles to systematically predict future outcomes. However, current image tokenization methods demons…

Logical Reasoning

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

RepCodec: A Speech Representation Codec for Speech Tokenization

2023-08-31 · Zhichao Huang, Chutong Meng, Tom Ko

With recent rapid growth of large language models (LLMs), discrete speech tokenization has played an important role for injecting speech into LLMs. However, this discretization gives rise to a loss of information, conseq…

Language ModelingLanguage ModellingQuantizationSpeech Tokenization

Communication-Inspired Tokenization for Structured Image Representations

2026-02-24 · Aram Davtyan, Yusuf Sahin, Yasaman Haghighi, Sebastian Stapf 외 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 …

Relational Reasoning