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

Exploring Target Representations for Masked Autoencoders

About

Masked autoencoders have become popular training paradigms for self-supervised visual representation learning. These models randomly mask a portion of the input and reconstruct the masked portion according to the target representations. In this paper, we first show that a careful choice of the target representation is unnecessary for learning good representations, since different targets tend to derive similarly behaved models. Driven by this observation, we propose a multi-stage masked distillation pipeline and use a randomly initialized model as the teacher, enabling us to effectively train high-capacity models without any efforts to carefully design target representations. Interestingly, we further explore using teachers of larger capacity, obtaining distilled students with remarkable transferring ability. On different tasks of classification, transfer learning, object detection, and semantic segmentation, the proposed method to perform masked knowledge distillation with bootstrapped teachers (dBOT) outperforms previous self-supervised methods by nontrivial margins. We hope our findings, as well as the proposed method, could motivate people to rethink the roles of target representations in pre-training masked autoencoders.The code and pre-trained models are publicly available at https://github.com/liuxingbin/dbot.

Xingbin Liu, Jinghao Zhou, Tao Kong, Xianming Lin, Rongrong Ji• 2022

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU54.5
2731
Object DetectionCOCO 2017 (val)--
2454
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy88
1866
Instance SegmentationCOCO 2017 (val)--
1144
Semantic segmentationADE20K
mIoU56.2
936
Image ClassificationImageNet-1K
Top-1 Acc88.5
524
Image ClassificationImageNet-1k (val)
Top-1 Accuracy89.1
512
Image ClassificationStanford Cars
Accuracy93.7
477
Image ClassificationImageNet-1k 1.0 (test)
Top-1 Accuracy87.1
197
Image ClassificationiNaturalist 2018 (test)
Top-1 Accuracy84.1
192
Showing 10 of 22 rows

Other info

Code

Follow for update