CVAILGJun 7, 2022

Spatial Cross-Attention Improves Self-Supervised Visual Representation Learning

arXiv:2206.05028v1h-index: 15
Originality Incremental advance
AI Analysis

This work addresses the need for better unsupervised learning in computer vision, but it is incremental as it builds on existing methods like SwAV.

The authors tackled the problem of improving self-supervised visual representation learning by introducing a spatial cross-attention add-on module to enhance knowledge of spatial cross-correlations among samples, resulting in improved performance in class activation maps, top-1 classification accuracy, and downstream tasks like object detection.

Unsupervised representation learning methods like SwAV are proved to be effective in learning visual semantics of a target dataset. The main idea behind these methods is that different views of a same image represent the same semantics. In this paper, we further introduce an add-on module to facilitate the injection of the knowledge accounting for spatial cross correlations among the samples. This in turn results in distilling intra-class information including feature level locations and cross similarities between same-class instances. The proposed add-on can be added to existing methods such as the SwAV. We can later remove the add-on module for inference without any modification of the learned weights. Through an extensive set of empirical evaluations, we verify that our method yields an improved performance in detecting the class activation maps, top-1 classification accuracy, and down-stream tasks such as object detection, with different configuration settings.

Foundations

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

Your Notes