← Search

Jeff Schneider

61 accepted papers

2026

Accelerating Diffusion Planners in Offline RL via Reward-Aware Consistency Trajectory Distillation

ICLR 2026poster

Although diffusion models have achieved strong results in decision-making tasks, their slow inference speed remains a key limitation. While consistency models offer a potential solution, existing applications to decision-making either struggle with suboptimal demonstrations under behavior cloning or…

Cited by 2SourceScholar
2026

Bayes Adaptive Monte Carlo Tree Search for Offline Model-based Reinforcement Learning

ICLR 2026poster

Offline reinforcement learning (RL) is a powerful approach for data-driven decision-making and control. Compared to model-free methods, offline model-based reinforcement learning (MBRL) explicitly learns world models from a static dataset and uses them as surrogate simulators, improving the data eff…

Cited by 0SourcecodeScholar
2026

Efficient Active Search Via Amortized Path-Integral Policies

ICRA 2026poster

This work presents amortized path-integral policies that enable efficient and real-time active search for robotic systems. We model search as an active sensing problem where agents select actions to maximize information about target locations. Unlike previous approaches that only consider informatio…

Cited by 0Scholar
2026

Maximum Likelihood Reinforcement Learning

ICML 2026oral

Maximum likelihood is fundamental to supervised learning but it cannot be directly applied in correctness-based problems with non-differentiable sampling. In these settings, reinforcement learning (RL) is typically used to maximize expected reward. We show that for binary correctness tasks, expected…

Cited by 0SourceScholar
2026

Occupancy Reward Shaping: Improving Credit Assignment for Offline Goal-Conditioned Reinforcement Learning

ICLR 2026poster

While offline goal-conditioned reinforcement learning (GCRL) provides a simple recipe to train generalist policies from large unlabeled datasets, Offline GCRL agents trained with sparse rewards typically struggle on long-horizon tasks. Manually designing task-specific reward functions undermines the…

Cited by 0SourcecodeScholar
2026

Policy-Driven World Model Adaptation for Robust Offline Model-based Reinforcement Learning

ICML 2026poster

Offline reinforcement learning (RL) offers a powerful paradigm for data-driven control. Compared to model-free approaches, offline model-based RL (MBRL) explicitly learns a world model from a static dataset and uses it as a surrogate simulator, improving data efficiency and enabling potential genera…

Cited by 0SourceScholar
2025

Improving Model-Based Reinforcement Learning by Converging to Flatter Minima

NeurIPS 2025poster

Model-based reinforcement learning (MBRL) hinges on a learned dynamics model whose errors can compound along imagined rollouts. We study how encouraging \emph{flatness} in the model’s training loss affects downstream control, and show that steering optimization toward flatter minima yields a better…

Cited by 0SourceScholar
2025

Multi-Timescale Dynamics Model Bayesian Optimization for Plasma Stabilization in Tokamaks

ICML 2025poster

Machine learning algorithms often struggle to control complex real-world systems. In the case of nuclear fusion, these challenges are exacerbated, as the dynamics are notoriously complex, data is poor, hardware is subject to failures, and experiments often affect dynamics beyond the experiment's dur…

Cited by 0SourcePDFScholar
2025

Retrospective In-Context Learning for Temporal Credit Assignment with Large Language Models

NeurIPS 2025poster

Learning from self-sampled data and sparse environmental feedback remains a fundamental challenge in training self-evolving agents. Temporal credit assignment mitigates this issue by transforming sparse feedback into dense supervision signals. However, previous approaches typically depend on domain-…

Cited by 0SourceScholar
2025

Training a Generally Curious Agent

ICML 2025oral

Efficient exploration is essential for intelligent systems interacting with their environment, but existing language models often fall short in scenarios that require strategic information gathering. In this paper, we present **Paprika**, a fine-tuning approach that enables language models to develo…

2025

What is Your Data Worth to GPT? LLM-Scale Data Valuation with Influence Functions

NeurIPS 2025poster

