中文
相关论文

相关论文: Online Matching in a Ride-Sharing Platform

200 篇论文

Motivated by sequential budgeted allocation problems, we investigate online matching problems where connections between vertices are not i.i.d., but they have fixed degree distributions -- the so-called configuration model. We estimate the…

数据结构与算法 · 计算机科学 2021-07-05 Nathan Noiry , Flore Sentenac , Vianney Perchet

Online bipartite matching (OBM) is a fundamental model underpinning many important applications, including search engine advertisement, website banner and pop-up ads, and ride-hailing. We study the i.i.d. OBM problem, where one side of the…

最优化与控制 · 数学 2018-12-24 Alfredo Torrico , Alejandro Toriello

We consider the general setting for partial matching of two or multiple graphs, in the sense that not necessarily all the nodes in one graph can find their correspondences in another graph and vice versa. We take a universe matching…

人工智能 · 计算机科学 2022-10-20 Zetian Jiang , Jiaxin Lu , Tianzhe Wang , Junchi Yan

Online bipartite matching is a classical problem in online algorithms and we know that both the deterministic fractional and randomized integral online matchings achieve the same competitive ratio of $1-\frac{1}{e}$. In this work, we study…

数据结构与算法 · 计算机科学 2025-11-21 Amey Bhangale , Arghya Chakraborty , Prahladh Harsha

Finding optimal matchings in dense graphs is of general interest and of particular importance in social, transportation and biological networks. While developing optimal solutions for various matching problems is important, the running…

数据结构与算法 · 计算机科学 2020-11-16 Nitish K. Panigrahy , Prithwish Basu , Don Towsley

The $b$-matching problem is an allocation problem where the vertices on the left-hand side of a bipartite graph, referred to as servers, may be matched multiple times. In the setting with stochastic rewards, an assignment between an…

数据结构与算法 · 计算机科学 2024-11-27 Susanne Albers , Sebastian Schubert

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…

数据结构与算法 · 计算机科学 2024-02-15 Thorben Tröbst , Rajan Udwani

Ride-hailing platforms (e.g., Uber, Lyft) have transformed urban mobility by enabling ride-sharing, which holds considerable promise for reducing both travel costs and total vehicle miles traveled (VMT). However, the fragmentation of these…

综合经济学 · 经济学 2025-08-27 Xin Dong , Jose Ventura , Vikash V. Gayah

The stable matching problem is a prototype model in economics and social sciences where agents act selfishly to optimize their own satisfaction, subject to mutually conflicting constraints. A stable matching is a pairing of adjacent…

无序系统与神经网络 · 物理学 2007-05-23 Stephan Mertens

This paper analyzes different online algorithms for the problem of assigning weights to edges in a fully-connected bipartite graph that minimizes the overall cost while satisfying constraints. Edges in this graph may disappear and reappear…

计算复杂性 · 计算机科学 2011-05-03 Ankur Sahai

We study the online stochastic matching problem. Consider a bipartite graph with offline vertices on one side, and with i.i.d.online vertices on the other side. The offline vertices and the distribution of online vertices are known to the…

数据结构与算法 · 计算机科学 2021-03-26 Zhiyi Huang , Xinkai Shu

We define and study greedy matchings in vertex-ordered bipartite graphs. It is shown that each vertex-ordered bipartite graph has a unique greedy matching. The proof uses (a weak form of) Newman's lemma. The vertex ordering is called a…

离散数学 · 计算机科学 2024-02-13 Hans U. Simon

In this paper, we generalize the recently studied Stochastic Matching problem to more accurately model a significant medical process, kidney exchange, and several other applications. Up until now the Stochastic Matching problem that has…

数据结构与算法 · 计算机科学 2022-05-31 Alireza Farhadi , Jacob Gilbert , MohammadTaghi Hajiaghayi

Online bipartite-matching platforms are ubiquitous and find applications in important areas such as crowdsourcing and ridesharing. In the most general form, the platform consists of three entities: two sides to be matched and a platform…

计算机科学与博弈论 · 计算机科学 2023-06-06 Seyed A. Esmaeili , Sharmila Duppala , Davidson Cheng , Vedant Nanda , Aravind Srinivasan , John P. Dickerson

We equip the edges of a deterministic graph $H$ with independent but not necessarily identically distributed weights and study a generalized version of matchings (i.e. a set of vertex disjoint edges) in $H$ satisfying the property that…

概率论 · 数学 2021-08-18 Ghurumuruhan Ganesan

We design a generic method for reducing the task of finding weighted matchings to that of finding short augmenting paths in unweighted graphs. This method enables us to provide efficient implementations for approximating weighted matchings…

数据结构与算法 · 计算机科学 2018-11-08 Buddhima Gamlath , Sagar Kale , Slobodan Mitrović , Ola Svensson

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…

数据结构与算法 · 计算机科学 2024-01-10 Rajan Udwani

Online bipartite matching, where agents are known in advance but items arrive sequentially and must be irrevocably assigned, is fundamental to problems ranging from ride-sharing to online advertising. When agents belong to classes such as…

计算机科学与博弈论 · 计算机科学 2026-05-25 Sander Borst , Max Springer

We consider the problem of approximating a maximum weighted matching, when the edges of an underlying weighted graph $G(V,E)$ are revealed in a streaming fashion. We analyze a variant of the previously best-known…

数据结构与算法 · 计算机科学 2018-05-01 Elena Grigorescu , Morteza Monemizadeh , Samson Zhou

The bipartite matching problem in the online and streaming settings has received a lot of attention recently. The classical vertex arrival setting, for which the celebrated Karp, Vazirani and Vazirani (KVV) algorithm achieves a $1-1/e$…

数据结构与算法 · 计算机科学 2021-03-23 Michael Kapralov