← Search

Tor Lattimore

39 accepted papers

2023

Context-lumpable stochastic bandits

NeurIPS 2023poster

We consider a contextual bandit problem with $S $ contexts and $K $ actions. In each round $t=1,2,\dots$ the learner observes a random context and chooses an action based on its past experience. The learner then observes a random reward whose mean is a function of the context and the action for the…

Cited by 2SourcePDFScholar
2023

Distributed Contextual Linear Bandits with Minimax Optimal Communication Cost

ICML 2023poster

We study distributed contextual linear bandits with stochastic contexts, where $N$ agents/learners act cooperatively to solve a linear bandit-optimization problem with $d$-dimensional features over the course of $T$ rounds. For this problem, we derive the first ever information-theoretic lower bound…

Cited by 9SourcePDFScholar
2023

Leveraging Demonstrations to Improve Online Learning: Quality Matters

ICML 2023poster

We investigate the extent to which offline demonstration data can improve online learning. It is natural to expect some improvement, but *the question is how, and by how much?* We show that the degree of improvement must depend on the *quality* of the demonstration data. To generate portable insight…

Cited by 9SourcePDFScholar
2023

Probabilistic Inference in Reinforcement Learning Done Right

NeurIPS 2023poster

A popular perspective in Reinforcement learning (RL) casts the problem as probabilistic inference on a graphical model of the Markov decision process (MDP). The core object of study is the probability of each state-action pair being visited under the optimal policy. Previous approaches to approximat…

Cited by 4SourcePDFScholar
2021

Bandit Phase Retrieval

NeurIPS 2021poster

We study a bandit version of phase retrieval where the learner chooses actions $(A_t)_{t=1}^n$ in the $d$-dimensional unit ball and the expected reward is $\langle A_t, \theta_\star \rangle^2$ with $\theta_\star \in \mathbb R^d$ an unknown parameter vector. We prove an upper bound on the minimax cum…

Cited by 12SourcePDFScholar
2021

Gated Linear Networks

AAAI 2021technical

This paper presents a new family of backpropagation-free neural architectures, Gated Linear Networks (GLNs). What distinguishes GLNs from contemporary neural networks is the distributed and local nature of their credit assignment mechanism; each neuron directly predicts the target, forgoing the abil…

Cited by 48SourcePDFScholar
2021

On the Optimality of Batch Policy Optimization Algorithms

ICML 2021spotlight

Batch policy optimization considers leveraging existing data for policy construction before interacting with an environment. Although interest in this problem has grown significantly in recent years, its theoretical foundations remain under-developed. To advance the understanding of this problem, we…

Cited by 37SourcePDFScholar
2021

Sparse Feature Selection Makes Batch Reinforcement Learning More Sample Efficient

ICML 2021spotlight

This paper provides a statistical analysis of high-dimensional batch reinforcement learning (RL) using sparse linear function approximation. When there is a large number of candidate features, our result sheds light on the fact that sparsity-aware methods can make batch RL more sample efficient. We…

Cited by 39SourcePDFScholar
2020

Behaviour Suite for Reinforcement Learning

ICLR 2020spotlight

This paper introduces the Behaviour Suite for Reinforcement Learning, or bsuite for short. bsuite is a collection of carefully-designed experiments that investigate core capabilities of reinforcement learning (RL) agents with two objectives. First, to collect clear, informative and scalable problems…

Cited by 215SourcecodeScholar
2020

Gaussian Gated Linear Networks

NeurIPS 2020poster

We propose the Gaussian Gated Linear Network (G-GLN), an extension to the recently proposed GLN family of deep neural networks. Instead of using backpropagation to learn features, GLNs have a distributed and local credit assignment mechanism based on optimizing a convex objective. This gives rise to…

2020

Learning with Good Feature Representations in Bandits and in RL with a Generative Model

ICML 2020poster

The construction in the recent paper by Du et al. [2019] implies that searching for a near-optimal action in a bandit sometimes requires examining essentially all the actions, even if the learner is given linear features in R^d that approximate the rewards with a small uniform error. We use the Kief…

Cited by 217SourcePDFScholar
2020

Linear bandits with Stochastic Delayed Feedback

ICML 2020poster

Stochastic linear bandits are a natural and well-studied model for structured exploration/exploitation problems and are widely used in applications such as on-line marketing and recommendation. One of the main challenges faced by practitioners hoping to apply existing algorithms is that usually the…

Cited by 88SourcePDFScholar
2020

Model Selection in Contextual Stochastic Bandit Problems

NeurIPS 2020poster

We study bandit model selection in stochastic environments. Our approach relies on a master algorithm that selects between candidate base algorithms. We develop a master-base algorithm abstraction that can work with general classes of base algorithms and different type of adversarial master algorith…

Cited by 117SourcePDFScholar
2019

A Geometric Perspective on Optimal Representations for Reinforcement Learning

NeurIPS 2019poster

We propose a new perspective on representation learning in reinforcement learning based on geometric properties of the space of value functions. From there, we provide formal evidence regarding the usefulness of value functions as auxiliary tasks in reinforcement learning. Our formulation considers…

Cited by 108SourcePDFScholar
2019

BubbleRank: Safe Online Learning to Re-Rank via Implicit Click Feedback

UAI 2019poster

In this paper, we study the problem of safe online learning to re-rank, where user feedback is used to improve the quality of displayed lists. Learning to rank has traditionally been studied in two settings. In the offline setting, rankers are typically learned from relevance labels created by judge…

2019

Connections Between Mirror Descent, Thompson Sampling and the Information Ratio

NeurIPS 2019poster

The information-theoretic analysis by Russo and Van Roy [2014] in combination with minimax duality has proved a powerful tool for the analysis of online learning algorithms in full and partial information settings. In most applications there is a tantalising similarity to the classical analysis base…

Cited by 51SourcePDFScholar
2019

Garbage In, Reward Out: Bootstrapping Exploration in Multi-Armed Bandits

ICML 2019oral

We propose a bandit algorithm that explores by randomizing its history of rewards. Specifically, it pulls the arm with the highest mean reward in a non-parametric bootstrap sample of its history with pseudo rewards. We design the pseudo rewards such that the bootstrap mean is optimistic with a suffi…

Cited by 85SourcePDFScholar
2018

Single-Agent Policy Tree Search With Guarantees

NeurIPS 2018poster

We introduce two novel tree search algorithms that use a policy to guide search. The first algorithm is a best-first enumeration that uses a cost function that allows us to provide an upper bound on the number of nodes to be expanded before reaching a goal state. We show that this best-first algorit…

2018

TopRank: A practical algorithm for online stochastic ranking

NeurIPS 2018poster

Online learning to rank is a sequential decision-making problem where in each round the learning agent chooses a list of items and receives feedback in the form of clicks from the user. Many sample-efficient algorithms have been proposed for this problem that assume a specific click model connecting…

Cited by 86SourcePDFScholar
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…

2016

Causal Bandits: Learning Good Interventions via Causal Inference

NeurIPS 2016poster

We study the problem of using causal models to improve the rate at which good interventions can be learned online in a stochastic environment. Our formalism combines multi-arm bandits and causal inference to model a novel type of bandit feedback that is not exploited by existing approaches. We propo…

2016

Following the Leader and Fast Rates in Linear Prediction: Curved Constraint Sets and Other Regularities

NeurIPS 2016poster

The follow the leader (FTL) algorithm, perhaps the simplest of all online learning algorithms, is known to perform well when the loss functions it is used on are positively curved. In this paper we ask whether there are other "lucky" settings when FTL achieves sublinear, "small" regret. In particula…

Cited by 6SourcePDFScholar