Large language models (LLMs) are trained on a vast amount of human-written data, but data providers often remain uncredited. In response to this issue, data valuation (or data attribution), which quantifies the contribution or value of each data to the model output, has been discussed as a potential…

Cited by 0SourcecodeScholar
2024

Diffusion-ES: Gradient-free Planning with Diffusion for Autonomous and Instruction-guided Driving

CVPR 2024poster

Diffusion models excel at modeling complex and multimodal trajectory distributions for decision-making and control. Reward-gradient guided denoising has been recently proposed to generate trajectories that maximize both a differentiable reward function and the likelihood under the data distribution…

Cited by 6SourcePDFScholar
2024

Preference Fine-Tuning of LLMs Should Leverage Suboptimal, On-Policy Data

ICML 2024poster

Learning from preference labels plays a crucial role in fine-tuning large language models --- this is done via supervised learning, on-policy reinforcement learning (RL), or contrastive learning. Different methods come with different implementation tradeoffs, and existing empirical findings present…

2024

Reasoning with Latent Diffusion in Offline Reinforcement Learning

ICLR 2024poster

Offline reinforcement learning (RL) holds promise as a means to learn high-reward policies from a static dataset, without the need for further environment interactions. However, a key challenge in offline RL lies in effectively stitching portions of suboptimal trajectories from the static dataset wh…

2024

Tractable Joint Prediction and Planning over Discrete Behavior Modes for Urban Driving

ICRA 2024poster

Significant progress has been made in training multimodal trajectory forecasting models for autonomous driving. However, effectively integrating these models with downstream planners and model-based control approaches is still an open problem. Although these models have conventionally been evaluated…

Cited by 1SourceScholar
2023

GUTS: Generalized Uncertainty-Aware Thompson Sampling for Multi-Agent Active Search

ICRA 2023poster

Robotic solutions for quick disaster response are essential to ensure minimal loss of life, especially when the search area is too dangerous or too vast for human rescuers. We model this problem as an asynchronous multi-agent active-search task where each robot aims to efficiently seek objects of in…

Cited by 7SourceScholar
2023

Learning Temporally AbstractWorld Models without Online Experimentation

ICML 2023poster

Agents that can build temporally abstract representations of their environment are better able to understand their world and make plans on extended time scales, with limited computational power and modeling capacity. However, existing methods for automatically learning temporally abstract world mode…

Cited by 8SourcePDFScholar
2023

Multi-Alpha Soft Actor-Critic: Overcoming Stochastic Biases in Maximum Entropy Reinforcement Learning

ICRA 2023poster

The successful application of robotic control requires intelligent decision-making to handle the long tail of complex scenarios that arise in real-world environments. Recently, Deep Reinforcement Learning (DRL) has provided a data-driven framework to automatically learn effective policies in such co…

Cited by 3SourceScholar
2023

Near-optimal Policy Identification in Active Reinforcement Learning

ICLR 2023top-5%

Many real-world reinforcement learning tasks require control of complex dynamical systems that involve both costly data acquisition processes and large state spaces. In cases where the expensive transition dynamics can be readily evaluated at specified states (e.g., via a simulator), agents can oper…

Cited by 8SourcePDFScholar
2023

PID-Inspired Inductive Biases for Deep Reinforcement Learning in Partially Observable Control Tasks

NeurIPS 2023poster

Deep reinforcement learning (RL) has shown immense potential for learning to control systems through data alone. However, one challenge deep RL faces is that the full state of the system is often not observable. When this is the case, the policy needs to leverage the history of observations to infer…

Cited by 6SourcePDFScholar
2022

Addressing Optimism Bias in Sequence Modeling for Reinforcement Learning

ICML 2022spotlight

Impressive results in natural language processing (NLP) based on the Transformer neural network architecture have inspired researchers to explore viewing offline reinforcement learning (RL) as a generic sequence modeling problem. Recent works based on this paradigm have achieved state-of-the-art res…

2022

An Experimental Design Perspective on Model-Based Reinforcement Learning

ICLR 2022poster

