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

平面有向グラフの閉路除去問題に多項式カーネル

A Polynomial Kernel for Planar Directed Feedback Vertex Set

Zimo Sheng and Mingyu Xiao

この論文をやさしく読む

ひとことで言うと

平面に交差なく描ける有向グラフで、少数の頂点を消してすべての有向閉路をなくせるか、という問題を小さな同値問題へ圧縮します。

何に役立つ?

削除可能な頂点数kを基準にした前処理の理論的な限界を理解する結果です。

この研究の面白いところ

元のグラフを直接縮めるだけでなく双対へ移り、距離情報が同じ頂点をまとめても答えが変わらないことを証明します。

どこまで分かった?

カーネルのサイズは多項式ですが、上界にはkの66乗が含まれます。実用上小さい入力になることや高速な実装を実証したものではなく、結論は平面の場合です。

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

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

有向フィードバック頂点集合問題(DFVS)は、有向グラフから高々k個の頂点を削除して非巡回にできるかを問う。kをパラメータとしたDFVSが多項式カーネルを持つかは、平面有向グラフに限っても、カーネル化の主要な未解決問題である。本研究では、頂点数と有向辺数がO(k^66 log²k)である決定論的カーネルを与え、平面の場合を解決する。 アルゴリズムは3段階からなる。まず、入力有向グラフへ構造的な簡約規則を適用し、有向面と一部の特別な頂点の数を抑える。次に平面双対へ移る。そこでは頂点削除は、それぞれの弱連結成分を強連結にするために逆向きの有向辺の群を加えることに対応する。第1段階の構造的な上界により、双対側で保持する小さな頂点集合が得られる。この保持頂点集合からの距離情報が等しい頂点を同一視することで、双対の問題を圧縮する。主な技術的貢献は、この同一視が実行可能性を保存することを示す、有向カットを使った議論である。最後に、3-CNF符号化と平面グラフの構成を経由して、多項式サイズの双対問題を平面DFVSの問題へ戻す。

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

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

更新履歴

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

原文の要旨

The Directed Feedback Vertex Set problem (DFVS) asks whether a digraph can be made acyclic by deleting at most $k$ vertices. Whether DFVS admits a polynomial kernel parameterized by $k$ is a major open problem in kernelization, even for planar digraphs. We resolve the planar case by giving a deterministic kernel with $O(k^{66}\log^2 k)$ vertices and arcs. Our algorithm proceeds in three stages. First, we apply structural reduction rules to the input digraph, bounding the number of directed faces and some special vertices. Second, we pass to the planar dual, where vertex deletion corresponds to adding groups of reverse arcs to make each weakly connected component strongly connected. The structural bounds in the first stage yield a small retained vertex set in the dual. We then compress the dual instance by identifying vertices with the same distance records from this retained vertex set. The main technical contribution is a directed-cut argument showing that this identification preserves feasibility. Finally, we transform the polynomial-size dual instance back into an instance of Planar Directed Feedback Vertex Set via a $3$-CNF encoding and a planar graph construction.

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