English
Related papers

Related papers: Prophet Inequality with Conservative Prediction

200 papers

We study the prophet secretary problem, a well-studied variant of the classic prophet inequality, where values are drawn from independent known distributions but arrive in uniformly random order. Upon seeing a value at each step, the…

Computer Science and Game Theory · Computer Science 2023-05-19 Paul Dütting , Evangelia Gergatsouli , Rojin Rezvan , Yifeng Teng , Alexandros Tsigonias-Dimitriadis

Consider a gambler who observes a sequence of independent, non-negative random numbers and is allowed to stop the sequence at any time, claiming a reward equal to the most recent observation. The famous prophet inequality of Krengel,…

Data Structures and Algorithms · Computer Science 2012-01-24 Robert Kleinberg , S. Matthew Weinberg

The setting of the classic prophet inequality is as follows: a gambler is shown the probability distributions of $n$ independent, non-negative random variables with finite expectations. In their indexed order, a value is drawn from each…

Data Structures and Algorithms · Computer Science 2018-12-31 Jack Wang

In a prophet inequality problem, $n$ independent random variables are presented to a gambler one by one. The gambler decides when to stop the sequence and obtains the most recent value as reward. We evaluate a stopping rule by the…

Data Structures and Algorithms · Computer Science 2023-11-16 Andrés Cristi , Bruno Ziliotto

We study threshold testing, an elementary probing model with the goal to choose a large value out of $n$ i.i.d. random variables. An algorithm can test each variable $X_i$ once for some threshold $t_i$, and the test returns binary feedback…

Data Structures and Algorithms · Computer Science 2024-06-13 Martin Hoefer , Kevin Schewior

The prophet secretary problem is a combination of the prophet inequality and the secretary problem, where elements are drawn from known independent distributions and arrive in uniformly random order. In this work, we design 1) a…

Data Structures and Algorithms · Computer Science 2024-11-05 Ziyun Chen , Zhiyi Huang , Dongchen Li , Zhihao Gavin Tang

We consider the prophet inequality problem for (not necessarily bipartite) matching problems with independent edge values, under both edge arrivals and vertex arrivals. We show constant-factor prophet inequalities for the case where the…

Data Structures and Algorithms · Computer Science 2021-08-03 Paul Dütting , Federico Fusco , Philip Lazos , Stefano Leonardi , Rebecca Reiffenhäuser

In online sales, sellers usually offer each potential buyer a posted price in a take-it-or-leave fashion. Buyers can sometimes see posted prices faced by other buyers, and changing the price frequently could be considered unfair. The…

Computer Science and Game Theory · Computer Science 2023-08-15 Sebastian Perez-Salazar , Mohit Singh , Alejandro Toriello

Hill and Kertz studied the prophet inequality on iid distributions [The Annals of Probability 1982]. They proved a theoretical bound of $1-\frac{1}{e}$ on the approximation factor of their algorithm. They conjectured that the best…

Data Structures and Algorithms · Computer Science 2017-06-01 Melika Abolhasani , Soheil Ehsani , Hosein Esfandiari , MohammadTaghi Hajiaghayi , Robert Kleinberg , Brendan Lucier

There are two major models of value uncertainty in the optimal stopping literature: the secretary model, which assumes no prior knowledge, and the prophet inequality model, which assumes full information about value distributions. In…

Data Structures and Algorithms · Computer Science 2026-03-03 Tian Bai , Zhiyi Huang , Chui Shan Lee , Dongchen Li

We introduce the \textit{prophet inequality with uncertain acceptance} model, in which a decision maker sequentially observes a sequence of independent options, each characterized by a value $x_i$ and an acceptance probability $p_i$, both…

Computer Science and Game Theory · Computer Science 2026-03-25 Emile Martinez , Felipe Garrido-Lucero , Umberto Grandi , Sebastian Pérez-Salazar

In the classical prophet inequality, a gambler observes a sequence of stochastic rewards $V_1,...,V_n$ and must decide, for each reward $V_i$, whether to keep it and stop the game or to forfeit the reward forever and reveal the next value…

Data Structures and Algorithms · Computer Science 2013-07-16 Pablo D. Azar , Robert Kleinberg , S. Matthew Weinberg

We introduce a variant of the classic prophet inequality, called \emph{residual prophet inequality} (RPI). In the RPI problem, we consider a finite sequence of $n$ nonnegative independent random values with known distributions, and a known…

Data Structures and Algorithms · Computer Science 2025-07-24 Jose Correa , Sebastian Perez-Salazar , Dana Pizarro , Bruno Ziliotto

This paper considers a finite horizon optimal stopping problem for a sequence of independent and identically distributed random variables, where the objective is to design stopping rules that attempt to select the random variable with the…

Probability · Mathematics 2026-05-20 Alexander Goldenshluger , Yaakov Malinovsky , Assaf Zeevi

We devise a general graph-theoretic framework for studying prophet inequalities. In this framework, an agent traverses a directed acyclic graph from a starting node $s$ to a target node $t$. Each edge has a value that is sampled from a…

Computer Science and Game Theory · Computer Science 2024-06-21 Andrés Cristi , Sigal Oren

We initiate the study of the prophet inequality problem through the resource augmentation framework in scenarios when the values of the rewards are correlated. Our goal is to determine the number of additional rewards an online algorithm…

Machine Learning · Computer Science 2024-09-12 Tomer Ezra , Tamar Garbuz

The prophet inequalities problem has received significant study over the past decades and has several applications such as to online auctions. In this paper, we study two variants of the i.i.d. prophet inequalities problem, namely the…

Data Structures and Algorithms · Computer Science 2020-12-01 William Marshall , Nolan Miranda , Albert Zuo

Prophet inequalities and secretary problems have been extensively studied in recent years due to their elegance, connections to online algorithms, stochastic optimization, and mechanism design problems in game theoretic settings. Rubinstein…

Data Structures and Algorithms · Computer Science 2021-07-09 Chandra Chekuri , Vasilis Livanos

We study a pricing problem where a seller has $k$ identical copies of a product, buyers arrive sequentially, and the seller prices the items aiming to maximize social welfare. When $k=1$, this is the so called "prophet inequality" problem…

Computer Science and Game Theory · Computer Science 2023-06-21 Shuchi Chawla , Nikhil Devanur , Thodoris Lykouris

Suppose a customer is faced with a sequence of fluctuating prices, such as for airfare or a product sold by a large online retailer. Given distributional information about what price they might face each day, how should they choose when to…

Data Structures and Algorithms · Computer Science 2019-10-10 Hossein Esfandiari , MohammadTaghi HajiAghayi , Brendan Lucier , Michael Mitzenmacher