paper-with-me

Papers

Toward Understanding the Feature Learning Process of Self-supervised Contrastive Learning

2021-05-31 · Zixin Wen, Yuanzhi Li

How can neural networks trained by contrastive learning extract features from the unlabeled data? Why does contrastive learning usually need much stronger data augmentations than supervised learning to ensure good representations? These questions involve both the optimization and statistical aspects of deep learning, but can hardly be answered by analyzing supervised learning, where the target functions are the highest pursuit. Indeed, in self-supervised learning, it is inevitable to relate to the optimization/generalization of neural networks to how they can encode the latent structures in the data, which we refer to as the feature learning process. In this work, we formally study how contrastive learning learns the feature representations for neural networks by analyzing its feature learning process. We consider the case where our data are comprised of two types of features: the more semantically aligned sparse features which we want to learn from, and the other dense features we want to avoid. Theoretically, we prove that contrastive learning using $\mathbf{ReLU}$ networks provably learns the desired sparse features if proper augmentations are adopted. We present an underlying principle called $\textbf{feature decoupling}$ to explain the effects of augmentations, where we theoretically characterize how augmentations can reduce the correlations of dense features between positive samples while keeping the correlations of sparse features intact, thereby forcing the neural networks to learn from the self-supervision of sparse features. Empirically, we verified that the feature decoupling principle matches the underlying mechanism of contrastive learning in practice.

📄 PDF Abstract BibTeX arXiv:2105.15134

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

CrossVideo: Self-supervised Cross-modal Contrastive Learning for Point Cloud Video Understanding

2024-01-17 · Yunze Liu, Changxi Chen, Zifan Wang, Li Yi

This paper introduces a novel approach named CrossVideo, which aims to enhance self-supervised cross-modal contrastive learning in the field of point cloud video understanding. Traditional supervised learning methods enc…

Contrastive Learningpoint cloud video understandingSelf-Supervised LearningVideo Understanding

RePre: Improving Self-Supervised Vision Transformer with Reconstructive Pre-training

2022-01-18 · Luya Wang, Feng Liang, Yangguang Li, Honggang Zhang 외

Recently, self-supervised vision transformers have attracted unprecedented attention for their impressive representation learning ability. However, the dominant method, contrastive learning, mainly relies on an instance …

Contrastive LearningDecoderRepresentation Learning

Pose-disentangled Contrastive Learning for Self-supervised Facial Representation

2022-11-24 · CVPR 2023 1 · Yuanyuan Liu, Wenbin Wang, Yibing Zhan, Shaoze Feng 외

Self-supervised facial representation has recently attracted increasing attention due to its ability to perform face understanding without relying on large-scale annotated datasets heavily. However, analytically, current…

Contrastive LearningData AugmentationDecoderFace Recognition+6

A Survey on Self-supervised Contrastive Learning for Multimodal Text-Image Analysis

2025-03-14 · Asifullah Khan, Laiba Asmatullah, Anza Malik, Shahzaib Khan 외

Self-supervised learning is a machine learning approach that generates implicit labels by learning underlined patterns and extracting discriminative features from unlabeled data without manual labelling. Contrastive lear…

Contrastive LearningSelf-Supervised Learning

Contrastive UCB: Provably Efficient Contrastive Self-Supervised Learning in Online Reinforcement Learning

2022-07-29 · Shuang Qiu, Lingxiao Wang, Chenjia Bai, Zhuoran Yang 외

In view of its power in extracting feature representation, contrastive self-supervised learning has been successfully integrated into the practice of (deep) reinforcement learning (RL), leading to efficient policy learni…

Contrastive LearningDeep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)+2