← Search

Dorian Baudry

15 accepted papers

2026

A Perturbation Approach to Unconstrained Linear Bandits

ICML 2026poster

We revisit the standard perturbation-based approach of Abernethy et al. (2008) in the context of unconstrained Bandit Linear Optimization (uBLO). We show the surprising result that in the unconstrained setting, this approach effectively reduces Bandit Linear Optimization (BLO) to a standard Online L…

Cited by 0SourceScholar
2025

Does Stochastic Gradient really succeed for bandits?

NeurIPS 2025oral

Recent works of Mei et al. (2023, 2024) have deepened the theoretical understanding of the *Stochastic Gradient Bandit* (SGB) policy, showing that using a constant learning rate guarantees asymptotic convergence to the optimal policy, and that sufficiently *small* learning rates can yield logarithmi…

Cited by 0SourceScholar
2025

Non-stationary Bandit Convex Optimization: A Comprehensive Study

NeurIPS 2025poster

Bandit Convex Optimization is a fundamental class of sequential decision-making problems, where the learner selects actions from a continuous domain and observes a loss (but not its gradient) at only one point per round. We study this problem in non-stationary environments, and aim to minimize the r…

Cited by 0SourceScholar
2024

Improved learning rates in multi-unit uniform price auctions

NeurIPS 2024poster

Motivated by the strategic participation of electricity producers in electricity day-ahead market, we study the problem of online learning in repeated multi-unit uniform price auctions focusing on the adversarial opposing bid setting. The main contribution of this paper is the introduction of a new…

Cited by 0SourcePDFScholar
2024

Multi-armed bandits with guaranteed revenue per arm

AISTATS 2024poster

We consider a Multi-Armed Bandit problem with covering constraints, where the primary goal is to ensure that each arm receives a minimum expected reward while maximizing the total cumulative reward. In this scenario, the optimal policy then belongs to some unknown feasible set. Unlike much of the ex…

2024

Optimizing the coalition gain in Online Auctions with Greedy Structured Bandits

NeurIPS 2024poster

Motivated by online display advertising, this work considers repeated second-price auctions, where agents sample their value from an unknown distribution with cumulative distribution function $F$. In each auction $t$, a decision-maker bound by limited observations selects $n_t$ agents from a coaliti…

Cited by 0SourcePDFScholar
2023

Fast Asymptotically Optimal Algorithms for Non-Parametric Stochastic Bandits

NeurIPS 2023poster

We consider the problem of regret minimization in non-parametric stochastic bandits. When the rewards are known to be bounded from above, there exists asymptotically optimal algorithms, with asymptotic regret depending on an infimum of Kullback-Leibler divergences (KL). These algorithms are computat…

Cited by 1SourcePDFScholar
2021

From Optimality to Robustness: Adaptive Re-Sampling Strategies in Stochastic Bandits

NeurIPS 2021poster

The stochastic multi-arm bandit problem has been extensively studied under standard assumptions on the arm's distribution (e.g bounded with known support, exponential family, etc). These assumptions are suitable for many real-world problems but sometimes they require knowledge (on tails for instance…

Cited by 9SourcePDFScholar
2021

Optimal Thompson Sampling strategies for support-aware CVaR bandits

ICML 2021spotlight

In this paper we study a multi-arm bandit problem in which the quality of each arm is measured by the Conditional Value at Risk (CVaR) at some level alpha of the reward distribution. While existing works in this setting mainly focus on Upper Confidence Bound algorithms, we introduce a new Thompson S…

2020

Sub-sampling for Efficient Non-Parametric Bandit Exploration

NeurIPS 2020spotlight

In this paper we propose the first multi-armed bandit algorithm based on re-sampling that achieves asymptotically optimal regret simultaneously for different families of arms (namely Bernoulli, Gaussian and Poisson distributions). Unlike Thompson Sampling which requires to specify a different prior…