← Search

Artem Artemev

6 accepted papers

2026

Exploiting weight-space symmetries for approximating curvature

ICML 2026poster

Many machine learning techniques rely on approximating a loss function's curvature, but this is notoriously hard to do at the scale of modern deep networks. Surprisingly, no previous work has exploited the curvature constraints that arise from well known weight-space symmetries in loss landscapes. B…

Cited by 0SourceScholar
2021

Scalable Thompson Sampling using Sparse Gaussian Process Models

NeurIPS 2021poster

Thompson Sampling (TS) from Gaussian Process (GP) models is a powerful tool for the optimization of black-box functions. Although TS enjoys strong theoretical guarantees and convincing empirical performance, it incurs a large computational overhead that scales polynomially with the optimization budg…

Cited by 46SourcePDFScholar
2021

Tighter Bounds on the Log Marginal Likelihood of Gaussian Process Regression Using Conjugate Gradients

ICML 2021oral

We propose a lower bound on the log marginal likelihood of Gaussian process regression models that can be computed without matrix factorisation of the full kernel matrix. We show that approximate maximum likelihood learning of model parameters by maximising our lower bound retains many benefits of t…

2020

Bayesian Image Classification with Deep Convolutional Gaussian Processes

AISTATS 2020poster

In decision-making systems, it is important to have classifiers that have calibrated uncertainties, with an optimisation objective that can be used for automated model selection and training. Gaussian processes (GPs) provide uncertainty estimates and a marginal likelihood objective, but their weak i…

Cited by 47SourcePDFScholar
2020

Doubly Sparse Variational Gaussian Processes

AISTATS 2020poster

The use of Gaussian process models is typically limited to datasets with a few tens of thousands of observations due to their complexity and memory footprint.The two most commonly used methods to overcome this limitation are 1) the variational sparse approximation which relies on inducing points and…