← Search

Thomas B. Schön

20 accepted papers

2025

Conditioning diffusion models by explicit forward-backward bridging

AISTATS 2025poster

Given an unconditional diffusion model targeting a joint model $\pi(x, y)$, using it to perform conditional simulation $\pi(x \mid y)$ is still largely an open question and is typically achieved by learning conditional drifts to the denoising SDE after the fact. In this work, we express \emph{exact}…

Cited by 0SourcecodeScholar
2025

Efficient Optimization Algorithms for Linear Adversarial Training

AISTATS 2025poster

Adversarial training can be used to learn models that are robust against perturbations. For linear models, it can be formulated as a convex optimization problem. Compared to methods proposed in the context of deep learning, leveraging the optimization structure allows significantly faster convergen…

Cited by 0SourceScholar
2025

Kernel Learning with Adversarial Features: Numerical Efficiency and Adaptive Regularization

NeurIPS 2025poster

Adversarial training has emerged as a key technique to enhance model robustness against adversarial input perturbations. Many of the existing methods rely on computationally expensive min-max problems that limit their application in practice. We propose a novel formulation of adversarial training in…

Cited by 0SourceScholar
2025

Safe exploration in reproducing kernel Hilbert spaces

AISTATS 2025poster

Popular safe Bayesian optimization (BO) algorithms learn control policies for safety-critical systems in unknown environments. However, most algorithms make a smoothness assumption, which is encoded by a known bounded norm in a reproducing kernel Hilbert space (RKHS). The RKHS is a potentially infin…

Cited by 0SourceScholar
2024

Controlling Vision-Language Models for Multi-Task Image Restoration

ICLR 2024poster

Vision-language models such as CLIP have shown great impact on diverse downstream tasks for zero-shot or label-free predictions. However, when it comes to low-level vision such as image restoration their performance deteriorates dramatically due to corrupted inputs. In this paper, we present a degra…

2024

Entropy-regularized Diffusion Policy with Q-Ensembles for Offline Reinforcement Learning

NeurIPS 2024poster

Diffusion policy has shown a strong ability to express complex action distributions in offline reinforcement learning (RL). However, it suffers from overestimating Q-value functions on out-of-distribution (OOD) data points due to the offline dataset limitation. To address it, this paper proposes a n…

2024

No Double Descent in Principal Component Regression: A High-Dimensional Analysis

ICML 2024poster

Understanding the generalization properties of large-scale models necessitates incorporating realistic data assumptions into the analysis. Therefore, we consider Principal Component Regression (PCR)---combining principal component analysis and linear regression---on data from a low-dimensional manif…

Cited by 1SourcePDFScholar
2024

On Feynman-Kac training of partial Bayesian neural networks

AISTATS 2024poster

Recently, partial Bayesian neural networks (pBNNs), which only consider a subset of the parameters to be stochastic, were shown to perform competitively with full Bayesian neural networks. However, pBNNs are often multi-modal in the latent variable space and thus challenging to approximate with para…

2024

Uncertainty Estimation with Recursive Feature Machines

UAI 2024poster

In conventional regression analysis, predictions are typically represented as point estimates derived from covariates. The Gaussian Process (GP) offer a kernel-based framework that predicts and quantifies associated uncertainties. However, kernel-based methods often underperform ensemble-based decis…

2023

Image Restoration with Mean-Reverting Stochastic Differential Equations

ICML 2023poster

This paper presents a stochastic differential equation (SDE) approach for general-purpose image restoration. The key construction consists in a mean-reverting SDE that transforms a high-quality image into a degraded counterpart as a mean state with fixed Gaussian noise. Then, by simulating the corre…

2023

Regularization properties of adversarially-trained linear regression

NeurIPS 2023spotlight

State-of-the-art machine learning models can be vulnerable to very small input perturbations that are adversarially constructed. Adversarial training is an effective approach to defend against it. Formulated as a min-max problem, it searches for the best solution when the training data were corrupte…

2022

Learning Proposals for Practical Energy-Based Regression

AISTATS 2022poster

Energy-based models (EBMs) have experienced a resurgence within machine learning in recent years, including as a promising alternative for probabilistic regression. However, energy-based regression requires a proposal distribution to be manually designed for training, and an initial estimate has to…

2020

Energy-Based Models for Deep Probabilistic Regression

ECCV 2020poster

While deep learning-based classification is generally tackled using standardized approaches, a wide variety of techniques are employed for regression. In computer vision, one particularly popular such technique is that of confidence-based regression, which entails predicting a confidence value for e…

2020

Particle Filter with Rejection Control and Unbiased Estimator of the Marginal Likelihood

ICASSP 2020accepted

We consider the combined use of resampling and partial rejection control in sequential Monte Carlo methods, also known as particle filters. While the variance reducing properties of rejection control are known, there has not been (to the best of our knowledge) any work on unbiased estimation of the…

Cited by 0SourceScholar
2019

Inferring Heterogeneous Causal Effects in Presence of Spatial Confounding

ICML 2019oral

We address the problem of inferring the causal effect of an exposure on an outcome across space, using observational data. The data is possibly subject to unmeasured confounding variables which, in a standard approach, must be adjusted for by estimating a nuisance function. Here we develop a method…

2019

Probabilistic Programming for Birth-Death Models of Evolution Using an Alive Particle Filter with Delayed Sampling

UAI 2019poster

We consider probabilistic programming for birth-death models of evolution and introduce a new widely-applicable inference method that combines an extension of the alive particle filter (APF) with automatic Rao-Blackwellization via delayed sampling. Birth-death models of evolution are an important fa…

2019

Robust exploration in linear quadratic reinforcement learning

NeurIPS 2019spotlight

Learning to make decisions in an uncertain and dynamic environment is a task of fundamental performance in a number of domains. This paper concerns the problem of learning control policies for an unknown linear dynamical system so as to minimize a quadratic cost function. We present a method, based…