LGCVNEMLJun 8, 2022

Towards Understanding Why Mask-Reconstruction Pretraining Helps in Downstream Tasks

arXiv:2206.03826v520 citationsh-index: 141
Originality Incremental advance
AI Analysis

This provides theoretical insights into a widely used pretraining paradigm in computer vision, addressing a fundamental gap in understanding for researchers and practitioners.

The paper tackles the problem of understanding why mask-reconstruction pretraining (MRP) methods like MAE improve downstream task performance compared to supervised learning, showing theoretically that MRP captures all discriminative features from pretraining data, leading to better classification results.

For unsupervised pretraining, mask-reconstruction pretraining (MRP) approaches, e.g. MAE and data2vec, randomly mask input patches and then reconstruct the pixels or semantic features of these masked patches via an auto-encoder. Then for a downstream task, supervised fine-tuning the pretrained encoder remarkably surpasses the conventional ``supervised learning'' (SL) trained from scratch. However, it is still unclear 1) how MRP performs semantic feature learning in the pretraining phase and 2) why it helps in downstream tasks. To solve these problems, we first theoretically show that on an auto-encoder of a two/one-layered convolution encoder/decoder, MRP can capture all discriminative features of each potential semantic class in the pretraining dataset. Then considering the fact that the pretraining dataset is of huge size and high diversity and thus covers most features in downstream dataset, in fine-tuning phase, the pretrained encoder can capture as much features as it can in downstream datasets, and would not lost these features with theoretical guarantees. In contrast, SL only randomly captures some features due to lottery ticket hypothesis. So MRP provably achieves better performance than SL on the classification tasks. Experimental results testify to our data assumptions and also our theoretical implications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes