辺の重みで頂点を塗り分ける問題の縮約と計算量
Vertex-Coloring Edge-Weighting: Kernelization and Generalization
この論文をやさしく読む
ひとことで言うと
辺の重みで隣接頂点の合計を区別する問題について、縮約可能性と計算量を整理した。
何に役立つ?
考えられる用途は、小さな頂点被覆を持つグラフでの重み割り当ての効率的な判定である。
この研究の面白いところ
多項式カーネルを示し、事前に一部の重みが決まった一般化も扱う。
どこまで分かった?
頂点被覆数では効率的な算法を得る一方、木深さなど別のパラメータではW[1]困難と示す理論結果である。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
グラフの辺に重みを付けると、各頂点に接する辺の重みの合計をその頂点の色とみなせる。隣り合う頂点の色が常に異なるなら、その重み付けは適切である。重み集合が{0,1}または{1,2}のとき、適切な重み付けが存在するかの判定はNP完全と知られている。著者らの以前の研究では、頂点被覆数kをパラメータとすると両問題は固定パラメータ容易(FPT)だと示したが、多項式カーネルの有無は未解決だった。本論文は、両問題がkに関して多項式カーネルを持つことを示す。また木深さをパラメータとすると両問題がW[1]困難であることも示す。次に、一部の辺の重みがあらかじめ固定され、全体として適切になるよう残りを決める事前重み付き版を調べる。両版とも頂点被覆数kについてFPTであることを示す。{1,2}版の実行時間は2^{O(k log k)}・nであり、{0,1}版でも事前重みがすべて1なら同じ実行時間、一般の場合にはより遅いFPT算法を得る。両事前重み付き問題は、フィードバック頂点集合数または木深さをパラメータとするとW[1]困難である。事前重みがないグラフは特別な場合なので、提案算法は元の両問題も2^{O(k log k)}・n時間で解き、従来の2^{O(k⁴)}・n^{O(1)}という上界を大きく改善する。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-23(UTC)
- 最新改訂
- 2026-09-23 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-23 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
An edge weighting of a graph induces a coloring of its vertices in which the color of a vertex is the total weight of the edges incident with it. Such an edge weighting is proper if adjacent vertices always receive distinct colors. Deciding whether a graph admits a proper weighting is known to be NP-complete for the weight set $\{0,1\}$, and also for $\{1,2\}$. In recent work (arXiv:2604.12363) we showed that both problems are FPT parameterized by the vertex cover number $k$, but it was open -- to the best of our knowledge -- whether either parameterized problem had a polynomial kernel. In this work, we show that both problems have polynomial kernels when parameterized by $k$. We also show that both problems are W[1]-hard parameterized by treedepth, answering another question from our earlier work. We then study the pre-weighted versions of the two problems, in which the weights of some edges are fixed in advance, and the task is to extend the assignment to a proper weighting of the whole graph. We show that both pre-weighted problems are FPT parameterized by the vertex cover number $k$. For the $\{1,2\}$ version the running time is $2^{O(k \log k)} \cdot n$; for the $\{0,1\}$ version we obtain the same running time when every pre-weight is $1$, and a slower FPT algorithm in the general case. We also show that both pre-weighted problems are W[1]-hard parameterized by either of (i) the feedback vertex set number or (ii) the treedepth of the input graph. Since a graph with no pre-assigned weights is a special case, our algorithms for the pre-weighted versions solve the two original problems as well, in time $2^{O(k \log k)} \cdot n$, significantly improving on the bound of $2^{O(k^4)} \cdot n^{O(1)}$ from our earlier work.
著者のコメント
46 page, 2 figures
arXiv ID: 2609.27719 / 要約の誤りについて