Table of Contents
Fetching ...

A Note on Rounding Matchings in General Graphs

Aditi Dudeja

TL;DR

The paper extends Wajc's fully adaptive rounding of dynamic fractional matchings from bipartite to general graphs, preserving near-optimal value with polylogarithmic update time. It introduces a weak-degree sparsifier via Sparsification and analyzes entropy-regularized matching tailored to the weaker sparsifier, establishing weight preservation under adaptivity and strong duality. The authors then show how to derive a decremental, fully adaptive $(1-\varepsilon)$-approximate maximum weight matching with amortized time $\tilde{O}(\varepsilon^{-41} + \frac{n^2}{m}\varepsilon^{-6})$, leveraging the sparsifier and entropy-regularized solutions. Together, these results broaden the applicability of dynamic rounding to general graphs and improve robustness against adaptive adversaries in dynamic weighted matching problems.

Abstract

In this note, we revisit the rounding algorithm of Wajc. Wajc gave a fully-adaptive randomized algorithm that rounds a dynamic fractional matching in an unweighted bipartite graph to an integral matching of nearly the same value in $O(\text{poly}(\log n,\frac{1}{\varepsilon}))$ update time. We give show that the guarantees of this algorithm hold for general graphs as well. Additionally, we show useful properties of this subroutine which have applications in rounding weighted fractional matchings.

A Note on Rounding Matchings in General Graphs

TL;DR

The paper extends Wajc's fully adaptive rounding of dynamic fractional matchings from bipartite to general graphs, preserving near-optimal value with polylogarithmic update time. It introduces a weak-degree sparsifier via Sparsification and analyzes entropy-regularized matching tailored to the weaker sparsifier, establishing weight preservation under adaptivity and strong duality. The authors then show how to derive a decremental, fully adaptive -approximate maximum weight matching with amortized time , leveraging the sparsifier and entropy-regularized solutions. Together, these results broaden the applicability of dynamic rounding to general graphs and improve robustness against adaptive adversaries in dynamic weighted matching problems.

Abstract

In this note, we revisit the rounding algorithm of Wajc. Wajc gave a fully-adaptive randomized algorithm that rounds a dynamic fractional matching in an unweighted bipartite graph to an integral matching of nearly the same value in update time. We give show that the guarantees of this algorithm hold for general graphs as well. Additionally, we show useful properties of this subroutine which have applications in rounding weighted fractional matchings.
Paper Structure (8 sections, 21 theorems, 57 equations, 2 algorithms)

This paper contains 8 sections, 21 theorems, 57 equations, 2 algorithms.

Key Result

Lemma 9

(DP09) Suppose $b_1,b_2,\cdots, b_r$ be any set of $r$ elements. Consider the random process of sampling $k\leqslant r$ objects without replacement from these $r$ elements. Let $X_i$ denote the indicator variable of $b_i$ being included in the sample. Then, $\left\{ X_i \right\}_{i\in [r]}$ are nega

Theorems & Definitions (39)

  • Definition 7
  • Definition 8
  • Lemma 9
  • Lemma 12
  • proof
  • Lemma 14: Chernoff Bounds DP09
  • Lemma 15
  • proof
  • Corollary 16
  • proof
  • ...and 29 more