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

VICRegL: Self-Supervised Learning of Local Visual Features

About

Most recent self-supervised methods for learning image representations focus on either producing a global feature with invariance properties, or producing a set of local features. The former works best for classification tasks while the latter is best for detection and segmentation tasks. This paper explores the fundamental trade-off between learning local and global features. A new method called VICRegL is proposed that learns good global and local features simultaneously, yielding excellent performance on detection and segmentation tasks while maintaining good performance on classification tasks. Concretely, two identical branches of a standard convolutional net architecture are fed two differently distorted versions of the same image. The VICReg criterion is applied to pairs of global feature vectors. Simultaneously, the VICReg criterion is applied to pairs of local feature vectors occurring before the last pooling layer. Two local feature vectors are attracted to each other if their l2-distance is below a threshold or if their relative locations are consistent with a known geometric transformation between the two input images. We demonstrate strong performance on linear classification and segmentation transfer tasks. Code and pretrained models are publicly available at: https://github.com/facebookresearch/VICRegL

Adrien Bardes, Jean Ponce, Yann LeCun• 2022

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet (val)--
1206
Semantic segmentationADE20K
mIoU43.2
936
Image ClassificationImageNet 1k (test)
Top-1 Accuracy71.2
798
Semantic segmentationPASCAL VOC (val)
mIoU67.6
338
Instance SegmentationCOCO
APmask22.6
279
Lane DetectionCULane (test)
F1 Score (Total)78.72
268
Lane DetectionTuSimple (test)
Accuracy93.58
250
Semantic segmentationCOCO Stuff (val)
mIoU48.2
126
Object DetectionPascal VOC
mAP75.4
88
Semantic segmentationCOCO Object (val)
mIoU0.587
77
Showing 10 of 24 rows

Other info

Code

Follow for update