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

複数エージェントの衝突回避経路計画の計算難易度

Routing Multiple Agents Below the Sum of Distances

Matthias Bentert, Eduard Eiben, Fedor V. Fomin, Petr A. Golovach

この論文をやさしく読む

ひとことで言うと

複数の移動体をぶつからずに目的地へ届ける計算が、どんな条件で解きやすくなるかを調べています。1台ずつ動かす場合から、どれほど完了時間を短縮したいかが重要な変数です。

何に役立つ?

経路計画アルゴリズムを考える際、台数、短縮量、出発点と目的地の重複が計算の難しさにどう影響するかを判断できます。対象条件に適した理論的手法を選ぶ根拠になります。

この研究の面白いところ

短縮量だけを固定した場合でも、端点がすべて別かどうかで計算量の分類が変わります。台数と短縮量を合わせれば固定パラメータ容易になる一方、効率よく小さな問題へ圧縮することには別の障壁があります。

どこまで分かった?

計算量の理論的な分類で、実際のロボットによる速度測定ではありません。固定パラメータ容易という性質だけで、あらゆる規模の入力を実用時間で解けるとは言えません。

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

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

本研究ではTransient Multiagent Pathfindingを扱う。これは、グラフ上で複数のエージェントを、指定された出発頂点から指定された目的頂点へ、衝突せずに移動させる古典的な多エージェント経路探索問題の変種である。パラメータ化計算量における保証値の上下を基準にした枠組みで、この問題を解析する。 具体的には、各エージェントの端点間の最短距離を合計した自然な上界Lを考える。この上界は、エージェントを順番に移動させる場合に対応する。パラメータには、この上界と目標とする全体の完了時間λとの差ζ = L − λ、およびエージェント数kを用いる。 主結果として、組み合わせたパラメータk + ζについて固定パラメータ容易であることを示す。対応する下界として、kだけをパラメータとするとW[1]困難であり、端点が互いに異なるという条件がない場合は、ζだけをパラメータとしてもW[1]困難である。一方、すべての端点が互いに異なれば、ζだけをパラメータとして固定パラメータ容易になる。最後に、k + ζをパラメータとした場合、この問題が多項式カーネルを持つ可能性は低いことを示す。これらの結果を合わせることで、検討したパラメータに関する本問題のパラメータ化計算量を、ほぼ完全に特徴付ける。

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

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

更新履歴

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

原文の要旨

We study Transient Multiagent Pathfinding, a variant of the classical Multi-Agent Pathfinding problem in which a set of agents must be routed without collisions from designated start vertices to designated destination vertices in a graph. We analyze the problem within the above-and-below-guarantee paradigm of parameterized complexity. In particular, we consider the natural upper bound \(L\), given by the sum of the shortest-path distances between pairs of agents' terminals (corresponding to sequential routing of the agents). The parameterization is given by the gap \(\zeta = L - \lambda\) between this bound and the target makespan \(\lambda\), together with the number \(k\) of agents. Our main result establishes fixed-parameter tractability for the combined parameter \(k + \zeta\). Matching lower bounds show that parameterization by \(k\) alone is W[1]-hard, and that parameterization by \(\zeta\) alone is W[1]-hard when terminals are not required to be distinct. On the positive side, if all terminals are distinct, the problem becomes fixed-parameter tractable when parameterized solely by \(\zeta\). Finally, we show that Transient Multiagent Pathfinding is unlikely to admit a polynomial kernel when parameterized by \(k + \zeta\). Together, our results provide an almost complete characterization of the parameterized complexity landscape of the problem for the considered parameters.

著者のコメント

Full version of the IPEC 2026 paper

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