中文
相关论文

相关论文: Single-Sample Prophet Inequalities Revisited

200 篇论文

The secretary problem is a classic model for online decision making. Recently, combinatorial extensions such as matroid or matching secretary problems have become an important tool to study algorithmic problems in dynamic markets. Here the…

数据结构与算法 · 计算机科学 2017-08-28 Martin Hoefer , Bojana Kodric

One of the classic problems in online decision-making is the *secretary problem* where to goal is to maximize the probability of choosing the largest number from a randomly ordered sequence. A natural extension allows selecting multiple…

数据结构与算法 · 计算机科学 2025-01-16 Kiarash Banihashem , MohammadTaghi Hajiaghayi , Dariusz R. Kowalski , Piotr Krysta , Danny Mittal , Jan Olkowski

In online combinatorial allocations/auctions, n bidders sequentially arrive, each with a combinatorial valuation (such as submodular/XOS) over subsets of m indivisible items. The aim is to immediately allocate a subset of the remaining…

计算机科学与博弈论 · 计算机科学 2024-09-18 Paul Dütting , Thomas Kesselheim , Brendan Lucier , Rebecca Reiffenhäuser , Sahil Singla

We consider prophet inequalities in a setting where agents correspond to both elements in a matroid and vertices in a graph. A set of agents is feasible if they form both an independent set in the matroid and an independent set in the…

数据结构与算法 · 计算机科学 2019-07-17 Jackie Baek , Will Ma

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…

机器学习 · 计算机科学 2024-09-12 Tomer Ezra , Tamar Garbuz

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…

数据结构与算法 · 计算机科学 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…

数据结构与算法 · 计算机科学 2026-03-03 Tian Bai , Zhiyi Huang , Chui Shan Lee , Dongchen Li

We present a number of positive and negative results for variants of the matroid secretary problem. Most notably, we design a constant-factor competitive algorithm for the "random assignment" model where the weights are assigned randomly to…

数据结构与算法 · 计算机科学 2011-12-13 Shayan Oveis Gharan , Jan Vondrák

In the classical prophet inequality settings, a gambler is given a sequence of $n$ random variables $X_1, \dots, X_n$, taken from known distributions, observes their values in this (potentially adversarial) order, and select one of them,…

计算机科学与博弈论 · 计算机科学 2024-04-19 Sariel Har-Peled , Elfarouk Harb , Vasilis Livanos

We study a class of Bayesian online selection problems with matroid constraints. Consider a vendor who has several items to sell, with the set of sold items being subject to some structural constraints, e.g., the set of sold items should be…

计算机科学与博弈论 · 计算机科学 2024-06-04 Ian DeHaan , Kanstantsin Pashkovich

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…

数据结构与算法 · 计算机科学 2024-06-13 Martin Hoefer , Kevin Schewior

In the prophet inequality problem, a gambler faces a sequence of items arriving online with values drawn independently from known distributions. On seeing an item, the gambler must choose whether to accept its value as her reward and quit…

数据结构与算法 · 计算机科学 2023-05-23 Archit Bubna , Ashish Chiplunkar

First, for the for the submodular $k$-secretary problem with shortlists [1], we provide a near optimal $1-1/e-\epsilon$ approximation using shortlist of size $O(k poly(1/\epsilon))$. In particular, we improve the size of shortlist used in…

数据结构与算法 · 计算机科学 2021-02-22 Mohammad Shadravan

Due to numerous applications in retail and (online) advertising the problem of assortment selection has been widely studied under many combinations of discrete choice models and feasibility constraints. In many situations, however, an…

数据结构与算法 · 计算机科学 2023-08-11 Vineet Goyal , Salal Humair , Orestis Papadigenopoulos , Assaf Zeevi

In a matroid secretary problem, one is presented with a sequence of objects of various weights in a random order, and must choose irrevocably to accept or reject each item. There is a further constraint that the set of items selected must…

计算机科学与博弈论 · 计算机科学 2013-01-22 David Harris , Manish Purohit

In the matroid secretary problem, the elements of a matroid $\mathcal{M}$ arrive in random order. Once we observe an item we need to irrevocably decide whether or not to accept it. The set of selected elements should form an independent set…

数据结构与算法 · 计算机科学 2020-01-06 Mohammad Shadravan

Only recently progress has been made in obtaining $o(\log(\mathrm{rank}))$-competitive algorithms for the matroid secretary problem. More precisely, Chakraborty and Lachish (2012) presented a $O(\sqrt{\log(\mathrm{rank})})$-competitive…

数据结构与算法 · 计算机科学 2014-07-07 Moran Feldman , Ola Svensson , Rico Zenklusen

We consider prophet inequalities subject to feasibility constraints that are the intersection of $q$ matroids. The best-known algorithms achieve a $\Theta(q)$-approximation, even when restricted to instances that are the intersection of $q$…

计算机科学与博弈论 · 计算机科学 2022-09-14 Raghuvansh R. Saxena , Santhoshini Velusamy , S. Matthew Weinberg

In the prophet secretary problem, $n$ values are drawn independently from known distributions, and presented in a uniformly random order. A decision-maker must accept or reject each value when it is presented, and may accept at most $k$…

计算机科学与博弈论 · 计算机科学 2022-06-09 Nick Arnosti , Will Ma

There is a rising interest for studying the online benchmark as an alternative of the classical offline benchmark in online stochastic settings. Ezra, Feldman, Gravin, and Tang (SODA 2023) introduced the notion of order-competitive ratio,…

数据结构与算法 · 计算机科学 2024-06-24 Liyan Chen , Nuozhou Sun , Zhihao Gavin Tang