Papers › Non-negative Contrastive Learning

Non-negative Contrastive Learning

19 Mar 2024arXiv:2403.12459archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2403.12459")

Code

Syntology Ran 12 of 15 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 10 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

pku-ml/non_neg officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 12 ran; 1 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · our draft was wrong
10ran
3unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from PKU-ML/non_neg. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

barlow_loss_func PKU-ML/non_neg/solo/losses/barlow.py official repository ran no licence file found · pointer only · 132a949a804eb81e · report
barlow_loss_func_dec PKU-ML/non_neg/solo/losses/barlow.py official repository ran no licence file found · pointer only · 12fdbffadfa8035c · report
byol_loss_func PKU-ML/non_neg/solo/losses/byol.py official repository ran fingerprinted no licence file found · pointer only · f387d07eb9b98af0 · report
byol_loss_tri PKU-ML/non_neg/solo/losses/byol.py official repository ran no licence file found · pointer only · fb0aa5ba678fda0f · report
gather pku-ml/non_neg/solo/losses/nnclr.py official repository ran fingerprinted no licence file found · pointer only · 19eca70e1694ef1d · report
get_rank pku-ml/non_neg/solo/losses/nnclr.py official repository ran no licence file found · pointer only · 8847999984146a64 · report
inference PKU-ML/non_neg/main_eval.py official repository ran no licence file found · pointer only · 3dd135205a5c7d07 · report
mae_loss_func PKU-ML/non_neg/solo/losses/mae.py official repository ran no licence file found · pointer only · a07d9a7525702b80 · report
mocov2plus_loss_func PKU-ML/non_neg/solo/losses/mocov2plus.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 4dd7c3cff0150cb9 · report
nnclr_loss_func pku-ml/non_neg/solo/losses/nnclr.py official repository ran fingerprinted no licence file found · pointer only · affb9491cfe05218 · report
patchify PKU-ML/non_neg/solo/losses/mae.py official repository ran no licence file found · pointer only · 3e6a557bf1ad83d9 · report
ressl_loss_func PKU-ML/non_neg/solo/losses/ressl.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 779f0ded23fd8106 · report
GatherLayer pku-ml/non_neg/solo/losses/nnclr.py official repository unverified no licence file found · pointer only · 0010b56b025e9667 · report
barlow_loss_eigen PKU-ML/non_neg/solo/losses/barlow.py official repository unverified no licence file found · pointer only · 7f64ab91d62a097a · report
deepclusterv2_loss_func PKU-ML/non_neg/solo/losses/deepclusterv2.py official repository unverified no licence file found · pointer only · ce432f2e9653c7a3 · report

Tasks

Contrastive LearningDisentanglementfeature selection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALIGNContrastive LearningNCL

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections