← Search

Jonathan Wenger

8 accepted papers

2026

Variational Deep Learning via Implicit Regularization

ICLR 2026poster

Modern deep learning models generalize remarkably well in-distribution, despite being overparametrized and trained with little to no explicit regularization. Instead, current theory credits implicit regularization imposed by the choice of architecture, hyperparameters and optimization procedure. How…

Cited by 0SourceScholar
2025

Computation-Aware Kalman Filtering and Smoothing

AISTATS 2025poster

Kalman filtering and smoothing are the foundational mechanisms for efficient inference in Gauss-Markov models. However, their time and memory complexities scale prohibitively with the size of the state space. This is particularly problematic in spatiotemporal regression problems, where the state dim…

Cited by 0SourcecodeScholar
2024

Computation-Aware Gaussian Processes: Model Selection And Linear-Time Inference

NeurIPS 2024poster

Model selection in Gaussian processes scales prohibitively with the size of the training dataset, both in time and memory. While many approximations exist, all incur inevitable approximation error. Recent work accounts for this error in the form of computational uncertainty, which enables---at the c…

Cited by 3SourcePDFScholar
2024

Large-Scale Gaussian Processes via Alternating Projection

AISTATS 2024poster

Training and inference in Gaussian processes (GPs) require solving linear systems with $n\times n$ kernel matrices. To address the prohibitive $\mathcal{O}(n^3)$ time complexity, recent work has employed fast iterative methods, like conjugate gradients (CG). However, as datasets increase in magnitud…

2022

Posterior and Computational Uncertainty in Gaussian Processes

NeurIPS 2022accept

Gaussian processes scale prohibitively with the size of the dataset. In response, many approximation methods have been developed, which inevitably introduce approximation error. This additional source of uncertainty, due to limited computation, is entirely ignored when using the approximate posterio…

2022

Preconditioning for Scalable Gaussian Process Hyperparameter Optimization

ICML 2022oral

Gaussian process hyperparameter optimization requires linear solves with, and log-determinants of, large kernel matrices. Iterative numerical techniques are becoming popular to scale to larger datasets, relying on the conjugate gradient method (CG) for the linear solves and stochastic trace estimati…