An Experimental Study of Algorithms for Online Bipartite Matching

08/14/2018
by   Allan Borodin, et al.
0

We perform an experimental study of algorithms for online bipartite matching under the known i.i.d. input model with integral types. In the last decade, there has been substantial effort in designing complex algorithms with the goal of improving worst-case approximation ratios. Our goal is to determine how these algorithms perform on more practical instances rather than worst-case instances. In particular, we are interested in whether the ranking of the algorithms by their worst-case performance is consistent with the ranking of the algorithms by their average-case/practical performance. We are also interested in whether preprocessing times and implementation difficulties that are introduced by these algorithms are justified in practice. To that end we evaluate these algorithms on different random inputs as well as real-life instances obtained from publicly available repositories. We compare these algorithms against several simple greedy-style algorithms. Most of the complex algorithms in the literature are presented as being non-greedy (i.e., an algorithm can intentionally skip matching a node that has available neighbors) to simplify the analysis. Every such algorithm can be turned into a greedy one without hurting its worst-case performance. On our benchmarks, non-greedy versions of these algorithms perform much worse than their greedy versions. Greedy versions perform about as well as the simplest greedy algorithm by itself. This, together with our other findings, suggests that simplest greedy algorithms are competitive with the state-of-the-art worst-case algorithms for online bipartite matching on many average-case and practical input families. Greediness is by far the most important property of online algorithms for bipartite matching.

READ FULL TEXT
research
06/01/2020

Secretary and Online Matching Problems with Machine Learned Advice

The classical analysis of online algorithms, due to its worst-case natur...
research
09/21/2021

Deep Policies for Online Bipartite Matching: A Reinforcement Learning Approach

From assigning computing tasks to servers and advertisements to users, s...
research
09/14/2021

Optimizing the ecological connectivity of landscapes with generalized flow models and preprocessing

In this paper we consider the problem of optimizing the ecological conne...
research
06/02/2021

Using Predicted Weights for Ad Delivery

We study the performance of a proportional weights algorithm for online ...
research
01/29/2019

Optimizing Ranking Models in an Online Setting

Online Learning to Rank (OLTR) methods optimize ranking models by direct...
research
05/22/2023

Average-Case Analysis of Greedy Matching for Large-Scale D2D Resource Sharing

Given the proximity of many wireless users and their diversity in consum...
research
07/27/2021

Average-Case Analysis of Greedy Matching for D2D Resource Sharing

Given the proximity of many wireless users and their diversity in consum...

Please sign up or login with your details

Forgot password? Click here to reset