English

The Common Stability Mechanism behind most Self-Supervised Learning Approaches

Computer Vision and Pattern Recognition 2024-02-26 v1 Machine Learning

Abstract

Last couple of years have witnessed a tremendous progress in self-supervised learning (SSL), the success of which can be attributed to the introduction of useful inductive biases in the learning process to learn meaningful visual representations while avoiding collapse. These inductive biases and constraints manifest themselves in the form of different optimization formulations in the SSL techniques, e.g. by utilizing negative examples in a contrastive formulation, or exponential moving average and predictor in BYOL and SimSiam. In this paper, we provide a framework to explain the stability mechanism of these different SSL techniques: i) we discuss the working mechanism of contrastive techniques like SimCLR, non-contrastive techniques like BYOL, SWAV, SimSiam, Barlow Twins, and DINO; ii) we provide an argument that despite different formulations these methods implicitly optimize a similar objective function, i.e. minimizing the magnitude of the expected representation over all data samples, or the mean of the data distribution, while maximizing the magnitude of the expected representation of individual samples over different data augmentations; iii) we provide mathematical and empirical evidence to support our framework. We formulate different hypotheses and test them using the Imagenet100 dataset.

Keywords

Cite

@article{arxiv.2402.14957,
  title  = {The Common Stability Mechanism behind most Self-Supervised Learning Approaches},
  author = {Abhishek Jha and Matthew B. Blaschko and Yuki M. Asano and Tinne Tuytelaars},
  journal= {arXiv preprint arXiv:2402.14957},
  year   = {2024}
}

Comments

Additional visualizations (.gif): https://github.com/abskjha/CenterVectorSSL

R2 v1 2026-06-28T14:57:46.383Z