LGCVJul 12, 2024

On the Role of Discrete Tokenization in Visual Representation Learning

arXiv:2407.09087v110 citationsh-index: 15Has Code
Originality Incremental advance
AI Analysis

It addresses a theoretical gap in visual representation learning for researchers, with incremental improvements in method design.

The paper tackles the underexplored role of discrete tokens in masked image modeling for self-supervised learning, proposing a theoretical understanding and a new metric TCAS, which leads to the ClusterMIM method that shows superior performance on benchmark datasets and ViT backbones.

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.

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