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

幾何グラフの単純さと迂回距離の限界を解明

On (Directed) Width-Parameters of Geometric Spanners

Kevin Buchin, Carolin Rehs, Torben Scheele

この論文をやさしく読む

ひとことで言うと

点同士を少ない構造的複雑さで結ぶと、直線距離に比べてどれだけ遠回りが必要になるかを数学的に調べています。

何に役立つ?

幾何グラフを近似して計算しやすくする際、構造の制約と距離の精度をどう両立できるかの判断に役立つ理論です。実際の処理時間の短縮を測定した結果ではありません。

この研究の面白いところ

複数の幅の指標では最適な距離の評価が得られる一方、木深さでは同じように抑えられません。指標の選択によって近似可能性が大きく変わります。

どこまで分かった?

結果は指定されたグラフパラメータに対する存在・最適性・計算困難性の主張です。XPアルゴリズムの提示は、どのkでも高速に実行できることを意味しません。

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

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

幾何グラフ上のアルゴリズムを高速化する際には、特定の幾何学的性質を維持しながら完全ユークリッドグラフを近似する方法がよく用いられる。ユークリッド空間の点集合Pに対する(有向)tスパナーGとは、任意の2点について、G内の最短経路の長さが両点のユークリッド距離のt倍以下になる(有向)グラフである。本論文では、特定のグラフパラメータによって制約されたtスパナーを調べる。κをグラフパラメータとする。パス幅、分枝幅、カット幅について、κ(G) = kを満たすO(n/k^{d/(d−1)})スパナーGがP上に存在し、この評価が漸近的に最悪の場合に最適であることを示す。2次元空間R²では、クリーク幅またはランク幅がkの平面グラフについても同じ評価を示す。 一方、木深さについては、伸長率を有界にできない点集合が存在することを示す。そこで、木深さがkで伸長率が最小のスパナーを計算する問題を調べる。木深さが3の場合でさえ、√2より真に小さい任意の近似比でこの問題を近似することはNP困難であることを示す。また、与えられた木深さkに対し、最小伸長率をt*としたとき、伸長率が2t*以下のグラフを計算するXPアルゴリズムを提案する。さらに、有向木幅、有向パス幅、DAG幅をκとする場合に結果を拡張し、κ(G) = kを満たす有向O(n/k^{d/(d−1)})スパナーGを得る。有向の場合についても、これが漸近的に最悪の場合に最適であることを示す。

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

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

更新履歴

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

原文の要旨

To speed up algorithms on geometric graphs, it is common to approximate the complete Euclidean graph while maintaining certain geometric properties. A (directed) $t$-spanner $G$ for a point set $P$ in the Euclidean space is a (directed) graph such that for every pair of points, the shortest path in $G$ is at most a factor $t$ longer than the Euclidean distance between those points. In this paper, we investigate $t$-spanners that are bounded by certain graph parameters. Let $\kappa$ be a graph parameter. We show that for path-width, branch-width and cut-width there is an $\mathcal{O}(n/k^{d/(d-1)})$-spanner $G$ on $P$ with $\kappa(G)=k$ and that this is asymptotically worst-case optimal. In $\mathbb{R}^2$ we show the same bounds for planar graphs of clique-width or rank-width $k$. In contrast, for tree-depth, we show that there are sets of points for which the dilation cannot be bounded. Therefore, we investigate computing a spanner with tree-depth $k$ and minimum dilation. We show that already for tree-depth $3$ this problem is NP-hard to approximate within any factor strictly less than $\sqrt{2}$, and present an XP-algorithm to compute for a given tree-depth $k$ a graph with dilation at most $2t^*$, where $t^*$ is the minimum dilation. We further extend these results to obtain directed $\mathcal{O}(n/k^{d/(d-1)})$-spanners $G$ with $\kappa(G)=k$ for $\kappa$ being directed tree-width, directed path-width or DAG-width and show that also in the directed case, this is asymptotically worst-case optimal.

著者のコメント

Accepted at ISAAC 2026

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