paper-with-me

Papers

FastMIM: Expediting Masked Image Modeling Pre-training for Vision

2022-12-13 · Jianyuan Guo, Kai Han, Han Wu, Yehui Tang, Yunhe Wang, Chang Xu

The combination of transformers and masked image modeling (MIM) pre-training framework has shown great potential in various vision tasks. However, the pre-training computational budget is too heavy and withholds the MIM from becoming a practical training paradigm. This paper presents FastMIM, a simple and generic framework for expediting masked image modeling with the following two steps: (i) pre-training vision backbones with low-resolution input images; and (ii) reconstructing Histograms of Oriented Gradients (HOG) feature instead of original RGB values of the input images. In addition, we propose FastMIM-P to progressively enlarge the input resolution during pre-training stage to further enhance the transfer results of models with high capacity. We point out that: (i) a wide range of input resolutions in pre-training phase can lead to similar performances in fine-tuning phase and downstream tasks such as detection and segmentation; (ii) the shallow layers of encoder are more important during pre-training and discarding last several layers can speed up the training stage with no harm to fine-tuning performance; (iii) the decoder should match the size of selected network; and (iv) HOG is more stable than RGB values when resolution transfers;. Equipped with FastMIM, all kinds of vision backbones can be pre-trained in an efficient way. For example, we can achieve 83.8%/84.1% top-1 accuracy on ImageNet-1K with ViT-B/Swin-B as backbones. Compared to previous relevant approaches, we can achieve comparable or better top-1 accuracy while accelerate the training procedure by $\sim$5$\times$. Code can be found in https://github.com/ggjy/FastMIM.pytorch.

📄 PDF Abstract BibTeX arXiv:2212.06593

Code (1)

ggjy/fastmim.pytorch 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Low-resolution input 설명 없음
MIM 설명 없음

Similar Papers 제목 키워드 기반

MDT-A2G: Exploring Masked Diffusion Transformers for Co-Speech Gesture Generation

2024-08-06 · Xiaofeng Mao, Zhengkai Jiang, Qilin Wang, Chencan Fu 외

Recent advancements in the field of Diffusion Transformers have substantially improved the generation of high-quality 2D images, 3D videos, and 3D shapes. However, the effectiveness of the Transformer architecture in the…

DenoisingGesture Generation

StrucTexTv2: Masked Visual-Textual Prediction for Document Image Pre-training

2023-03-01 · Yuechen Yu, Yulin Li, Chengquan Zhang, Xiaoqiang Zhang 외

In this paper, we present StrucTexTv2, an effective document image pre-training framework, by performing masked visual-textual prediction. It consists of two self-supervised pre-training tasks: masked image modeling and …

Document Image Classificationimage-classificationImage ClassificationLanguage Modeling+4

On Data Scaling in Masked Image Modeling

2022-06-09 · CVPR 2023 1 · Zhenda Xie, Zheng Zhang, Yue Cao, Yutong Lin 외

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 …

Self-Supervised Learning

Expediting Contrastive Language-Image Pretraining via Self-distilled Encoders

2023-12-19 · Bumsoo Kim, Jinhyung Kim, Yeonsik Jo, Seung Hwan Kim

Recent advances in vision language pretraining (VLP) have been largely attributed to the large-scale data collected from the web. However, uncurated dataset contains weakly correlated image-text pairs, causing data ineff…

Knowledge Distillation

Masked Image Modeling Advances 3D Medical Image Analysis

2022-04-25 · Zekai Chen, Devansh Agarwal, Kshitij Aggarwal, Wiem Safta 외

Recently, masked image modeling (MIM) has gained considerable attention due to its capacity to learn from vast amounts of unlabeled data and has been demonstrated to be effective on a wide variety of vision tasks involvi…

Contrastive LearningDecoderImage SegmentationMedical Image Analysis+3