CVAILGOct 28, 2023

Pre-training with Random Orthogonal Projection Image Modeling

arXiv:2310.18737v215 citationsh-index: 7
Originality Incremental advance
AI Analysis

This work addresses self-supervised learning for computer vision, offering an incremental improvement over existing masked image modeling methods.

The paper tackles the problem of self-supervised visual pre-training by proposing Random Orthogonal Projection Image Modeling (ROPIM), which replaces binary masking with random orthogonal projection to reduce token information with controlled noise, resulting in state-of-the-art performance on several benchmarks.

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.

Code Implementations1 repo
Foundations

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

Your Notes