paper-with-me

Papers

Delving Deeper into Data Scaling in Masked Image Modeling

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

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 modeling (MIM) methods (e.g., MAE) for visual recognition. Unlike most previous works that depend on the widely-used ImageNet dataset, which is manually curated and object-centric, we take a step further and propose to investigate this problem in a more practical setting. Specifically, we utilize the web-collected Coyo-700M dataset. We randomly sample varying numbers of training images from the Coyo dataset and construct a series of sub-datasets, containing 0.5M, 1M, 5M, 10M, and 100M images, for pre-training. Our goal is to investigate how the performance changes on downstream tasks when scaling with different sizes of data and models. The study reveals that: 1) MIM can be viewed as an effective method to improve the model capacity when the scale of the training data is relatively small; 2) Strong reconstruction targets can endow the models with increased capacities on downstream tasks; 3) MIM pre-training is data-agnostic under most scenarios, which means that the strategy of sampling pre-training data is non-critical. We hope these observations could provide valuable insights for future research on MIM.

📄 PDF Abstract BibTeX arXiv:2305.15248

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised Learning

Methods 이 논문이 사용한 방법론

MIM 설명 없음

Similar Papers 제목 키워드 기반

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

PR-MIM: Delving Deeper into Partial Reconstruction in Masked Image Modeling

2024-11-24 · Zhong-Yu Li, Yunheng Li, Deng-Ping Fan, Ming-Ming Cheng

Masked image modeling has achieved great success in learning representations but is limited by the huge computational costs. One cost-saving strategy makes the decoder reconstruct only a subset of masked tokens and throw…

Decoder

Radical Embedding: Delving Deeper to Chinese Radicals

2015-07-01 · IJCNLP 2015 7 · Xinlei Shi, Junjie Zhai, Xudong Yang, Zehua Xie 외
Chinese Word SegmentationText Categorization

Axiom Pinpointing

2020-03-18 · Rafael Peñaloza

Axiom pinpointing refers to the task of finding the specific axioms in an ontology which are responsible for a consequence to follow. This task has been studied, under different names, in many research areas, leading to …

Looped Diffusion Language Models

2026-05-25 · Sanghyun Lee, Chunsan Hong, Seungryong Kim, Jonghyun Lee 외 arxiv

Masked diffusion models (MDMs) have emerged as a promising alternative to autoregressive models for language modeling, yet the effective design of transformer architectures for MDMs remains underexplored. In this paper, …