paper-with-me

Papers

CBM: Curriculum by Masking

2024-07-06 · Andrei Jarca, Florinel-Alin Croitoru, Radu Tudor Ionescu

We propose Curriculum by Masking (CBM), a novel state-of-the-art curriculum learning strategy that effectively creates an easy-to-hard training schedule via patch (token) masking, offering significant accuracy improvements over the conventional training regime and previous curriculum learning (CL) methods. CBM leverages gradient magnitudes to prioritize the masking of salient image regions via a novel masking algorithm and a novel masking block. Our approach enables controlling sample difficulty via the patch masking ratio, generating an effective easy-to-hard curriculum by gradually introducing harder samples as training progresses. CBM operates with two easily configurable parameters, i.e. the number of patches and the curriculum schedule, making it a versatile curriculum learning approach for object recognition and detection. We conduct experiments with various neural architectures, ranging from convolutional networks to vision transformers, on five benchmark data sets (CIFAR-10, CIFAR-100, ImageNet, Food-101 and PASCAL VOC), to compare CBM with conventional as well as curriculum-based training regimes. Our results reveal the superiority of our strategy compared with the state-of-the-art curriculum learning regimes. We also observe improvements in transfer learning contexts, where CBM surpasses previous work by considerable margins in terms of accuracy. We release our code for free non-commercial use at https://github.com/CroitoruAlin/CBM.

📄 PDF Abstract BibTeX arXiv:2407.05193

Code (1)

croitorualin/cbm 공식 구현 pytorch

Tasks

Object RecognitionTransfer Learning

Similar Papers 제목 키워드 기반

Task-Informed Anti-Curriculum by Masking Improves Downstream Performance on Text

2025-02-18 · Andrei Jarca, Florinel Alin Croitoru, Radu Tudor Ionescu

Masked language modeling has become a widely adopted unsupervised technique to pre-train language models. However, the process of selecting tokens for masking is random, and the percentage of masked tokens is typically f…

Authorship AttributionLanguage ModelingLanguage ModellingMasked Language Modeling+4

Learning Versatile Skills with Curriculum Masking

2024-10-23 · Yao Tang, Zhihui Xie, Zichuan Lin, Deheng Ye 외

Masked prediction has emerged as a promising pretraining paradigm in offline reinforcement learning (RL) due to its versatile masking schemes, enabling flexible inference across various downstream tasks with a unified mo…

Decision MakingOffline RLReinforcement Learning (RL)Sequential Decision Making

CL-MAE: Curriculum-Learned Masked Autoencoders

2023-08-31 · Neelu Madan, Nicolae-Catalin Ristea, Kamal Nasrollahi, Thomas B. Moeslund 외

Masked image modeling has been demonstrated as a powerful pretext task for generating robust representations that can be effectively generalized across multiple downstream tasks. Typically, this approach involves randoml…

Representation Learning

Unlocking Efficiency: Adaptive Masking for Gene Transformer Models

2024-08-13 · Soumyadeep Roy, Shamik Sural, Niloy Ganguly

Gene transformer models such as Nucleotide Transformer, DNABert, and LOGO are trained to learn optimal gene sequence representations by using the Masked Language Modeling (MLM) training objective over the complete Human …

Language ModelingLanguage ModellingMasked Language ModelingRepresentation Learning

Efficient Pre-training of Masked Language Model via Concept-based Curriculum Masking

2022-12-15 · Mingyu Lee, Jun-Hyung Park, Junho Kim, Kang-Min Kim 외

Masked language modeling (MLM) has been widely used for pre-training effective bidirectional representations, but incurs substantial training costs. In this paper, we propose a novel concept-based curriculum masking (CCM…

Language ModelingLanguage ModellingMasked Language Modeling