In many practical applications of RL, it is expensive to observe state transitions from the environment. For example, in the problem of plasma control for nuclear fusion, computing the next state for a given state-action pair requires querying an expensive transition function which can lead to many…

Cited by 36SourcePDFScholar
2022

Exploration via Planning for Information about the Optimal Trajectory

NeurIPS 2022accept

Many potential applications of reinforcement learning (RL) are stymied by the large numbers of samples required to learn an effective policy. This is especially true when applying RL to real-world control tasks, e.g. in the sciences or robotics, where executing a policy in the environment is costly.…

2021

Behavior Planning at Urban Intersections through Hierarchical Reinforcement Learning

ICRA 2021poster

For autonomous vehicles, effective behavior planning is crucial to ensure safety of the ego car. In many urban scenarios, it is hard to create sufficiently general heuristic rules, especially for challenging scenarios that some new human drivers find difficult. In this work, we propose a behavior pl…

Cited by 33SourceScholar
2021

Beyond Pinball Loss: Quantile Methods for Calibrated Uncertainty Quantification

NeurIPS 2021poster

Among the many ways of quantifying uncertainty in a regression setting, specifying the full quantile function is attractive, as quantiles are amenable to interpretation and evaluation. A model that predicts the true conditional quantiles for each input, at all quantile levels, presents a correct and…

Cited by 117SourcePDFScholar
2021

Decentralized multi-agent active search for sparse signals

UAI 2021poster

Active search refers to the problem of efficiently locating targets in an unknown environment by actively making data-collection decisions. In this paper, we are focusing on multiple aerial robots (agents) detecting targets such as gas leaks, radiation sources or human survivors of disasters. One of…

2021

Multi-Agent Active Search using Realistic Depth-Aware Noise Model

ICRA 2021poster

The active search for objects of interest in an unknown environment has many robotics applications including search and rescue, detecting gas leaks or locating animal poachers. Existing algorithms often prioritize the location accuracy of objects of interest while other practical issues such as the…

Cited by 18SourcecodeScholar
2020

ChemBO: Bayesian Optimization of Small Organic Molecules with Synthesizable Recommendations

AISTATS 2020poster

In applications such as molecule design or drug discovery, it is desirable to have an algorithm which recommends new candidate molecules based on the results of past tests. These molecules first need to be synthesized and then tested for objective properties. We describe ChemBO, a Bayesian optimizat…

2020

Deep Kinematic Models for Kinematically Feasible Vehicle Trajectory Predictions

ICRA 2020poster

Self-driving vehicles (SDVs) hold great potential for improving traffic safety and are poised to positively affect the quality of life of millions of people. To unlock this potential one of the critical aspects of the autonomous technology is understanding and predicting future movement of vehicles…

Cited by 100SourceScholar
2020

Hierarchical Reinforcement Learning Method for Autonomous Vehicle Behavior Planning

IROS 2020poster

Behavioral decision making is an important aspect of autonomous vehicles (AV). In this work, we propose a behavior planning structure based on hierarchical reinforcement learning (HRL) which is capable of performing autonomous vehicle planning tasks in simulated environments with multiple sub-goals.…

Cited by 42SourceScholar
2020

Human Driver Behavior Prediction based on UrbanFlow

ICRA 2020poster

How autonomous vehicles and human drivers share public transportation systems is an important problem, as fully automatic transportation environments are still a long way off. Understanding human drivers’ behavior can be beneficial for autonomous vehicle decision making and planning, especially when…

Cited by 9SourceScholar
2019

Multimodal Trajectory Predictions for Autonomous Driving using Deep Convolutional Networks

ICRA 2019poster

Autonomous driving presents one of the largest problems that the robotics and artificial intelligence communities are facing at the moment, both in terms of difficulty and potential societal impact. Self-driving vehicles (SDVs) are expected to prevent road accidents and save millions of lives while…

Cited by 823SourceScholar
2019

Myopic Posterior Sampling for Adaptive Goal Oriented Design of Experiments

ICML 2019oral

