用高斯过程提升自监督学习的表示能力与不确定性估计
Self-Supervised Learning with Gaussian Processes
- 用高斯过程先验约束表示空间,自动捕捉相似样本的结构
- 在分类与回归任务中准确率更高,且能量化预测不确定性
- 适合需要可靠置信度评估的任务,如医疗或金融建模
自监督学习(SSL)使模型能在无标签数据下学习数据内在结构,所得表示对聚类、线性分类等下游任务有用。现有方法依赖生成相似样本对来保证表示空间平滑,但对许多数据类型难以实现,且缺乏不确定性量化,在分布外预测中表现不佳。为此,我们提出高斯过程自监督学习(GPSSL),将高斯过程(GP)引入表示学习。通过在表示上施加GP先验,构建最小化损失函数的广义贝叶斯后验,利用GP的协方差函数自然拉近相似样本的表示,无需显式正样本对。实验表明,GPSSL在多种数据集上的分类与回归任务中均优于传统方法,在准确率、不确定性量化和误差控制方面表现更优。
原文摘要 · Abstract (English)
Self supervised learning (SSL) is a machine learning paradigm where models learn to understand the underlying structure of data without explicit supervision from labeled samples. The acquired representations from SSL have demonstrated useful for many downstream tasks including clustering, and linear classification, etc. To ensure smoothness of the representation space, most SSL methods rely on the ability to generate pairs of observations that are similar to a given instance. However, generating these pairs may be challenging for many types of data. Moreover, these methods lack consideration of uncertainty quantification and can perform poorly in out-of-sample prediction settings. To address these limitations, we propose Gaussian process self supervised learning (GPSSL), a novel approach that utilizes Gaussian processes (GP) models on representation learning. GP priors are imposed on the representations, and we obtain a generalized Bayesian posterior minimizing a loss function that encourages informative representations. The covariance function inherent in GPs naturally pulls representations of similar units together, serving as an alternative to using explicitly defined positive samples. We show that GPSSL is closely related to both kernel PCA and VICReg, a popular neural network-based SSL method, but unlike both allows for posterior uncertainties that can be propagated to downstream tasks. Experiments on various datasets, considering classification and regression tasks, demonstrate that GPSSL outperforms traditional methods in terms of accuracy, uncertainty quantification, and error control.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。