paper-with-me

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 learning to enhance the quality of learned features by normalizing and decorrelating them. Although whitening has been utilized in SSL in previous works, its potential to universally improve any SSL model has not been explored. We demonstrate that adding whitening as the last layer of SSL pretrained encoders is independent of the self-supervised learning method and encoder architecture, thus it improves performance for a wide range of SSL methods across multiple encoder architectures and datasets. Our experiments show that whitening is capable of improving linear and k-NN probing accuracy by 1-5%. Additionally, we propose metrics that allow for a comprehensive analysis of the learned features, provide insights into the quality of the representations and help identify collapse patterns.

📄 PDF Abstract BibTeX arXiv:2408.07519

Code (1)

kaland313/ssl-whitening 공식 구현 pytorch

Tasks

Self-Supervised Learning

Methods 이 논문이 사용한 방법론

k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…
ZCA Whitening ZCA Whitening is an image preprocessing method that leads to a transformation of data such that the covariance matrix $\Sigma$ is the identity matrix, leading to decorrelated…

Similar Papers 제목 키워드 기반

Data Whitening Improves Sparse Autoencoder Learning

2025-11-17 · Ashwin Saraswatula, David Klindt arxiv

Sparse autoencoders (SAEs) have emerged as a promising approach for learning interpretable features from neural network activations. However, the optimization landscape for SAE training can be challenging due to correlat…

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

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 cont…

Representation LearningSelf-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

WhiteningBERT: An Easy Unsupervised Sentence Embedding Approach

2021-04-05 · Findings (EMNLP) 2021 11 · JunJie Huang, Duyu Tang, Wanjun Zhong, Shuai Lu 외

Producing the embedding of a sentence in an unsupervised way is valuable to natural language matching and retrieval problems in practice. In this work, we conduct a thorough examination of pretrained model based unsuperv…

RetrievalSentenceSentence EmbeddingSentence-Embedding+1