English

A Reinforcement Learning Approach in Multi-Phase Second-Price Auction Design

Machine Learning 2026-03-04 v2 Computer Science and Game Theory Machine Learning

Abstract

We study reserve price optimization in multi-phase second price auctions, where the seller's prior actions affect the bidders' later valuations through a Markov Decision Process (MDP). Compared to the bandit setting in existing works, the setting in ours involves three challenges. First, from the seller's perspective, we need to efficiently explore the environment in the presence of potentially untruthful bidders who aim to manipulate the seller's policy. Second, we want to minimize the seller's revenue regret when the market noise distribution is unknown. Third, the seller's per-step revenue is an unknown, nonlinear random variable, and cannot even be directly observed from the environment but realized values. We propose a mechanism addressing all three challenges. To address the first challenge, we use a combination of a new technique named "buffer periods" and inspirations from Reinforcement Learning (RL) with low switching cost to limit bidders' surplus from untruthful bidding, thereby incentivizing approximately truthful bidding. The second one is tackled by a novel algorithm that removes the need for pure exploration when the market noise distribution is unknown. The third challenge is resolved by an extension of LSVI-UCB, where we use the auction's underlying structure to control the uncertainty of the revenue function. The three techniques culminate in the Contextual-LSVI-UCB-Buffer (CLUB) algorithm which achieves O~(H5/2K)\tilde{{O}}(H^{5/2}\sqrt{K}) revenue regret, where KK is the number of episodes and HH is the length of each episode, when the market noise is known and O~(H3K)\tilde{{O}}(H^{3}\sqrt{K}) revenue regret when the noise is unknown with no assumptions on bidders' truthfulness.

Keywords

Cite

@article{arxiv.2210.10278,
  title  = {A Reinforcement Learning Approach in Multi-Phase Second-Price Auction Design},
  author = {Rui Ai and Boxiang Lyu and Zhaoran Wang and Zhuoran Yang and Michael I. Jordan},
  journal= {arXiv preprint arXiv:2210.10278},
  year   = {2026}
}
R2 v1 2026-06-28T03:57:57.531Z