paper-with-me

Papers

Non-negative Contrastive Learning

2024-03-19 · Yifei Wang, Qi Zhang, Yaoyu Guo, Yisen Wang

Deep representations have shown promising performance when transferred to downstream tasks in a black-box manner. Yet, their inherent lack of interpretability remains a significant challenge, as these features are often opaque to human understanding. In this paper, we propose Non-negative Contrastive Learning (NCL), a renaissance of Non-negative Matrix Factorization (NMF) aimed at deriving interpretable features. The power of NCL lies in its enforcement of non-negativity constraints on features, reminiscent of NMF's capability to extract features that align closely with sample clusters. NCL not only aligns mathematically well with an NMF objective but also preserves NMF's interpretability attributes, resulting in a more sparse and disentangled representation compared to standard contrastive learning (CL). Theoretically, we establish guarantees on the identifiability and downstream generalization of NCL. Empirically, we show that these advantages enable NCL to outperform CL significantly on feature disentanglement, feature selection, as well as downstream classification tasks. At last, we show that NCL can be easily extended to other learning scenarios and benefit supervised learning as well. Code is available at https://github.com/PKU-ML/non_neg.

📄 PDF Abstract BibTeX arXiv:2403.12459

Code (1)

pku-ml/non_neg 공식 구현 pytorch

Tasks

Contrastive LearningDisentanglementfeature selection

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Contrastive Learning 설명 없음
NCL 설명 없음

Similar Papers 제목 키워드 기반

Contrastive Learning with Negative Sampling Correction

2024-01-13 · Lu Wang, Chao Du, Pu Zhao, Chuan Luo 외

As one of the most effective self-supervised representation learning methods, contrastive learning (CL) relies on multiple negative pairs to contrast against each positive pair. In the standard practice of contrastive le…

Contrastive LearningData AugmentationGraph ClassificationRepresentation Learning

ConCur: Self-supervised graph representation based on contrastive learning with curriculum negative sampling

2023-09-01 · journal 2023 9 · Rong Yan, Peng Bao

Contrastive learning has made breakthrough advancements in graph representation learning, which encourages the representation of positive samples to be close and those of negative samples to be far away. However, existin…

Contrastive LearningGraph Representation LearningNode ClassificationRepresentation Learning+1

Synthetic Hard Negative Samples for Contrastive Learning

2023-04-06 · Hengkui Dong, Xianzhong Long, Yun Li, Lei Chen

Contrastive learning has emerged as an essential approach for self-supervised learning in visual representation learning. The central objective of contrastive learning is to maximize the similarities between two augmente…

Contrastive LearningRepresentation LearningSelf-Supervised Learning

A Note on Connecting Barlow Twins with Negative-Sample-Free Contrastive Learning

2021-04-28 · Yao-Hung Hubert Tsai, Shaojie Bai, Louis-Philippe Morency, Ruslan Salakhutdinov

In this report, we relate the algorithmic design of Barlow Twins' method to the Hilbert-Schmidt Independence Criterion (HSIC), thus establishing it as a contrastive learning approach that is free of negative samples. Thr…

Contrastive LearningSelf-Supervised Learning

EqCo: Equivalent Rules for Self-supervised Contrastive Learning

2020-10-05 · Benjin Zhu, Junqiang Huang, Zeming Li, Xiangyu Zhang 외

In this paper, we propose EqCo (Equivalent Rules for Contrastive Learning) to make self-supervised learning irrelevant to the number of negative samples in the contrastive learning framework. Inspired by the InfoMax prin…

Contrastive LearningLinear evaluationSelf-Supervised Learning