グラフのkコアを並列計算できる条件
Sub-polynomial parameterized complexity of $k$-core
この論文をやさしく読む
ひとことで言うと
一般には並列化しにくいグラフのkコア判定が、特定のグラフ構造の下でどこまで並列化できるか調べた。
何に役立つ?
大規模グラフの核構造を並列計算するアルゴリズムの理論的な条件を知るのに役立つ。
この研究の面白いところ
木幅、弦グラフ、区間グラフの条件で上界を示す一方、対数空間以上を要する下界も示した。
どこまで分かった?
計算量の理論結果であり、具体的な実行時間や実データでの性能を測ったという記載はない。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
グラフの k コアは、すべての頂点の次数が少なくとも k である部分グラフのうち、一意に定まる最大のものである。k が3以上のとき、指定した頂点が k コアに属するかの判定は P 完全で、最大次数が k+1 のグラフでも本質的に逐次的であり、効率的な並列アルゴリズムは非常に考えにくい。本研究は、別のパラメータ化によって問題が準多項式より小さい複雑さのクラスに入る条件を調べる。木幅をパラメータとすると para-NC^(2+ε) に入り、弦グラフで k をパラメータとすると para-NC³ に入ることを証明する。さらに、k=O(log v(G)) の区間グラフについて、パス幅による改良したパラメータ化を使う新しい NC³ アルゴリズムを示す。最後に対応する下界も確立し、これらのパラメータ化の下でも k コアの計算は L 困難であり、少なくとも対数空間を要することを示す。結果は、どのグラフの性質が k コア問題の並列計算を可能にし、どこに逐次性が残るかという境界を明らかにする。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-21(UTC)
- 最新改訂
- 2026-09-21 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-21 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
The $k$-core of a graph is its (unique) largest subgraph with minimum degree at least $k$. For any $k \geq 3$, deciding whether a given vertex belongs to the $k$-core is a P-complete problem, meaning that it is inherently sequential and highly unlikely to admit efficient parallel algorithms, even on graphs of maximum degree $k+1$. This paper investigates alternative parameterizations of the $k$-core problem to identify conditions under which it can be placed into sub-polynomial complexity classes. We prove that the problem is in para-NC$^{2+\epsilon}$ when parameterized by treewidth, and in para-NC$^3$ when parameterized by $k$ on chordal graphs. Furthermore, we introduce a novel NC$^{3}$ algorithm for interval graphs when $k = \mathcal{O}(\lg v(G))$, which relies on an improved parameterization by pathwidth. Finally, we establish corresponding lower bounds, demonstrating that, even with these parameterizations, computing the $k$-core remains L-hard, meaning it requires at least logarithmic space. These findings explore the boundary of parallel tractability for the $k$-core problem by highlighting the graph parameters that make it inherently sequential.
arXiv ID: 2609.25419 / 要約の誤りについて