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
- Logistic regression1 chapter
- Fishers' preference for mobile traceability platform: challenges in achieving a 1 chapter
- Neural network ensembles1 chapter
- Linear discriminant analysis-a brief tutorial1 chapter
- A simple framework for contrastive learning of visual representations1 chapter
- Classification and regression trees1 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},
}