One Leaf Reveals the Season: Occlusion-Based Contrastive Learning with Semantic-Aware Views for Efficient Visual Representation
Xiaoyu Yang, Lijian Xu, Hongsheng Li, Shaoting Zhang
TL;DR
Occluded Image Contrastive Learning (OCL) presents a simple, scalable pre-training paradigm that pairs masked-image tokens with contrastive learning to emphasize high-level semantic concepts. By generating two non-overlapping views within an image through high-rate masking and applying a symmetric contrastive objective with a T-distributed spherical similarity, OCL yields rich semantic representations without reconstruction or auxiliary modules. The method demonstrates strong scalability on Vision Transformers, achieving 85.8% fine-tuning accuracy on ImageNet with ViT-L/16 after 133 hours on 4 A100 GPUs, and outperforms several prior pre-training approaches while reducing training complexity. This work suggests a practical path toward efficient, high-quality visual representations suitable for large-scale models and downstream tasks.
Abstract
This paper proposes a scalable and straightforward pre-training paradigm for efficient visual conceptual representation called occluded image contrastive learning (OCL). Our OCL approach is simple: we randomly mask patches to generate different views within an image and contrast them among a mini-batch of images. The core idea behind OCL consists of two designs. First, masked tokens have the potential to significantly diminish the conceptual redundancy inherent in images, and create distinct views with substantial fine-grained differences on the semantic concept level instead of the instance level. Second, contrastive learning is adept at extracting high-level semantic conceptual features during the pre-training, circumventing the high-frequency interference and additional costs associated with image reconstruction. Importantly, OCL learns highly semantic conceptual representations efficiently without relying on hand-crafted data augmentations or additional auxiliary modules. Empirically, OCL demonstrates high scalability with Vision Transformers, as the ViT-L/16 can complete pre-training in 133 hours using only 4 A100 GPUs, achieving 85.8\% accuracy in downstream fine-tuning tasks. Code is available at https://anonymous.4open.science/r/OLRS/.
