English

Pre-training with Random Orthogonal Projection Image Modeling

Computer Vision and Pattern Recognition 2024-04-23 v2 Artificial Intelligence Machine Learning

Abstract

Masked Image Modeling (MIM) is a powerful self-supervised strategy for visual pre-training without the use of labels. MIM applies random crops to input images, processes them with an encoder, and then recovers the masked inputs with a decoder, which encourages the network to capture and learn structural information about objects and scenes. The intermediate feature representations obtained from MIM are suitable for fine-tuning on downstream tasks. In this paper, we propose an Image Modeling framework based on random orthogonal projection instead of binary masking as in MIM. Our proposed Random Orthogonal Projection Image Modeling (ROPIM) reduces spatially-wise token information under guaranteed bound on the noise variance and can be considered as masking entire spatial image area under locally varying masking degrees. Since ROPIM uses a random subspace for the projection that realizes the masking step, the readily available complement of the subspace can be used during unmasking to promote recovery of removed information. In this paper, we show that using random orthogonal projection leads to superior performance compared to crop-based masking. We demonstrate state-of-the-art results on several popular benchmarks.

Keywords

Cite

@article{arxiv.2310.18737,
  title  = {Pre-training with Random Orthogonal Projection Image Modeling},
  author = {Maryam Haghighat and Peyman Moghadam and Shaheer Mohamed and Piotr Koniusz},
  journal= {arXiv preprint arXiv:2310.18737},
  year   = {2024}
}

Comments

Published as a conference paper at the International Conference on Learning Representations (ICLR) 2024. 19 pages

R2 v1 2026-06-28T13:04:41.980Z