Improved Weighted Matching in the Sliding Window Model
Cezar-Mihail Alexandru, Pavel Dvo\v{r}\'ak, Christian Konrad, Kheeran, K. Naidu

TL;DR
This paper introduces improved algorithms for approximating maximum-weight matchings in streaming sliding window models, achieving better approximation ratios and space efficiency than previous methods.
Contribution
The paper presents a $(2+ ext{epsilon})$-approximation algorithm with sublinear space and a $(3+ ext{epsilon})$-approximation algorithm in near-linear space, advancing the state-of-the-art in sliding window matching.
Findings
Achieved a $(2+ ext{epsilon})$-approximation with $ ilde{O}( oot{n}L)$ space.
Provided a $(3+ ext{epsilon})$-approximation in $ ilde{O}(n)$ space.
Improved approximation guarantees by novel substream selection and bidirectional processing.
Abstract
We consider the Maximum-weight Matching (MWM) problem in the streaming sliding window model of computation. In this model, the input consists of a sequence of weighted edges on a given vertex set of size . The objective is to maintain an approximation of a maximum-weight matching in the graph spanned by the most recent edges, for some integer , using as little space as possible. Prior to our work, the state-of-the-art results were a -approximation algorithm for MWM by Biabani et al. [ISAAC'21] and a -approximation for (unweighted) Maximum Matching (MM) by Crouch et al. [ESA'13]. Both algorithms use space . We give the following results: 1. We give a -approximation algorithm for MWM with space . Under the reasonable assumption that the graphs spanned by the edges in each sliding…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Privacy-Preserving Technologies in Data · Stochastic Gradient Optimization Techniques
