← Search

Christoph Dann

23 accepted papers

2026

Preserving Expert-Level Privacy in Offline Reinforcement Learning

ICML 2026poster

The offline reinforcement learning (RL) problem aims to learn an optimal policy from historical data collected by one or more behavioural policies (experts) by interacting with an environment. However, the individual experts may be privacy-sensitive in that the learnt policy may retain information a…

Cited by 0SourceScholar
2025

Can RLHF be More Efficient with Imperfect Reward Models? A Policy Coverage Perspective

ICML 2025poster

Sample efficiency is critical for online Reinforcement Learning from Human Feedback (RLHF). While existing works investigate sample-efficient online exploration strategies, the potential of utilizing misspecified yet relevant reward models to accelerate learning remains underexplored. This paper stu…

2025

Principled Model Routing for Unknown Mixtures of Source Domains

NeurIPS 2025poster

The rapid proliferation of domain-specialized machine learning models presents a challenge: while individual models excel in specific domains, their performance varies significantly across diverse applications. This makes selecting the optimal model when faced with an unknown mixture of tasks, espec…

Cited by 0SourceScholar
2024

A Minimaximalist Approach to Reinforcement Learning from Human Feedback

ICML 2024poster

We present *Self-Play Preference Optimization* (SPO), an algorithm for reinforcement learning from human feedback. Our approach is *minimalist* in that it does not require training a reward model nor unstable adversarial training and is therefore rather simple to implement. Our approach is *maximali…

Cited by 87SourcePDFScholar
2024

Conditional Language Policy: A General Framework For Steerable Multi-Objective Finetuning

EMNLP 2024finding

Reward-based finetuning is crucial for aligning language policies with intended behaviors (*e.g.*, creativity and safety). A key challenge is to develop steerable language models that trade-off multiple (conflicting) objectives in a flexible and efficient manner. This paper presents Conditional Lang…

Cited by 17SourcePDFScholar
2023

Learning in POMDPs is Sample-Efficient with Hindsight Observability

ICML 2023poster

POMDPs capture a broad class of decision making problems, but hardness results suggest that learning is intractable even in simple settings due to the inherent partial observability. However, in many realistic problems, more information is either revealed or can be computed during some point of the…

Cited by 27SourcePDFScholar
2023

Reinforcement Learning Can Be More Efficient with Multiple Rewards

ICML 2023poster

Reward design is one of the most critical and challenging aspects when formulating a task as a reinforcement learning (RL) problem. In practice, it often takes several attempts of reward specification and learning with it in order to find one that leads to sample-efficient learning of the desired be…

Cited by 15SourcePDFScholar
2021

A Provably Efficient Model-Free Posterior Sampling Method for Episodic Reinforcement Learning

NeurIPS 2021poster

Thompson Sampling is one of the most effective methods for contextual bandits and has been generalized to posterior sampling for certain MDP settings. However, existing posterior sampling methods for reinforcement learning are limited by being model-based or lack worst-case theoretical guarantees be…

Cited by 42SourcePDFScholar
2021

Agnostic Reinforcement Learning with Low-Rank MDPs and Rich Observations

NeurIPS 2021spotlight

There have been many recent advances on provably efficient Reinforcement Learning (RL) in problems with rich observation spaces. However, all these works share a strong realizability assumption about the optimal value function of the true MDP. Such realizability assumptions are often too strong to h…

Cited by 16SourcePDFScholar
2021

Beyond Value-Function Gaps: Improved Instance-Dependent Regret Bounds for Episodic Reinforcement Learning

NeurIPS 2021spotlight

We provide improved gap-dependent regret bounds for reinforcement learning in finite episodic Markov decision processes. Compared to prior work, our bounds depend on alternative definitions of gaps. These definitions are based on the insight that, in order to achieve a favorable regret, an algorithm…

Cited by 40SourcePDFScholar
2021

Dynamic Balancing for Model Selection in Bandits and RL

ICML 2021spotlight

We propose a framework for model selection by combining base algorithms in stochastic bandits and reinforcement learning. We require a candidate regret bound for each base algorithm that may or may not hold. We select base algorithms to play in each round using a “balancing condition” on the candida…

Cited by 40SourcePDFScholar
2021

Neural Active Learning with Performance Guarantees

NeurIPS 2021poster

We investigate the problem of active learning in the streaming setting in non-parametric regimes, where the labels are stochastically generated from a class of functions on which we make no assumptions whatsoever. We rely on recently proposed Neural Tangent Kernel (NTK) approximation tools to constr…

Cited by 26SourcePDFScholar
2020

Reinforcement Learning with Feedback Graphs

NeurIPS 2020poster

We study RL in the tabular MDP setting where the agent receives additional observations per step in the form of transitions samples. Such additional observations can be provided in many tasks by auxiliary sensors or by leveraging prior knowledge about the environment (e.g., when certain actions yiel…

2019

Policy Certificates: Towards Accountable Reinforcement Learning

ICML 2019oral

The performance of a reinforcement learning algorithm can vary drastically during learning because of exploration. Existing algorithms provide little information about the quality of their current policy before executing it, and thus have limited use in high-stakes applications like healthcare. We a…

Cited by 176SourcePDFScholar
2018

On Oracle-Efficient PAC RL with Rich Observations

NeurIPS 2018spotlight

We study the computational tractability of PAC reinforcement learning with rich observations. We present new provably sample-efficient algorithms for environments with deterministic hidden state dynamics and stochastic rich observations. These methods operate in an oracle model of computation -- acc…

Cited by 140SourcePDFScholar
2017

Unifying PAC and Regret: Uniform PAC Bounds for Episodic Reinforcement Learning

NeurIPS 2017spotlight

Statistical performance bounds for reinforcement learning (RL) algorithms can be critical for high-stakes applications like healthcare. This paper introduces a new framework for theoretically measuring the performance of such algorithms called Uniform-PAC, which is a strengthening of the classical P…