LGNEMLOct 16, 2020

For self-supervised learning, Rationality implies generalization, provably

arXiv:2010.08508v123 citations
Originality Highly original
AI Analysis

This provides a theoretical foundation for understanding generalization in self-supervised learning, which is incremental but addresses a key bottleneck in machine learning theory.

The paper proves a theoretical bound showing that the generalization gap of classifiers trained via self-supervised representation learning tends to zero under certain noise-robustness and rationality conditions, independent of representation complexity, and demonstrates non-vacuous results on datasets like CIFAR-10 and ImageNet.

We prove a new upper bound on the generalization gap of classifiers that are obtained by first using self-supervision to learn a representation $r$ of the training data, and then fitting a simple (e.g., linear) classifier $g$ to the labels. Specifically, we show that (under the assumptions described below) the generalization gap of such classifiers tends to zero if $\mathsf{C}(g) \ll n$, where $\mathsf{C}(g)$ is an appropriately-defined measure of the simple classifier $g$'s complexity, and $n$ is the number of training samples. We stress that our bound is independent of the complexity of the representation $r$. We do not make any structural or conditional-independence assumptions on the representation-learning task, which can use the same training dataset that is later used for classification. Rather, we assume that the training procedure satisfies certain natural noise-robustness (adding small amount of label noise causes small degradation in performance) and rationality (getting the wrong label is not better than getting no label at all) conditions that widely hold across many standard architectures. We show that our bound is non-vacuous for many popular representation-learning based classifiers on CIFAR-10 and ImageNet, including SimCLR, AMDIM and MoCo.

Code Implementations2 repos
Foundations

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

Your Notes