Bayesian methods for adaptive decision-making, such as Bayesian optimisation, active learning, and active search have seen great success in relevant applications. However, real world data collection tasks are more broad and complex, as we may need to achieve a combination of the above goals and/or a…

2018

Neural Architecture Search with Bayesian Optimisation and Optimal Transport

NeurIPS 2018spotlight

Bayesian Optimisation (BO) refers to a class of methods for global optimisation of a function f which is only accessible via point evaluations. It is typically used in settings where f is expensive to evaluate. A common use case for BO in machine learning is model selection, where it is not possible…

2018

Parallelised Bayesian Optimisation via Thompson Sampling

AISTATS 2018poster

We design and analyse variations of the classical Thompson sampling (TS) procedure for Bayesian optimisation (BO) in settings where function evaluations are expensive but can be performed in parallel. Our theoretical analysis shows that a direct application of the sequential Thompson sampling algori…

2018

Transformation Autoregressive Networks

ICML 2018oral

The fundamental task of general density estimation $p(x)$ has been of keen interest to machine learning. In this work, we attempt to systematically characterize methods for density estimation. Broadly speaking, most of the existing methods can be categorized into either using:

2016

Bayesian Nonparametric Kernel-Learning

AISTATS 2016poster

Kernel methods are ubiquitous tools in machine learning. They have proven to be effective in many domains and tasks. Yet, kernel methods often require the user to select a predefined kernel to build an estimator with. However, there is often little reason for the common practice of selecting a kerne…

Cited by 89SourcePDFScholar
2016

Estimating Cosmological Parameters from the Dark Matter Distribution

ICML 2016poster

A grand challenge of the 21st century cosmology is to accurately estimate the cosmological parameters of our Universe. A major approach in estimating the cosmological parameters is to use the large scale matter distribution of the Universe. Galaxy surveys provide the means to map out cosmic large-sc…

Cited by 98SourcePDFScholar
2016

Gaussian Process Bandit Optimisation with Multi-fidelity Evaluations

NeurIPS 2016poster

In many scientific and engineering applications, we are tasked with the optimisation of an expensive to evaluate black box function $\func$. Traditional methods for this problem assume just the availability of this single function. However, in many cases, cheap approximations to $\func$ may be obtai…

2016

High Dimensional Bayesian Optimization via Restricted Projection Pursuit Models

AISTATS 2016poster

Bayesian Optimization (BO) is commonly used to optimize blackbox objective functions which are expensive to evaluate. A common approach is based on using Gaussian Process (GP) to model the objective function. Applying GP to higher dimensional settings is generally difficult due to the curse of dimen…

Cited by 103SourcePDFScholar
2016

Stochastic Neural Networks with Monotonic Activation Functions

AISTATS 2016poster

We propose a Laplace approximation that creates a stochastic unit from any smooth monotonic activation function, using only Gaussian noise. This paper investigates the application of this stochastic approximation in training a family of Restricted Boltzmann Machines (RBM) that are closely linked to…

Cited by 30SourcePDFScholar
2016

The Multi-fidelity Multi-armed Bandit

NeurIPS 2016poster

We study a variant of the classical stochastic $K$-armed bandit where observing the outcome of each arm is expensive, but cheap approximations to this outcome are available. For example, in online advertising the performance of an ad can be approximated by displaying it for shorter time periods or t…

Cited by 46SourcePDFScholar
2015

Fast Function to Function Regression

AISTATS 2015poster

We analyze the problem of regression when both input covariates and output responses are functions from a nonparametric function class. Function to function regression (FFR) covers a large range of interesting applications including time-series prediction problems, and also more general tasks like s…

Cited by 38SourcePDFScholar
2015

High Dimensional Bayesian Optimisation and Bandits via Additive Models

ICML 2015poster

Bayesian Optimisation (BO) is a technique used in optimising a D-dimensional function which is typically expensive to evaluate. While there have been many successes for BO in low dimensions, scaling it to high dimensions has been notoriously difficult. Existing literature on the topic are under very…