Exploring Simple Siamese Representation Learning
Abstract
Siamese networks have become a common structure in various recent models for unsupervised visual representation learning. These models maximize the similarity between two augmentations of one image, subject to certain conditions for avoiding collapsing solutions. In this paper, we report surprising empirical results that simple Siamese networks can learn meaningful representations even using none of the following: (i) negative sample pairs, (ii) large batches, (iii) momentum encoders. Our experiments show that collapsing solutions do exist for the loss and structure, but a stop-gradient operation plays an essential role in preventing collapsing. We provide a hypothesis on the implication of stop-gradient, and further show proof-of-concept experiments verifying it. Our "SimSiam" method achieves competitive results on ImageNet and downstream tasks. We hope this simple baseline will motivate people to rethink the roles of Siamese architectures for unsupervised representation learning. Code is made available.1
Cited in this thesis
Frequently Cited Together
- Generalization and parameter estimation in feedforward nets: Some experiments1 chapter
- Fishers' preference for mobile traceability platform: challenges in achieving a 1 chapter
- Backpropagation applied to handwritten zip code recognition1 chapter
- Idiot's Bayes—not so stupid after all?1 chapter
- An analytical and machine learning approach for total mercury and methylmercury 1 chapter
- Scatsimclr: self-supervised contrastive learning with pretext task regularizatio1 chapter
BibTeX
@inproceedings{Chen2021,
title = {Exploring simple siamese representation learning},
author = {Chen, Xinlei and He, Kaiming},
booktitle = {Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},
pages = {15750–15758},
year = {2021},
}