← Search

David Bindel

13 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
2023

Variational Gaussian Processes with Decoupled Conditionals

NeurIPS 2023poster

Variational Gaussian processes (GPs) approximate exact GP inference by using a small set of inducing points to form a sparse approximation of the true posterior, with the fidelity of the model increasing with additional inducing points. Although the approximation error in principle can be reduced th…

Cited by 2SourcePDFScholar
2021

On-the-fly Rectification for Robust Large-Vocabulary Topic Inference

ICML 2021spotlight

Across many data domains, co-occurrence statistics about the joint appearance of objects are powerfully informative. By transforming unsupervised learning problems into decompositions of co-occurrence statistics, spectral algorithms provide transparent and efficient algorithms for posterior inferenc…

2021

Scaling Gaussian Processes with Derivative Information Using Variational Inference

NeurIPS 2021poster

Gaussian processes with derivative information are useful in many settings where derivative information is available, including numerous Bayesian optimization and regression tasks that arise in the natural sciences. Incorporating derivative observations, however, comes with a dominating $O(N^3D^3)$…

Cited by 21SourcePDFScholar
2020

Efficient Rollout Strategies for Bayesian Optimization

UAI 2020poster

Bayesian optimization (BO) is a class of sample-efficient global optimization methods, where a probabilistic model conditioned on previous observations is used to determine future evaluations via the optimization of an acquisition function. Most acquisition functions are myopic, meaning that they on…

2020

Randomly Projected Additive Gaussian Processes for Regression

ICML 2020poster

Gaussian processes (GPs) provide flexible distributions over functions, with inductive biases controlled by a kernel. However, in many applications Gaussian processes can struggle with even moderate input dimensionality. Learning a low dimensional projection can help alleviate this curse of dimensio…

2018

GPyTorch: Blackbox Matrix-Matrix Gaussian Process Inference with GPU Acceleration

NeurIPS 2018spotlight

Despite advances in scalable models, the inference tools used for Gaussian processes (GPs) have yet to fully capitalize on developments in computing hardware. We present an efficient and general approach to GP inference based on Blackbox Matrix-Matrix multiplication (BBMM). BBMM inference uses a mod…

2018

Scaling Gaussian Process Regression with Derivatives

NeurIPS 2018poster

Gaussian processes (GPs) with derivatives are useful in many applications, including Bayesian optimization, implicit surface reconstruction, and terrain reconstruction. Fitting a GP to function values and derivatives at $n$ points in $d$ dimensions requires linear solves and log determinants with an…

2017

Scalable Log Determinants for Gaussian Process Kernel Learning

NeurIPS 2017poster

For applications as varied as Bayesian neural networks, determinantal point processes, elliptical graphical models, and kernel learning for Gaussian processes (GPs), one must compute a log determinant of an n by n positive definite matrix, and its derivatives---leading to prohibitive O(n^3) computat…