English

On the Provable Advantage of Unsupervised Pretraining

Machine Learning 2023-03-06 v1 Machine Learning Statistics Theory Statistics Theory

Abstract

Unsupervised pretraining, which learns a useful representation using a large amount of unlabeled data to facilitate the learning of downstream tasks, is a critical component of modern large-scale machine learning systems. Despite its tremendous empirical success, the rigorous theoretical understanding of why unsupervised pretraining generally helps remains rather limited -- most existing results are restricted to particular methods or approaches for unsupervised pretraining with specialized structural assumptions. This paper studies a generic framework, where the unsupervised representation learning task is specified by an abstract class of latent variable models Φ\Phi and the downstream task is specified by a class of prediction functions Ψ\Psi. We consider a natural approach of using Maximum Likelihood Estimation (MLE) for unsupervised pretraining and Empirical Risk Minimization (ERM) for learning downstream tasks. We prove that, under a mild ''informative'' condition, our algorithm achieves an excess risk of O~(CΦ/m+CΨ/n)\tilde{\mathcal{O}}(\sqrt{\mathcal{C}_\Phi/m} + \sqrt{\mathcal{C}_\Psi/n}) for downstream tasks, where CΦ,CΨ\mathcal{C}_\Phi, \mathcal{C}_\Psi are complexity measures of function classes Φ,Ψ\Phi, \Psi, and m,nm, n are the number of unlabeled and labeled data respectively. Comparing to the baseline of O~(CΦΨ/n)\tilde{\mathcal{O}}(\sqrt{\mathcal{C}_{\Phi \circ \Psi}/n}) achieved by performing supervised learning using only the labeled data, our result rigorously shows the benefit of unsupervised pretraining when mnm \gg n and CΦΨ>CΨ\mathcal{C}_{\Phi\circ \Psi} > \mathcal{C}_\Psi. This paper further shows that our generic framework covers a wide range of approaches for unsupervised pretraining, including factor models, Gaussian mixture models, and contrastive learning.

Keywords

Cite

@article{arxiv.2303.01566,
  title  = {On the Provable Advantage of Unsupervised Pretraining},
  author = {Jiawei Ge and Shange Tang and Jianqing Fan and Chi Jin},
  journal= {arXiv preprint arXiv:2303.01566},
  year   = {2023}
}
R2 v1 2026-06-28T08:58:13.422Z