Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Masking meets Supervision: A Strong Learning Alliance

About

Pre-training with random masked inputs has emerged as a novel trend in self-supervised training. However, supervised learning still faces a challenge in adopting masking augmentations, primarily due to unstable training. In this paper, we propose a novel way to involve masking augmentations dubbed Masked Sub-branch (MaskSub). MaskSub consists of the main-branch and sub-branch, the latter being a part of the former. The main-branch undergoes conventional training recipes, while the sub-branch merits intensive masking augmentations, during training. MaskSub tackles the challenge by mitigating adverse effects through a relaxed loss function similar to a self-distillation loss. Our analysis shows that MaskSub improves performance, with the training loss converging faster than in standard training, which suggests our method stabilizes the training process. We further validate MaskSub across diverse training scenarios and models, including DeiT-III training, MAE finetuning, CLIP finetuning, BERT training, and hierarchical architectures (ResNet and Swin Transformer). Our results show that MaskSub consistently achieves impressive performance gains across all the cases. MaskSub provides a practical and effective solution for introducing additional regularization under various training recipes. Code available at https://github.com/naver-ai/augsub

Byeongho Heo, Taekyung Kim, Sangdoo Yun, Dongyoon Han• 2023

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)--
2731
Image ClassificationImageNet A
Top-1 Acc58.3
553
Image ClassificationImageNet-1K
Top-1 Acc82.8
524
Image ClassificationImageNet V2--
487
Image ClassificationImageNet-R
Top-1 Acc59.9
474
Image ClassificationStanford Cars (test)--
306
Image ClassificationCIFAR100 (test)
Accuracy91.9
206
Image ClassificationImageNet-ReaL
Precision@189.6
195
Image ClassificationiNaturalist 2018 (test)
Top-1 Accuracy73.9
192
Image ClassificationObjectNet
Top-1 Accuracy41.7
177
Showing 10 of 19 rows

Other info

Code

Follow for update