arXiv論文メモ
新着一覧
cs.DS · 査読状況未確認

辺が増減する疎グラフの最大マッチングを省メモリ推定

Maximum Matching Size for Bounded Arboricity Graphs in the Dynamic Graph Stream Model using $\tilde{O}(n^{2/3})$ space

Andrew McGregor

この論文をやさしく読む

ひとことで言うと

グラフの辺が次々に追加・削除される状況で、端点を共有せず選べる辺の最大本数を、少ないメモリで近似する方法です。

何に役立つ?

グラフ全体を保存しにくいストリーム処理で、最終グラフの疎さを利用して最大マッチングの規模を見積もるための理論的手法になります。

この研究の面白いところ

一度の読み込みで処理し、途中で多くの削除が起きたり一時的に密になったりしても、その回数や途中の樹木度に上限を置かない点が特徴です。

どこまで分かった?

求めるのは最大マッチングそのものではなく大きさの近似です。近似係数は最終グラフの樹木度αに依存し、要旨には実装の速度比較は示されていません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

本論文では、辺の挿入と削除があるグラフストリーム模型において、樹木度が高々αのグラフの最大マッチングの大きさを、近似係数(1+ε)(α+2)で返す1パスのアルゴリズムを提示する。使用空間はO(ε⁻⁴ᐟ³α⁴ᐟ³n²ᐟ³ polylog n)である。 αとεが定数の場合、従来知られていた最良の空間上界O(n⁴ᐟ⁵ polylog n)を、O(n²ᐟ³ polylog n)へ改善する。このアルゴリズムは線形スケッチであり、削除回数にも、途中のグラフの樹木度にも上限を必要としない。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-16(UTC)
最新改訂
2026-09-16 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

The paper presents a one-pass algorithm in the insert-delete graph stream model that returns a $(1+\varepsilon)(\alpha+2)$-approximation for the size of the maximum matching in a graph of arboricity at most $\alpha$. The algorithm uses $O(\varepsilon^{-4/3}\alpha^{4/3}n^{2/3} \text{polylog} n)$ space. For constant $\alpha$ and $\varepsilon$, this improves the best known previous space bound from $O(n^{4/5} \text{polylog} n)$ to $O(n^{2/3} \text{polylog} n)$. The algorithm is a linear sketch and requires no bounds on the number of deletions or on the arboricity of intermediate graphs.

arXiv ID: 2609.19136 / 要約の誤りについて