Learning Where to Learn in Cross-View Self-Supervised Learning
About
Self-supervised learning (SSL) has made enormous progress and largely narrowed the gap with the supervised ones, where the representation learning is mainly guided by a projection into an embedding space. During the projection, current methods simply adopt uniform aggregation of pixels for embedding; however, this risks involving object-irrelevant nuisances and spatial misalignment for different augmentations. In this paper, we present a new approach, Learning Where to Learn (LEWEL), to adaptively aggregate spatial information of features, so that the projected embeddings could be exactly aligned and thus guide the feature learning better. Concretely, we reinterpret the projection head in SSL as a per-pixel projection and predict a set of spatial alignment maps from the original features by this weight-sharing projection head. A spectrum of aligned embeddings is thus obtained by aggregating the features with spatial weighting according to these alignment maps. As a result of this adaptive alignment, we observe substantial improvements on both image-level prediction and dense prediction at the same time: LEWEL improves MoCov2 by 1.6%/1.3%/0.5%/0.4% points, improves BYOL by 1.3%/1.3%/0.7%/0.6% points, on ImageNet linear/semi-supervised classification, Pascal VOC semantic segmentation, and object detection, respectively.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Object Detection | COCO 2017 (val) | AP41.9 | 2454 | |
| Semantic segmentation | PASCAL VOC 2012 (val) | Mean IoU67.8 | 2040 | |
| Instance Segmentation | COCO 2017 (val) | -- | 1144 | |
| Image Classification | ImageNet-1k (val) | Top-1 Accuracy73.8 | 840 | |
| Facial Expression Recognition | RAF-DB (test) | Accuracy81.85 | 180 | |
| Facial Attribute Classification | CelebA | Accuracy90.69 | 163 | |
| Object Detection | PASCAL VOC 2007+2012 (test) | mAP (mean Average Precision)57.3 | 95 | |
| Face Alignment | 300W (Challenging) | NME4.71 | 93 | |
| Facial Expression Recognition | AffectNet 7-way (test) | Accuracy61.2 | 91 | |
| Face Alignment | 300W Common | NME2.7 | 90 |