paper-with-me

홈 › Papers

SimMIM: A Simple Framework for Masked Image Modeling

2021-11-18 · CVPR 2022 1 · Zhenda Xie, Zheng Zhang, Yue Cao, Yutong Lin, Jianmin Bao, Zhuliang Yao, Qi Dai, Han Hu

This paper presents SimMIM, a simple framework for masked image modeling. We simplify recently proposed related approaches without special designs such as block-wise masking and tokenization via discrete VAE or clustering. To study what let the masked image modeling task learn good representations, we systematically study the major components in our framework, and find that simple designs of each component have revealed very strong representation learning performance: 1) random masking of the input image with a moderately large masked patch size (e.g., 32) makes a strong pre-text task; 2) predicting raw pixels of RGB values by direct regression performs no worse than the patch classification approaches with complex designs; 3) the prediction head can be as light as a linear layer, with no worse performance than heavier ones. Using ViT-B, our approach achieves 83.8% top-1 fine-tuning accuracy on ImageNet-1K by pre-training also on this dataset, surpassing previous best approach by +0.6%. When applied on a larger model of about 650 million parameters, SwinV2-H, it achieves 87.1% top-1 accuracy on ImageNet-1K using only ImageNet-1K data. We also leverage this approach to facilitate the training of a 3B model (SwinV2-G), that by $40\times$ less data than that in previous practice, we achieve the state-of-the-art on four representative vision benchmarks. The code and models will be publicly available at https://github.com/microsoft/SimMIM.

📄 PDF Abstract BibTeX arXiv:2111.09886

Code (7)

microsoft/simmim 공식 구현 pytorch
Hazqeel09/ellzaf_ml pytorch
Westlake-AI/openmixup pytorch
impiga/plain-detr pytorch
isaaccorley/hydro-foundation-model pytorch
lightly-ai/lightly pytorch
https://gitlab.com/birder/birder pytorch

Tasks

Representation LearningSelf-Supervised Image ClassificationTask 2

Similar Papers 제목 키워드 기반

Enhanced Masked Image Modeling for Analysis of Dental Panoramic Radiographs

2023-06-18 · Amani Almalki, Longin Jan Latecki

The computer-assisted radiologic informative report has received increasing research attention to facilitate diagnosis and treatment planning for dental care providers. However, manual interpretation of dental images is …

Instance SegmentationSelf-Supervised LearningSemantic Segmentation

Keypoint Aware Masked Image Modelling

2024-07-18 · Madhava Krishna, A V Subramanyam

SimMIM is a widely used method for pretraining vision transformers using masked image modeling. However, despite its success in fine-tuning performance, it has been shown to perform sub-optimally when used for linear pro…

Contrastive Learning

MixMAE: Mixed and Masked Autoencoder for Efficient Pretraining of Hierarchical Vision Transformers

2022-05-26 · CVPR 2023 1 · Jihao Liu, Xin Huang, Jinliang Zheng, Yu Liu 외

In this paper, we propose Mixed and Masked AutoEncoder (MixMAE), a simple but efficient pretraining method that is applicable to various hierarchical Vision Transformers. Existing masked image modeling (MIM) methods for …

Image ClassificationObject DetectionRepresentation LearningSemantic Segmentation

Self-Supervised Learning with Masked Image Modeling for Teeth Numbering, Detection of Dental Restorations, and Instance Segmentation in Dental Panoramic Radiographs

2022-10-20 · Amani Almalki, Longin Jan Latecki

The computer-assisted radiologic informative report is currently emerging in dental practice to facilitate dental care and reduce time consumption in manual panoramic radiographic interpretation. However, the amount of d…

Instance SegmentationSelf-Supervised LearningSemantic Segmentation

Random forest-based out-of-distribution detection for robust lung cancer segmentation

2025-08-26 · Aneesh Rangnekar, Harini Veeraraghavan arxiv

Accurate detection and segmentation of cancerous lesions from computed tomography (CT) scans is essential for automated treatment planning and cancer treatment response assessment. Transformer-based models with self-supe…

Out-of-Distribution Detection