CVFeb 22, 2023

Saliency Guided Contrastive Learning on Scene Images

arXiv:2302.11461v22 citationsh-index: 98
AI Analysis

This work addresses the need for more general-purpose unsupervised representation learning from complex scene data, offering incremental improvements over existing methods.

The paper tackles the problem of self-supervised learning on less-curated scene images by using saliency maps to guide contrastive learning, resulting in improvements of +1.1, +4.3, and +2.2 Top1 accuracy in ImageNet linear evaluation and semi-supervised learning tasks.

Self-supervised learning holds promise in leveraging large numbers of unlabeled data. However, its success heavily relies on the highly-curated dataset, e.g., ImageNet, which still needs human cleaning. Directly learning representations from less-curated scene images is essential for pushing self-supervised learning to a higher level. Different from curated images which include simple and clear semantic information, scene images are more complex and mosaic because they often include complex scenes and multiple objects. Despite being feasible, recent works largely overlooked discovering the most discriminative regions for contrastive learning to object representations in scene images. In this work, we leverage the saliency map derived from the model's output during learning to highlight these discriminative regions and guide the whole contrastive learning. Specifically, the saliency map first guides the method to crop its discriminative regions as positive pairs and then reweighs the contrastive losses among different crops by its saliency scores. Our method significantly improves the performance of self-supervised learning on scene images by +1.1, +4.3, +2.2 Top1 accuracy in ImageNet linear evaluation, Semi-supervised learning with 1% and 10% ImageNet labels, respectively. We hope our insights on saliency maps can motivate future research on more general-purpose unsupervised representation learning from scene data.

Foundations

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

Your Notes