Gaussian Process Classification with Privileged Information by Soft-to-Hard Labeling Transfer
Ryosuke Kamesawa, Issei Sato, and Masashi Sugiyama

TL;DR
This paper introduces SLT-GP, a Gaussian process classification method leveraging privileged information through soft-to-hard label transfer, offering a faster alternative to GPC+ with comparable or improved performance.
Contribution
It proposes a novel transfer learning approach using soft labels from privileged information, reducing computational complexity compared to GPC+.
Findings
SLT-GP outperforms GPC and GPC+ in experiments.
The method is computationally more efficient.
PAC-Bayesian bounds justify hyperparameter optimization.
Abstract
Learning using privileged information is an attractive problem setting that helps many learning scenarios in the real world. A state-of-the-art method of Gaussian process classification (GPC) with privileged information is GPC+, which incorporates privileged information into a noise term of the likelihood. A drawback of GPC+ is that it requires numerical quadrature to calculate the posterior distribution of the latent function, which is extremely time-consuming. To overcome this limitation, we propose a novel classification method with privileged information based on Gaussian processes, called "soft-label-transferred Gaussian process (SLT-GP)." Our basic idea is that we construct another learning task of predicting soft labels (continuous values) obtained from privileged information and we perform transfer learning from this task to the target task of predicting hard labels. We derive a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Control Systems and Identification · Machine Learning and Data Classification
MethodsGaussian Process
