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

Spatially Consistent Representation Learning

About

Self-supervised learning has been widely used to obtain transferrable representations from unlabeled images. Especially, recent contrastive learning methods have shown impressive performances on downstream image classification tasks. While these contrastive methods mainly focus on generating invariant global representations at the image-level under semantic-preserving transformations, they are prone to overlook spatial consistency of local representations and therefore have a limitation in pretraining for localization tasks such as object detection and instance segmentation. Moreover, aggressively cropped views used in existing contrastive methods can minimize representation distances between the semantically different regions of a single image. In this paper, we propose a spatially consistent representation learning algorithm (SCRL) for multi-object and location-specific tasks. In particular, we devise a novel self-supervised objective that tries to produce coherent spatial representations of a randomly cropped local region according to geometric translations and zooming operations. On various downstream localization tasks with benchmark datasets, the proposed SCRL shows significant performance improvements over the image-level supervised pretraining as well as the state-of-the-art self-supervised learning methods. Code is available at https://github.com/kakaobrain/scrl

Byungseok Roh, Wuhyun Shin, Ildoo Kim, Sungwoong Kim• 2021

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)
AP46.7
2454
Instance SegmentationCOCO 2017 (val)--
1144
Object DetectionPASCAL VOC 2007 (test)
mAP57.2
821
Image ClassificationImageNet--
429
Instance SegmentationCityscapes (val)
AP34.7
239
Keypoint DetectionMS-COCO 2017 (val)
AP66.5
40
Object DetectionCOCO (test)
mAP40.9
35
Object DetectionCOCO 10% 2017 (train val)
AP26.4
7
RoI Linear EvaluationCOCO GT-boxes
Accuracy74.8
6
Showing 9 of 9 rows

Other info

Code

Follow for update