日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
群制御arXiv:2609.09752

HiRAD: 柔軟な大規模AGVルーティングシステム

HiRAD: A Flexible Large-Scale AGV Routing System

シェア:XThreadsFacebookLINEはてブBluesky

連続空間でのAGVルーティングを階層型強化学習で解き、時空間表現と非同期イベント駆動型パイプラインによりリアルタイム性を確保しつつ、メイクスパンを45〜63%削減した。

詳しい要約

1. どんなもの?

- 大規模AGVフリートの経路計画をリアルタイムで行う階層型強化学習フレームワークHiRADを提案。 - 連続空間でのAGVルーティングを対象とし、実世界のキネマティクスに適合。 - 従来のMulti-Agent Pathfindingの組合せ爆発やRLの離散化・収束遅延・推論遅延を解決。

2. 先行研究と比べてどこがすごい?

- 古典的MAPFソルバは組合せ爆発と超二次実行時間、理想化されたグリッド/区分線形運動モデルで実世界と不一致。 - 既存RLは離散時空間表現、数百万エピソード必要、全マップ観測で大モデル・遅い収束・高推論遅延。 - HiRADは連続空間でリアルタイム保証を実現し、推論複雑度をO(n^2)からO(n)に低減、遅延を最大71%削減。

3. 技術・手法の肝は?

- ステップレベルの時空間表現で連続運動を微分可能なRL問題に変換。 - 階層戦略で進行方向選択と速度制御を分離し行動空間を縮小。 - 非同期イベント駆動型意思決定パイプラインで推論複雑度をO(n)に低減。

4. どうやって有効だと検証した?

- ランダムグラフと2つの倉庫マップで評価。 - メイクスパンを45%から63%削減し、エンドツーエンド実行時間も短縮。 - ステップあたりのレイテンシを最大71%削減。

5. 議論はある?

- 要旨からは不明。

6. 次に読むべき論文は?

- 古典的Multi-Agent Pathfindingソルバ(例:CBS, MAPF)、既存の強化学習ベースのAGVルーティング手法。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Yunjie Huang, Ruizhong Wu, Mengxuan Zhang, Frodo Kin Sun Chan, Yan Nei Law, Lei Li

分類: cs.RO, cs.AI

原文アブストラクト

Automatic Guided Vehicles (AGVs) substantially boost warehouse throughput, but routing large-scale AGV fleets remains challenging. Classical Multi-Agent Pathfinding solvers suffer from exploding combinatorial complexity and super-quadratic runtime, while relying on idealized grid or piecewise-linear motion models that mismatch real-world kinematics. Recent Reinforcement Learning (RL) solutions improve flexibility via decentralized agent policies but depend on discretized spatiotemporal representations, require millions of episodes to converge, and incur full-map observation at every step, which leads to large models, slow convergence, and high inference latency that violates real-time industrial control constraints. To address these bottlenecks, we propose HiRAD, a hierarchical RL framework for continuous-space AGV routing with real-time guarantees: (1) a step-level spatiotemporal representation that translates continuous motion into a differentiable RL problem, (2) a hierarchical strategy that splits heading choice from velocity control to reduce the action space, and (3) an asynchronous event-driven decision pipeline that lowers inference complexity from O(n^2) to O(n) and cuts per-step latency by as much as 71 percent. Across random graphs and two warehouse maps, HiRAD reduces makespan by 45 percent to 63 percent and shortens end-to-end runtime.

関連論文