← Search

Jihao Andreas Lin

7 accepted papers

2026

Empirical Gaussian Processes

ICML 2026poster

Gaussian processes (GPs) are powerful and widely used probabilistic regression models, but their effectiveness in practice is often limited by the choice of kernel function. This kernel function is typically handcrafted from a small set of standard functions, a process that requires expert knowledge…

Cited by 0SourceScholar
2026

Graph Random Features for Scalable Gaussian Processes

ICLR 2026poster

We study the application of graph random features (GRFs) – a recently-introduced stochastic estimator of graph node kernels – to scalable Gaussian processes on discrete input spaces. We prove that (under mild assumptions) Bayesian inference with GRFs enjoys $\mathcal{O}(N^{3/2})$ time complexity wit…

Cited by 0SourceScholar
2025

Scalable Gaussian Processes with Latent Kronecker Structure

ICML 2025poster

Applying Gaussian processes (GPs) to very large datasets remains a challenge due to limited computational scalability. Matrix structures, such as the Kronecker product, can accelerate operations significantly, but their application commonly entails approximations or unrealistic assumptions. In parti…

Cited by 0SourcePDFScholar
2024

Improving Linear System Solvers for Hyperparameter Optimisation in Iterative Gaussian Processes

NeurIPS 2024poster

Scaling hyperparameter optimisation to very large datasets remains an open problem in the Gaussian process community. This paper focuses on iterative methods, which use linear system solvers, like conjugate gradients, alternating projections or stochastic gradient descent, to construct an estimate o…

2024

Stochastic Gradient Descent for Gaussian Processes Done Right

ICLR 2024poster

As is well known, both sampling from the posterior and computing the mean of the posterior in Gaussian process regression reduces to solving a large linear system of equations. We study the use of stochastic gradient descent for solving this linear system, and show that when done right---by which we…

2023

Sampling from Gaussian Process Posteriors using Stochastic Gradient Descent

NeurIPS 2023oral

Gaussian processes are a powerful framework for quantifying uncertainty and for sequential decision-making but are limited by the requirement of solving linear systems. In general, this has a cubic cost in dataset size and is sensitive to conditioning. We explore stochastic gradient algorithms as a…

2021

Latent Derivative Bayesian Last Layer Networks

AISTATS 2021poster

Bayesian neural networks (BNN) are powerful parametric models for nonlinear regression with uncertainty quantification. However, the approximate inference techniques for weight space priors suffer from several drawbacks. The ‘Bayesian last layer’ (BLL) is an alternative BNN approach that learns the…