Generalization Analysis for Supervised Contrastive Representation Learning under Non-IID Settings
Nong Minh Hieu, Antoine Ledent
TL;DR
This work analyzes generalization for supervised contrastive representation learning under non-IID data by modeling recycled training tuples with a class-wise U-statistics framework. It develops a revised theory that decouples and bounds the population unsupervised risk through per-class statistics, yielding high-probability excess risk bounds that scale with the effective sample size $\\widetilde{N} = N \, \\\min(\\rho_{min}/2, (1-\\rho_{max})/k)$. The main results include bounds for both the empirical U-statistics minimizer and a subsampled risk minimizer, with explicit bounds for linear representations and neural networks. Empirical studies on MNIST and synthetic data corroborate the theory, showing that data recycling and increasing subsampled tuples improve or match full-tuple performance and that sample complexity grows with the number of classes and negatives as predicted. These findings bridge practical CRL training with theoretical guarantees in non-IID settings, guiding the design of efficient, sample-aware contrastive learning pipelines.
Abstract
Contrastive Representation Learning (CRL) has achieved impressive success in various domains in recent years. Nevertheless, the theoretical understanding of the generalization behavior of CRL has remained limited. Moreover, to the best of our knowledge, the current literature only analyzes generalization bounds under the assumption that the data tuples used for contrastive learning are independently and identically distributed. However, in practice, we are often limited to a fixed pool of reusable labeled data points, making it inevitable to recycle data across tuples to create sufficiently large datasets. Therefore, the tuple-wise independence condition imposed by previous works is invalidated. In this paper, we provide a generalization analysis for the CRL framework under non-$i.i.d.$ settings that adheres to practice more realistically. Drawing inspiration from the literature on U-statistics, we derive generalization bounds which indicate that the required number of samples in each class scales as the logarithm of the covering number of the class of learnable feature representations associated to that class. Next, we apply our main results to derive excess risk bounds for common function classes such as linear maps and neural networks.
