LGGTFeb 24, 2017

Bandits with Movement Costs and Adaptive Pricing

arXiv:1702.07444v120 citations
Originality Incremental advance
AI Analysis

This work addresses adaptive pricing for sellers facing patient buyers, offering a significant improvement over prior bounds, though it is incremental in extending bandit models with movement costs.

The paper tackles the problem of multi-armed bandits with movement costs in a metric space, achieving a regret of $\widetilde{O}(\sqrt{kT} + T/k)$ for a tree-based metric and an optimal $\widetilde{\Theta}(T^{2/3})$ for Lipschitz loss functions, and applies this to adaptive pricing to improve regret from $\widetilde{O}(T^{3/4})$ to $\widetilde{O}(T^{2/3})$ compared to the best fixed price.

We extend the model of Multi-armed Bandit with unit switching cost to incorporate a metric between the actions. We consider the case where the metric over the actions can be modeled by a complete binary tree, and the distance between two leaves is the size of the subtree of their least common ancestor, which abstracts the case that the actions are points on the continuous interval $[0,1]$ and the switching cost is their distance. In this setting, we give a new algorithm that establishes a regret of $\widetilde{O}(\sqrt{kT} + T/k)$, where $k$ is the number of actions and $T$ is the time horizon. When the set of actions corresponds to whole $[0,1]$ interval we can exploit our method for the task of bandit learning with Lipschitz loss functions, where our algorithm achieves an optimal regret rate of $\widetildeΘ(T^{2/3})$, which is the same rate one obtains when there is no penalty for movements. As our main application, we use our new algorithm to solve an adaptive pricing problem. Specifically, we consider the case of a single seller faced with a stream of patient buyers. Each buyer has a private value and a window of time in which they are interested in buying, and they buy at the lowest price in the window, if it is below their value. We show that with an appropriate discretization of the prices, the seller can achieve a regret of $\widetilde{O}(T^{2/3})$ compared to the best fixed price in hindsight, which outperform the previous regret bound of $\widetilde{O}(T^{3/4})$ for the problem.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes