Masked Image Modeling with Local Multi-Scale Reconstruction

Abstract

Masked Image Modeling (MIM) achieves outstanding success in self-supervised representation learning. Unfortunately, MIM models typically have huge computational burden and slow learning process, which is an inevitable obstacle for their industrial applications. Although the lower layers play the key role in MIM, existing MIM models conduct reconstruction task only at the top layer of encoder. The lower layers are not explicitly guided and the interaction among their patches is only used for calculating new activations. Considering the reconstruction task requires non-trivial inter-patch interactions to reason target signals, we apply it to multiple local layers including lower and upper layers. Further, since the multiple layers expect to learn the information of different scales, we design local multi-scale reconstruction, where the lower and upper layers reconstruct fine-scale and coarse-scale supervision signals respectively. This design not only accelerates the representation learning process by explicitly guiding multiple layers, but also facilitates multi-scale semantical understanding to the input. Extensive experiments show that with significantly less pre-training burden, our model achieves comparable or better performance on classification, detection and segmentation tasks than existing MIM models.

Cite

Text

Wang et al. "Masked Image Modeling with Local Multi-Scale Reconstruction." Conference on Computer Vision and Pattern Recognition, 2023. doi:10.1109/CVPR52729.2023.00211

Markdown

[Wang et al. "Masked Image Modeling with Local Multi-Scale Reconstruction." Conference on Computer Vision and Pattern Recognition, 2023.](https://mlanthology.org/cvpr/2023/wang2023cvpr-masked-a/) doi:10.1109/CVPR52729.2023.00211

BibTeX

@inproceedings{wang2023cvpr-masked-a,
  title     = {{Masked Image Modeling with Local Multi-Scale Reconstruction}},
  author    = {Wang, Haoqing and Tang, Yehui and Wang, Yunhe and Guo, Jianyuan and Deng, Zhi-Hong and Han, Kai},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2023},
  pages     = {2122-2131},
  doi       = {10.1109/CVPR52729.2023.00211},
  url       = {https://mlanthology.org/cvpr/2023/wang2023cvpr-masked-a/}
}