English
Related papers

Related papers: Online Stochastic Matching: Beating 1-1/e

200 papers

In the stochastic weighted matching problem, the goal is to find a large-weight matching of a graph when we are uncertain about the existence of its edges. In particular, each edge $e$ has a known weight $w_e$ but is realized independently…

Data Structures and Algorithms · Computer Science 2022-11-01 Mahsa Derakhshan , Alireza Farhadi

We investigate online maximum cardinality matching, a central problem in ad allocation. In this problem, users are revealed sequentially, and each new user can be paired with any previously unmatched campaign that it is compatible with.…

Data Structures and Algorithms · Computer Science 2024-10-28 Flore Sentenac , Nathan Noiry , Matthieu Lerasle , Laurent Ménard , Vianney Perchet

When designing a preemptive online algorithm for the maximum matching problem, we wish to maintain a valid matching M while edges of the underlying graph are presented one after the other. When presented with an edge e, the algorithm should…

Data Structures and Algorithms · Computer Science 2015-03-20 Leah Epstein , Asaf Levin , Danny Segev , Oren Weimann

We study the oblivious matching problem, which aims at finding a maximum matching on a graph with unknown edge set. Any algorithm for the problem specifies an ordering of the vertex pairs. The matching is then produced by probing the pairs…

Data Structures and Algorithms · Computer Science 2020-02-17 Zhihao Gavin Tang , Xiaowei Wu , Yuhao Zhang

We consider the problem of online allocation (matching, budgeted allocations, and assortments) of reusable resources where an adversarial sequence of resource requests is revealed over time and any allocated resource is used/rented for a…

Data Structures and Algorithms · Computer Science 2024-09-17 Vineet Goyal , Garud Iyengar , Rajan Udwani

We revisit the classical analysis of Karp, Vazirani, and Vazirani (KVV, STOC~1990), which established the well-known upper bound of $1 - 1/e$ as the limiting proportion of vertices that can be matched by any online procedure in a canonical…

Data Structures and Algorithms · Computer Science 2025-11-25 Pan Xu

We present a series of results regarding conceptually simple algorithms for bipartite matching in various online and related models. We first consider a deterministic adversarial model. The best approximation ratio possible for a one-pass…

Data Structures and Algorithms · Computer Science 2017-07-03 Allan Borodin , Denis Pankratov , Amirali Salehi-Abari

Online bipartite matching with edge arrivals remained a major open question for a long time until a recent negative result by [Gamlath et al. FOCS 2019], who showed that no online policy is better than the straightforward greedy algorithm,…

Data Structures and Algorithms · Computer Science 2020-07-17 Nick Gravin , Zhihao Gavin Tang , Kangning Wang

Online Bipartite Matching with random user arrival is a fundamental problem in the online advertisement ecosystem. Over the last 30 years, many algorithms and impossibility results have been developed for this problem. In particular, the…

Data Structures and Algorithms · Computer Science 2025-04-29 Flavio Chierichetti , Mirko Giacchini , Alessandro Panconesi , Andrea Vattani

In this paper, we study max-weight stochastic matchings on online bipartite graphs under both vertex and edge arrivals. We focus on designing polynomial time approximation algorithms with respect to the online benchmark, which was first…

Data Structures and Algorithms · Computer Science 2022-06-06 Mark Braverman , Mahsa Derakhshan , Antonio Molina Lovett

We study stationary online bipartite matching, where both types of nodes--offline and online--arrive according to Poisson processes. Offline nodes wait to be matched for some random time, determined by an exponential distribution, while…

Data Structures and Algorithms · Computer Science 2024-11-14 Alireza AmaniHamedani , Ali Aouad , Tristan Pollner , Amin Saberi

We study online capacitated resource allocation, a natural generalization of online stochastic max-weight bipartite matching. This problem is motivated by ride-sharing and Internet advertising applications, where online arrivals may have…

Data Structures and Algorithms · Computer Science 2024-06-13 Alexander Braun , Thomas Kesselheim , Tristan Pollner , Amin Saberi

We study the $b$-matching problem in bipartite graphs $G=(S,R,E)$. Each vertex $s\in S$ is a server with individual capacity $b_s$. The vertices $r\in R$ are requests that arrive online and must be assigned instantly to an eligible server.…

Data Structures and Algorithms · Computer Science 2022-07-01 Susanne Albers , Sebastian Schubert

We study a weighted online bipartite matching problem: $G(V_1, V_2, E)$ is a weighted bipartite graph where $V_1$ is known beforehand and the vertices of $V_2$ arrive online. The goal is to match vertices of $V_2$ as they arrive to vertices…

Data Structures and Algorithms · Computer Science 2014-09-09 Moses Charikar , Monika Henzinger , Huy L. Nguyen

We study the problem of vertex-weighted online bipartite matching with stochastic rewards where matches may fail with some known probability and the decision maker has to adapt to the sequential realization of these outcomes. Recent works…

Data Structures and Algorithms · Computer Science 2024-01-10 Rajan Udwani

Motivated by Internet targeted advertising, we address several ad allocation problems. Prior work has established these problems admit no randomized online algorithm better than $(1-\frac{1}{e})$-competitive…

Data Structures and Algorithms · Computer Science 2015-04-30 Joseph , Naor , David Wajc

Within the context of stochastic probing with commitment, we consider the online stochastic matching problem; that is, the one-sided online bipartite matching problem where edges adjacent to an online node must be probed to determine if…

Data Structures and Algorithms · Computer Science 2021-03-02 Allan Borodin , Calum MacRury , Akash Rakheja

Huang et al.~(STOC 2018) introduced the fully online matching problem, a generalization of the classic online bipartite matching problem in that it allows all vertices to arrive online and considers general graphs. They showed that the…

Data Structures and Algorithms · Computer Science 2018-10-19 Zhiyi Huang , Binghui Peng , Zhihao Gavin Tang , Runzhou Tao , Xiaowei Wu , Yuhao Zhang

We revisit the fully online matching model (Huang et al., J.\ ACM, 2020), an extension of the classic online matching model due to Karp, Vazirani, and Vazirani (STOC 1990), which has recently received a lot of attention (Huang et al., SODA…

Data Structures and Algorithms · Computer Science 2021-09-07 Alexander Eckl , Anja Kirschbaum , Marilena Leichter , Kevin Schewior

In the online hypergraph matching problem, hyperedges of size $k$ over a common ground set arrive online in adversarial order. The goal is to obtain a maximum matching (disjoint set of hyperedges). A na\"ive greedy algorithm for this…

Data Structures and Algorithms · Computer Science 2024-02-15 Thorben Tröbst , Rajan Udwani