gpytorch icon indicating copy to clipboard operation
gpytorch copied to clipboard

ApproximateGP + MultivariateNormal + HeteroskedasticNoise

Open olegmyrk opened this issue 4 years ago • 2 comments

📚 Documentation/Examples

I would like to understand how to model heteroscedastic multivariate normal likelihood in combination with Approximate GP and Variational Strategy?

I'm aware of this request about exact GPs: Way to model heteroskedastic noise? https://github.com/cornellius-gp/gpytorch/issues/982

olegmyrk avatar Jun 09 '20 20:06 olegmyrk

Are there specific things about the existing likelihoods that handle heteroscedastic noise that do not work with ApproximateGP?

In addition to this, it's worth noting that variational GPs inherently allow for some degree of heteroscedasticity via the variational covariance matrix S. See e.g. this example notebook.

jacobrgardner avatar Jun 25 '20 17:06 jacobrgardner

@jacobrgardner Do you have any suggested literature covering the insight here that;

variational GPs inherently allow for some degree of heteroscedasticity via the variational covariance matrix S.

This is something I haven't read before and would greatly appreciate hints to literature where I could dig deeper!

CompRhys avatar Nov 10 '23 17:11 CompRhys