paper-with-me

Papers

On Data Scaling in Masked Image Modeling

2022-06-09 · CVPR 2023 1 · Zhenda Xie, Zheng Zhang, Yue Cao, Yutong Lin, Yixuan Wei, Qi Dai, Han Hu

An important goal of self-supervised learning is to enable model pre-training to benefit from almost unlimited data. However, one method that has recently become popular, namely masked image modeling (MIM), is suspected to be unable to benefit from larger data. In this work, we break this misconception through extensive experiments, with data scales ranging from 10\% of ImageNet-1K to full ImageNet-22K, model sizes ranging from 49 million to 1 billion, and training lengths ranging from 125K iterations to 500K iterations. Our study reveals that: (i) Masked image modeling is also demanding on larger data. We observed that very large models got over-fitted with relatively small data; (ii) The length of training matters. Large models trained with masked image modeling can benefit from more data with longer training; (iii) The validation loss in pre-training is a good indicator to measure how well the model performs for fine-tuning on multiple tasks. This observation allows us to pre-evaluate pre-trained models in advance without having to make costly trial-and-error assessments of downstream tasks. We hope that our findings will advance the understanding of masked image modeling in terms of scaling ability.

📄 PDF Abstract BibTeX arXiv:2206.04664

Code (1)

microsoft/Swin-Transformer pytorch

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

Designing BERT for Convolutional Networks: Sparse and Hierarchical Masked Modeling

2023-01-09 · Keyu Tian, Yi Jiang, Qishuai Diao, Chen Lin 외

We identify and overcome two key obstacles in extending the success of BERT-style pre-training, or the masked image modeling, to convolutional networks (convnets): (i) convolution operation cannot handle irregular, rando…

2D Object DetectionContrastive LearningDecoderImage Classification+5

Scaling Beyond Masked Diffusion Language Models

2026-02-16 · Subham Sekhar Sahoo, Jean-Marie Lemercier, Zhihan Yang, Justin Deschenaux 외 arxiv

Diffusion language models are a promising alternative to autoregressive models due to their potential for faster generation. Among discrete diffusion approaches, Masked diffusion currently dominates, largely driven by st…

Delving Deeper into Data Scaling in Masked Image Modeling

2023-05-24 · Cheng-Ze Lu, Xiaojie Jin, Qibin Hou, Jun Hao Liew 외

Understanding whether self-supervised learning methods can scale with unlimited data is crucial for training large-scale models. In this work, we conduct an empirical study on the scaling capability of masked image model…

Self-Supervised Learning

Cluster and Predict Latents Patches for Improved Masked Image Modeling

2025-02-12 · Timothée Darcet, Federico Baldassarre, Maxime Oquab, Julien Mairal 외

Masked Image Modeling (MIM) offers a promising approach to self-supervised representation learning, however existing MIM models still lag behind the state-of-the-art. In this paper, we systematically analyze target repre…

Representation Learning

Masked Image Residual Learning for Scaling Deeper Vision Transformers

2023-09-25 · NeurIPS 2023 11 · Guoxi Huang, Hongtao Fu, Adrian G. Bors

Deeper Vision Transformers (ViTs) are more challenging to train. We expose a degradation problem in deeper layers of ViT when using masked image modeling (MIM) for pre-training. To ease the training of deeper ViTs, we in…

Image Classificationobject-detectionObject DetectionSelf-Supervised Image Classification+2