LGMLOct 11, 2024

On Discriminative Probabilistic Modeling for Self-Supervised Representation Learning

arXiv:2410.09156v33 citationsh-index: 12Has CodeICLR
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in self-supervised learning for image-language tasks, offering an incremental improvement over existing methods.

The paper tackles the challenge of computing integrals in discriminative probabilistic modeling for self-supervised representation learning by proposing a non-parametric method using convex optimization, which yields a new contrastive objective and shows superior performance on CC3M and CC12M datasets.

We study the discriminative probabilistic modeling on a continuous domain for the data prediction task of (multimodal) self-supervised representation learning. To address the challenge of computing the integral in the partition function for each anchor data, we leverage the multiple importance sampling (MIS) technique for robust Monte Carlo integration, which can recover InfoNCE-based contrastive loss as a special case. Within this probabilistic modeling framework, we conduct generalization error analysis to reveal the limitation of current InfoNCE-based contrastive loss for self-supervised representation learning and derive insights for developing better approaches by reducing the error of Monte Carlo integration. To this end, we propose a novel non-parametric method for approximating the sum of conditional probability densities required by MIS through convex optimization, yielding a new contrastive objective for self-supervised representation learning. Moreover, we design an efficient algorithm for solving the proposed objective. We empirically compare our algorithm to representative baselines on the contrastive image-language pretraining task. Experimental results on the CC3M and CC12M datasets demonstrate the superior overall performance of our algorithm. Our code is available at https://github.com/bokun-wang/NUCLR.

Foundations

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

Your Notes