CVJun 9, 2022

Extreme Masking for Learning Instance and Distributed Visual Representations

arXiv:2206.04667v225 citationsh-index: 19
Originality Incremental advance
AI Analysis

This work addresses scalable visual representation learning for computer vision, offering incremental improvements in efficiency and performance.

The paper tackles learning visual representations by using extreme token masking (75%-90%) as data augmentation in a siamese network, achieving stronger linear probing and transfer performance than prior methods.

The paper presents a scalable approach for learning spatially distributed visual representations over individual tokens and a holistic instance representation simultaneously. We use self-attention blocks to represent spatially distributed tokens, followed by cross-attention blocks to aggregate the holistic image instance. The core of the approach is the use of extremely large token masking (75\%-90\%) as the data augmentation for supervision. Our model, named ExtreMA, follows the plain BYOL approach where the instance representation from the unmasked subset is trained to predict that from the intact input. Instead of encouraging invariance across inputs, the model is required to capture informative variations in an image. The paper makes three contributions: 1) It presents random masking as a strong and computationally efficient data augmentation for siamese representation learning. 2) With multiple sampling per instance, extreme masking greatly speeds up learning and improves performance with more data. 3) ExtreMA obtains stronger linear probing performance than masked modeling methods, and better transfer performance than prior contrastive models.

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