← Search

Alexander Terenin

17 accepted papers

2025

Stochastic Poisson Surface Reconstruction with One Solve using Geometric Gaussian Processes

ICML 2025poster

Poisson Surface Reconstruction is a widely-used algorithm for reconstructing a surface from an oriented point cloud. To facilitate applications where only partial surface information is available, or scanning is performed sequentially, a recent line of work proposes to incorporate uncertainty into t…

Cited by 0SourcePDFScholar
2024

A Unifying Variational Framework for Gaussian Process Motion Planning

AISTATS 2024poster

To control how a robot moves, motion planning algorithms must compute paths in high-dimensional state spaces while accounting for physical constraints related to motors and joints, generating smooth and stable motions, avoiding obstacles, and preventing collisions. A motion planning algorithm must t…

2024

Cost-aware Bayesian Optimization via the Pandora's Box Gittins Index

NeurIPS 2024poster

Bayesian optimization is a technique for efficiently optimizing unknown functions in a black-box manner. To handle practical settings where gathering data requires use of finite resources, it is desirable to explicitly incorporate function evaluation costs into Bayesian optimization policies. To und…

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

Posterior Contraction Rates for Matérn Gaussian Processes on Riemannian Manifolds

NeurIPS 2023spotlight

Gaussian processes are used in many machine learning applications that rely on uncertainty quantification. Recently, computational tools for working with these models in geometric settings, such as when inputs lie on a Riemannian manifold, have been developed. This raises the question: can these int…

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…

2023

The Cambridge Law Corpus: A Dataset for Legal AI Research

NeurIPS 2023poster

We introduce the Cambridge Law Corpus (CLC), a dataset for legal AI research. It consists of over 250 000 court cases from the UK. Most cases are from the 21st century, but the corpus includes cases as old as the 16th century. This paper presents the first release of the corpus, containing the raw t…

Cited by 23SourcePDFScholar
2021

Aligning Time Series on Incomparable Spaces

AISTATS 2021poster

Dynamic time warping (DTW) is a useful method for aligning, comparing and combining time series, but it requires them to live in comparable spaces. In this work, we consider a setting in which time series live on different spaces without a sensible ground metric, causing DTW to become ill-defined. T…

2021

Geometry-aware Bayesian Optimization in Robotics using Riemannian Matérn Kernels

CoRL 2021poster

Bayesian optimization is a data-efficient technique which can be used for control parameter tuning, parametric policy adaptation, and structure design in robotics. Many of these problems require optimization of functions defined on non-Euclidean domains like spheres, rotation groups, or spaces of po…

Cited by 42SourcecodeScholar
2021

Learning Contact Dynamics using Physically Structured Neural Networks

AISTATS 2021poster

Learning physically structured representations of dynamical systems that include contact between different objects is an important problem for learning-based approaches in robotics. Black-box neural networks can learn to approximately represent discontinuous dynamics, but they typically require larg…

2021

Matérn Gaussian Processes on Graphs

AISTATS 2021poster

Gaussian processes are a versatile framework for learning unknown functions in a manner that permits one to utilize prior information about their properties. Although many different Gaussian process models are readily available when the input space is Euclidean, the choice is much more limited for G…

Cited by 113SourcePDFScholar
2021

Vector-valued Gaussian Processes on Riemannian Manifolds via Gauge Independent Projected Kernels

NeurIPS 2021poster

Gaussian processes are machine learning models capable of learning unknown functions in a way that represents uncertainty, thereby facilitating construction of optimal decision-making systems. Motivated by a desire to deploy Gaussian processes in novel areas of science, a rapidly-growing line of res…

Cited by 28SourcePDFScholar
2020

Efficiently sampling functions from Gaussian process posteriors

ICML 2020poster

Gaussian processes are the gold standard for many real-world modeling problems, especially in cases where a model’s success hinges upon its ability to faithfully represent predictive uncertainty. These problems typically exist as parts of larger frameworks, wherein quantities of interest are ultimat…

2020

Matérn Gaussian Processes on Riemannian Manifolds

NeurIPS 2020poster

Gaussian processes are an effective model class for learning unknown functions, particularly in settings where accurately representing predictive uncertainty is of key importance. Motivated by applications in the physical sciences, the widely-used Matérn class of Gaussian processes has recently been…

2020

Variational Integrator Networks for Physically Structured Embeddings

AISTATS 2020poster

Learning workable representations of dynamical systems is becoming an increasingly important problem in a number of application areas. By leveraging recent work connecting deep neural networks to systems of differential equations, we propose \emph{variational integrator networks}, a class of neural…