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

利用者の希望に合わせて経路探索と順位付けを同時最適化

Customizable and Jointly Optimized Route Planning: A Deep Architecture Enabling Differentiable Shortest-Path Search

Rui Zhao, Chao Chen, Longfei Xu, Chenguang Ji, Hengbin Cui, Kaikui Liu, Xiaolong Li

この論文をやさしく読む

ひとことで言うと

経路の長さなど複数の希望条件を満たすナビゲーションを、費用関数と経路順位を一緒に学習して実現する方法です。

何に役立つ?

利用者ごとの条件を取り入れた経路案内を設計する際に役立ちます。過去の走行履歴が既存ナビに影響される循環にも着目しています。

この研究の面白いところ

事前に多目的Dijkstra法でPareto最適な候補群を集め、探索と順位付けを微分可能なネットワークにします。一つの属性を改善しつつ他の属性の制約を守る損失関数を提案しています。

どこまで分かった?

実データで経路品質と調整の柔軟性の改善を報告していますが、具体的数値は要旨にありません。通常の最短路の数学的最適性と、選んだ費用が利用者の希望を表すかという問題は別です。

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

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

オンラインのナビゲーションや配車サービスの普及に伴い、多様な利用者の希望に対して最適な経路計画を実現することが、近年ますます注目されている。従来の経路探索用グラフアルゴリズムは、ヒューリスティックな費用関数で辺の重みを定めるため、経路の質が最適である保証を与えない。先行するデータ駆動型手法は、利用者の移動軌跡を最適経路の正解と同一視するが、その軌跡自体がナビゲーションサービスの影響をある程度受けており、フィードバックループの問題が生じる。 この問題に対し、任意の経路の好みに向けて、費用関数と経路順位付けモデルを共同で最適化できる深層アーキテクチャを提案する。まず、多目的Dijkstraアルゴリズムをオフラインで実行してパレート最適な経路の集合を収集し、これを完全な候補集合とみなす。その集合の性質を利用し、最短経路探索と経路順位付けを、端から端まで微分可能な形で模倣するニューラルネットワーク構造を設計する。次に、経路の好みを経路属性の制約付き最適化課題として定義し、他の変数が厳密に制約を満たす下で、単一の目的変数を最適化する新しい損失関数を提案する。実世界のデータセットで広範な実験を行った結果、このアーキテクチャは、経路の質とカスタマイズ性の両面で最先端手法を大幅に上回った。

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

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

更新履歴

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

原文の要旨

With the widespread use of online navigation and ride-hailing services, achieving optimal route planning for diverse user preferences has recently attracted increasing attention. Classic graph algorithms for pathfinding use heuristic cost functions to define edge weight, thus providing no optimality guarantee of route quality. Prior data-driven approaches equating ground truth of the optimal route with user trajectory, which is however moderately influenced by the navigation service, suffers from the feedback loop problem. To address these issues, we propose a deep architecture that is able to jointly optimize cost functions and route-ranking model towards any route preference. First, we run a multi-objective Dijkstra algorithm offline to collect the set of Pareto optimal routes, deeming it as the complete candidate set. Exploiting the property of such a set, we design a neural network structure that emulates shortest-path search and route ranking in an end-to-end differentiable manner. Second, we define route preference as a task of constrained optimization of route attributes, and propose a novel loss function that optimizes a single-objective variable, with other variables strictly under constraints. We conduct extensive experiments on real-world datasets. The results show that our architecture significantly outperforms state-of-the-art methods in route quality and customizability.

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