A Theoretical Analysis of Contrastive Unsupervised Representation Learning
Sanjeev Arora, Hrishikesh Khandeparkar, Mikhail Khodak, Orestis Plevrakis, Nikunj Saunshi
TL;DR
This work provides a theoretical framework for contrastive unsupervised representation learning by positing latent data classes that generate similar pairs and negatives. It derives generalization bounds connecting unsupervised loss to downstream supervised performance, highlights the role of intraclass concentration and mean classifiers, and analyzes the effects of the number of negatives and block-based similarities (CURL). The authors prove guarantees for one and multiple negative samples, discuss the limitations of negative sampling, and validate key ideas with controlled text and image experiments. The results offer guidance on when contrastive methods yield transferable representations and motivate block-based extensions for stronger guarantees and practical gains.
Abstract
Recent empirical works have successfully used unlabeled data to learn feature representations that are broadly useful in downstream classification tasks. Several of these methods are reminiscent of the well-known word2vec embedding algorithm: leveraging availability of pairs of semantically "similar" data points and "negative samples," the learner forces the inner product of representations of similar pairs with each other to be higher on average than with negative samples. The current paper uses the term contrastive learning for such algorithms and presents a theoretical framework for analyzing them by introducing latent classes and hypothesizing that semantically similar points are sampled from the same latent class. This framework allows us to show provable guarantees on the performance of the learned representations on the average classification task that is comprised of a subset of the same set of latent classes. Our generalization bound also shows that learned representations can reduce (labeled) sample complexity on downstream tasks. We conduct controlled experiments in both the text and image domains to support the theory.
