Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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.

Lang Huang, Shan You, Mingkai Zheng, Fei Wang, Chen Qian, Toshihiko Yamasaki• 2022

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)
AP41.9
2454
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU67.8
2040
Instance SegmentationCOCO 2017 (val)--
1144
Image ClassificationImageNet-1k (val)
Top-1 Accuracy73.8
840
Facial Expression RecognitionRAF-DB (test)
Accuracy81.85
180
Facial Attribute ClassificationCelebA
Accuracy90.69
163
Object DetectionPASCAL VOC 2007+2012 (test)
mAP (mean Average Precision)57.3
95
Face Alignment300W (Challenging)
NME4.71
93
Facial Expression RecognitionAffectNet 7-way (test)
Accuracy61.2
91
Face Alignment300W Common
NME2.7
90
Showing 10 of 18 rows

Other info

Code

Follow for update