Barlow Twins: Self-Supervised Learning via Redundancy Reduction

4 Mar 2021  ·  Jure Zbontar, Li Jing, Ishan Misra, Yann Lecun, Stéphane Deny ·

Self-supervised learning (SSL) is rapidly closing the gap with supervised methods on large computer vision benchmarks. A successful approach to SSL is to learn embeddings which are invariant to distortions of the input sample. However, a recurring issue with this approach is the existence of trivial constant solutions. Most current methods avoid such solutions by careful implementation details. We propose an objective function that naturally avoids collapse by measuring the cross-correlation matrix between the outputs of two identical networks fed with distorted versions of a sample, and making it as close to the identity matrix as possible. This causes the embedding vectors of distorted versions of a sample to be similar, while minimizing the redundancy between the components of these vectors. The method is called Barlow Twins, owing to neuroscientist H. Barlow's redundancy-reduction principle applied to a pair of identical networks. Barlow Twins does not require large batches nor asymmetry between the network twins such as a predictor network, gradient stopping, or a moving average on the weight updates. Intriguingly it benefits from very high-dimensional output vectors. Barlow Twins outperforms previous methods on ImageNet for semi-supervised classification in the low-data regime, and is on par with current state of the art for ImageNet classification with a linear classifier head, and for transfer tasks of classification and object detection.

PDF Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Self-Supervised Image Classification ImageNet Barlow Twins (ResNet-50) Top 1 Accuracy 73.2% # 85
Top 5 Accuracy 91% # 20
Number of Params 24M # 48
Semi-Supervised Image Classification ImageNet - 10% labeled data Barlow Twins (ResNet-50) Top 5 Accuracy 89.3% # 25
Top 1 Accuracy 69.7% # 34
Semi-Supervised Image Classification ImageNet - 1% labeled data Barlow Twins (ResNet-50) Top 5 Accuracy 79.2% # 24
Top 1 Accuracy 55% # 39
Image Classification iNaturalist 2018 Barlow Twins (ResNet-50) Top-1 Accuracy 46.5% # 55
Image Classification Places205 Barlow Twins (ResNet-50) Top 1 Accuracy 54.1 # 11

Methods