English

A Fully Natural Gradient Scheme for Improving Inference of the Heterogeneous Multi-Output Gaussian Process Model

Machine Learning 2020-07-15 v3 Machine Learning

Abstract

A recent novel extension of multi-output Gaussian processes handles heterogeneous outputs assuming that each output has its own likelihood function. It uses a vector-valued Gaussian process prior to jointly model all likelihoods' parameters as latent functions drawn from a Gaussian process with a linear model of coregionalisation covariance. By means of an inducing points framework, the model is able to obtain tractable variational bounds amenable to stochastic variational inference. Nonetheless, the strong conditioning between the variational parameters and the hyper-parameters burdens the adaptive gradient optimisation methods used in the original approach. To overcome this issue we borrow ideas from variational optimisation introducing an exploratory distribution over the hyper-parameters, allowing inference together with the posterior's variational parameters through a fully natural gradient optimisation scheme. Furthermore, in this work we introduce an extension of the heterogeneous multi-output model, where its latent functions are drawn from convolution processes. We show that our optimisation scheme can achieve better local optima solutions with higher test performance rates than adaptive gradient methods, this for both the linear model of coregionalisation and the convolution processes model. We also show how to make the convolutional model scalable by means of stochastic variational inference and how to optimise it through a fully natural gradient scheme. We compare the performance of the different methods over toy and real databases.

Keywords

Cite

@article{arxiv.1911.10225,
  title  = {A Fully Natural Gradient Scheme for Improving Inference of the Heterogeneous Multi-Output Gaussian Process Model},
  author = {Juan-José Giraldo and Mauricio A. Álvarez},
  journal= {arXiv preprint arXiv:1911.10225},
  year   = {2020}
}

Comments

we have rewritten: sections 2 and 3, included details of the HetMOGP and our proposed inference method in sections 4 and 6; a brief state-of-the-art review of MOGPs in 4.1; included a novel extension of the HetMOGP with convolution processes in 5. We derived the fully natural gradient updates for the new model in section 6.2; new results and discussion in experiments section; new appendices added