中文
相关论文

相关论文: Secretary, Prophet, and Stochastic Probing via Big…

200 篇论文

In the Prophet Secretary problem, samples from a known set of probability distributions arrive one by one in a uniformly random order, and an algorithm must irrevocably pick one of the samples as soon as it arrives. The goal is to maximize…

数据结构与算法 · 计算机科学 2017-11-07 Yossi Azar , Ashish Chiplunkar , Haim Kaplan

The value maximization version of the secretary problem is the problem of hiring a candidate with the largest value from a randomly ordered sequence of candidates. In this work, we consider a setting where predictions of candidate values…

数据结构与算法 · 计算机科学 2023-08-21 Kaito Fujii , Yuichi Yoshida

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…

数据结构与算法 · 计算机科学 2024-11-05 Ziyun Chen , Zhiyi Huang , Dongchen Li , Zhihao Gavin Tang

In learning-augmented online algorithms, predictions are usually valued for what they say: a value estimate, a solution, or an algorithmic recommendation. This paper shows that predictions can also be valuable solely due to their arrival…

数据结构与算法 · 计算机科学 2026-05-22 Franziska Eberle , Alexander Lindermayr

We study generalizations of the "Prophet Inequality" and "Secretary Problem", where the algorithm is restricted to an arbitrary downward-closed set system. For {0,1}-values, we give O(log n)-competitive algorithms for both problems. This is…

数据结构与算法 · 计算机科学 2024-09-05 Aviad Rubinstein

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…

数据结构与算法 · 计算机科学 2019-10-10 Hossein Esfandiari , MohammadTaghi HajiAghayi , Brendan Lucier , Michael Mitzenmacher

Many online problems are studied in stochastic settings for which inputs are samples from a known distribution, given in advance, or from an unknown distribution. Such distributions model both beyond-worst-case inputs and, when given,…

数据结构与算法 · 计算机科学 2025-11-13 Gregory Kehne , Thomas Kesselheim

Algorithms with predictions is a recent framework for decision-making under uncertainty that leverages the power of machine-learned predictions without making any assumption about their quality. The goal in this framework is for algorithms…

机器学习 · 计算机科学 2025-01-22 Eric Balkanski , Will Ma , Andreas Maggiori

Optimal stopping theory is a powerful tool for analyzing scenarios such as online auctions in which we generally require optimizing an objective function over the space of stopping rules for an allocation process under uncertainty. Perhaps…

计算机科学与博弈论 · 计算机科学 2015-10-16 Hossein Esfandiari , MohammadTaghi Hajiaghayi , Vahid Liaghat , Morteza Monemizadeh

The secretary problem is one of the fundamental problems in online decision making; a tight competitive ratio for this problem of $1/\mathrm{e} \approx 0.368$ has been known since the 1960s. Much more recently, the study of algorithms with…

数据结构与算法 · 计算机科学 2024-10-01 Alexander Braun , Sherry Sarkar

For many online problems, it is known that the uniform arrival order enables the design of algorithms with much better performance guarantees than under worst-case. The quintessential example is the secretary problem. If the sequence of…

数据结构与算法 · 计算机科学 2015-02-10 Thomas Kesselheim , Robert Kleinberg , Rad Niazadeh

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…

计算机科学与博弈论 · 计算机科学 2023-05-19 Paul Dütting , Evangelia Gergatsouli , Rojin Rezvan , Yifeng Teng , Alexandros Tsigonias-Dimitriadis

In the Secretary Problem, one has to hire the best among n candidates. The candidates are interviewed, one at a time, at a random order, and one has to decide on the spot, whether to hire a candidate or continue interviewing. It is well…

数据结构与算法 · 计算机科学 2015-07-23 Moran Feldman , Rani Izsak

The secretary problem is probably the purest model of decision making under uncertainty. In this paper we ask which advice can we give the algorithm to improve its success probability? We propose a general model that unifies a broad range…

数据结构与算法 · 计算机科学 2020-11-16 Paul Dütting , Silvio Lattanzi , Renato Paes Leme , Sergei Vassilvitskii

In this paper, we investigate two variants of the secretary problem. In these variants, we are presented with a sequence of numbers $X_i$ that come from distributions $\mathcal{D}_i$, and that arrive in either random or adversarial order.…

数据结构与算法 · 计算机科学 2022-08-22 Pranav Nuti , Jan Vondrák

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 classical secretary problems, a sequence of $n$ elements arrive in a uniformly random order, and we want to choose a single item, or a set of size $K$. The random order model allows us to escape from the strong lower bounds for the…

数据结构与算法 · 计算机科学 2019-12-02 Domagoj Bradac , Anupam Gupta , Sahil Singla , Goran Zuzic

We study a learning-augmented variant of the secretary problem, recently introduced by Fujii and Yoshida (2023), in which the decision-maker has access to machine-learned predictions of candidate values. The central challenge is to balance…

数据结构与算法 · 计算机科学 2026-01-13 Helia Karisani , Mohammadreza Daneshvaramoli , Hedyeh Beyhaghi , Mohammad Hajiesmaili , Cameron Musco

We consider generalizations of the classical secretary problem, also known as the problem of optimal choice, to posets where the only information we have is the size of the poset and the number of maximal elements. We show that, given this…

组合数学 · 数学 2012-06-29 Bryn Garrod , Robert Morris

We study variants of the secretary problem, where $N$, the number of candidates, is a random variable, and the decision maker wants to maximize the probability of success -- picking the largest number among the $N$ candidates -- using only…

数据结构与算法 · 计算机科学 2023-10-13 Junhui Zhang , Patrick Jaillet
‹ 上一页 1 2 3 10 下一页 ›