Edge-weighted Online Stochastic Matching: Beating 1-1/e

πŸ“… 2022-10-22
πŸ›οΈ arXiv.org
πŸ“ˆ Citations: 9
✨ Influential: 1
πŸ“„ PDF
πŸ€– AI Summary
This paper studies the edge-weighted online stochastic matching problem, aiming to break the long-standing $1-1/e approx 0.632$ competitive ratio barrier. We propose a novel algorithm grounded in the Jaillet–Lu linear programming framework: edges are first pre-classified, followed by a phased, independent matching strategy that integrates an enhanced Suggested Matching procedure with a probabilistic decoupling mechanism to dynamically adjust matching priorities. Our algorithm achieves, for the first time under general assumptions, a strictly improved competitive ratio of $0.645$. It introduces the paradigm of β€œedge classification + phased independent matching,” providing provable lower bounds on the matching probability for each edge. The result is broadly applicable to canonical online allocation problems, including real-time ad assignment and dynamic resource scheduling.
πŸ“ Abstract
We study the edge-weighted online stochastic matching problem. Since Feldman, Mehta, Mirrokni, and Muthukrishnan proposed the $(1-frac1e)$-competitive Suggested Matching algorithm, there has been no improvement for the general edge-weighted online stochastic matching problem. In this paper, we introduce the first algorithm beating the $1-frac1e$ barrier in this setting, achieving a competitive ratio of $0.645$. Under the LP proposed by Jaillet and Lu, we design an algorithmic preprocessing, dividing all edges into two classes. Then based on the Suggested Matching algorithm, we adjust the matching strategy to improve the performance on one class in the early stage and on another class in the late stage, while keeping the matching events of different edges highly independent. By balancing them, we finally guarantee the matched probability of every single edge.
Problem

Research questions and friction points this paper is trying to address.

Beating the 1-1/e barrier in edge-weighted online stochastic matching
Designing an algorithm with a 0.645 competitive ratio
Improving matching strategies for different edge classes
Innovation

Methods, ideas, or system contributions that make the work stand out.

Algorithmic preprocessing divides edges into classes
Adjusted matching strategy improves early and late stages
Balanced approach guarantees edge matched probability
πŸ”Ž Similar Papers
No similar papers found.