paper-with-me

Papers

Whitening for Self-Supervised Representation Learning

2020-07-13 · Aleksandr Ermolov, Aliaksandr Siarohin, Enver Sangineto, Nicu Sebe

Most of the current self-supervised representation learning (SSL) methods are based on the contrastive loss and the instance-discrimination task, where augmented versions of the same image instance ("positives") are contrasted with instances extracted from other images ("negatives"). For the learning to be effective, many negatives should be compared with a positive pair, which is computationally demanding. In this paper, we propose a different direction and a new loss function for SSL, which is based on the whitening of the latent-space features. The whitening operation has a "scattering" effect on the batch samples, avoiding degenerate solutions where all the sample representations collapse to a single point. Our solution does not require asymmetric networks and it is conceptually simple. Moreover, since negatives are not needed, we can extract multiple positive pairs from the same image instance. The source code of the method and of all the experiments is available at: https://github.com/htdt/self-supervised.

📄 PDF Abstract BibTeX arXiv:2007.06346

Code (7)

htdt/self-supervised 공식 구현 pytorch
dr4thmos/solo-learn-radio pytorch
lavoiems/simplicial-embeddings pytorch
ludysama/crp pytorch
trungpx/solo-learn-1214 pytorch
vturrisi/solo-learn pytorch
winci-ai/cw-rgp pytorch

Tasks

Representation LearningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Whitening Consistently Improves Self-Supervised Learning

2024-08-14 · András Kalapos, Bálint Gyires-Tóth

Self-supervised learning (SSL) has been shown to be a powerful approach for learning visual representations. In this study, we propose incorporating ZCA whitening as the final layer of the encoder in self-supervised lear…

Self-Supervised Learning

An Investigation into Whitening Loss for Self-supervised Learning

2022-10-07 · Xi Weng, Lei Huang, Lei Zhao, Rao Muhammad Anwer 외

A desirable objective in self-supervised learning (SSL) is to avoid feature collapse. Whitening loss guarantees collapse avoidance by minimizing the distance between embeddings of positive pairs under the conditioning th…

object-detectionObject DetectionSelf-Supervised Learning

Modulate Your Spectrum in Self-Supervised Learning

2023-05-26 · Xi Weng, Yunhao Ni, Tengwei Song, Jie Luo 외

Whitening loss offers a theoretical guarantee against feature collapse in self-supervised learning (SSL) with joint embedding architectures. Typically, it involves a hard whitening approach, transforming the embedding an…

object-detectionObject DetectionSelf-Supervised Learning

Direct Coloring for Self-Supervised Enhanced Feature Decoupling

2024-12-03 · Salman Mohamadi, Gianfranco Doretto, Donald A. Adjeroh

The success of self-supervised learning (SSL) has been the focus of multiple recent theoretical and empirical studies, including the role of data augmentation (in feature decoupling) as well as complete and dimensional r…

Data AugmentationRepresentation LearningSelf-Supervised Learning

Metric-Aware Principal Component Analysis (MAPCA):A Unified Framework for Scale-Invariant Representation Learning

2026-04-15 · Michael Leznik arxiv

We introduce Metric-Aware Principal Component Analysis (MAPCA), a unified framework for scale-invariant representation learning based on the generalised eigenproblem max Tr(W^T Sigma W) subject to W^T M W = I, where M is…

Self-Supervised LearningRepresentation Learning