LGAICVFeb 8, 2024

Understanding Contrastive Representation Learning from Positive Unlabeled (PU) Data

arXiv:2402.06038v2h-index: 19
Originality Incremental advance
AI Analysis

This addresses representation learning for scenarios with limited labeled data, such as in medical or web applications, but it is incremental as it extends existing contrastive learning paradigms to the PU setting.

The paper tackles learning representations from positive unlabeled (PU) data, where only some positives are labeled, by introducing puCL and puNCE methods that integrate weak supervision into contrastive loss, and it shows consistent outperformance on benchmarks, especially with low supervision.

Pretext Invariant Representation Learning (PIRL) followed by Supervised Fine-Tuning (SFT) has become a standard paradigm for learning with limited labels. We extend this approach to the Positive Unlabeled (PU) setting, where only a small set of labeled positives and a large unlabeled pool -- containing both positives and negatives are available. We study this problem under two regimes: (i) without access to the class prior, and (ii) when the prior is known or can be estimated. We introduce Positive Unlabeled Contrastive Learning (puCL), an unbiased and variance reducing contrastive objective that integrates weak supervision from labeled positives judiciously into the contrastive loss. When the class prior is known, we propose Positive Unlabeled InfoNCE (puNCE), a prior-aware extension that re-weights unlabeled samples as soft positive negative mixtures. For downstream classification, we develop a pseudo-labeling algorithm that leverages the structure of the learned embedding space via PU aware clustering. Our framework is supported by theory; offering bias-variance analysis, convergence insights, and generalization guarantees via augmentation concentration; and validated empirically across standard PU benchmarks, where it consistently outperforms existing methods, particularly in low-supervision regimes.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes