paper-with-me

Papers

Self-Supervised Learning with Kernel Dependence Maximization

2021-06-15 · NeurIPS 2021 12 · Yazhe Li, Roman Pogodin, Danica J. Sutherland, Arthur Gretton

We approach self-supervised learning of image representations from a statistical dependence perspective, proposing Self-Supervised Learning with the Hilbert-Schmidt Independence Criterion (SSL-HSIC). SSL-HSIC maximizes dependence between representations of transformations of an image and the image identity, while minimizing the kernelized variance of those representations. This framework yields a new understanding of InfoNCE, a variational lower bound on the mutual information (MI) between different transformations. While the MI itself is known to have pathologies which can result in learning meaningless representations, its bound is much better behaved: we show that it implicitly approximates SSL-HSIC (with a slightly different regularizer). Our approach also gives us insight into BYOL, a negative-free SSL method, since SSL-HSIC similarly learns local neighborhoods of samples. SSL-HSIC allows us to directly optimize statistical dependence in time linear in the batch size, without restrictive data assumptions or indirect mutual information estimators. Trained with or without a target network, SSL-HSIC matches the current state-of-the-art for standard linear evaluation on ImageNet, semi-supervised learning and transfer to other classification and vision tasks such as semantic segmentation, depth estimation and object recognition. Code is available at https://github.com/deepmind/ssl_hsic .

📄 PDF Abstract BibTeX arXiv:2106.08320

Code (1)

deepmind/ssl_hsic 공식 구현 jax

Tasks

Depth EstimationLinear evaluationObject RecognitionSelf-Supervised LearningSemantic Segmentation

Methods 이 논문이 사용한 방법론

BYOL 설명 없음
InfoNCE 설명 없음

Similar Papers 제목 키워드 기반

Supervised Distributional Reduction via Optimal Transport and Dependence Maximization

2026-05-26 · Sai-Aakash Ramesh, Archit Sood, Andrew Corbett, Tim Dodwell arxiv

Learning representations that capture both intrinsic data geometry and target-relevant structure remains a fundamental challenge, particularly in settings where data reduction must balance compression with predictive fid…

Dimensionality ReductionRepresentation Learning

On the Limitation of Kernel Dependence Maximization for Feature Selection

2024-06-11 · Keli Liu, Feng Ruan

A simple and intuitive method for feature selection consists of choosing the feature subset that maximizes a nonparametric measure of dependence between the response and the features. A popular proposal from the literatu…

feature selection

SimMER: Simple Maximization of Entropy and Rank for Self-supervised Representation Learning

2021-09-29 · Zhengyu Yang, Zijian Hu, Xuefeng Hu, Ram Nevatia

Consistency regularization, referring to enforcing consistency across a model's responses to different views of the same input, is widely used for self-supervised image representation learning. However, consistency regul…

Contrastive LearningLinear evaluationRepresentation LearningSelf-Supervised Learning

MV-MR: multi-views and multi-representations for self-supervised learning and knowledge distillation

2023-03-21 · Vitaliy Kinakh, Mariia Drozdova, Slava Voloshynovskiy

We present a new method of self-supervised learning and knowledge distillation based on the multi-views and multi-representations (MV-MR). The MV-MR is based on the maximization of dependence between learnable embeddings…

ClusteringContrastive LearningKnowledge DistillationLinear evaluation+3

Self-supervised learning with rotation-invariant kernels

2022-07-28 · Léon Zheng, Gilles Puy, Elisa Riccietti, Patrick Pérez 외

We introduce a regularization loss based on kernel mean embeddings with rotation-invariant kernels on the hypersphere (also known as dot-product kernels) for self-supervised learning of image representations. Besides bei…

Self-Supervised Learning