日本フィジカルAI新聞

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

週刊ニュースレター購読
航法/LLMプランニングarXiv:2608.19661v1

洋上風力発電所近傍のAUV・ASV航法のためのワールドモデル基盤LLMプランニング

World-Model-Grounded LLM Planning for AUV and ASV Navigation Near Offshore Wind Farms

シェア:XThreadsFacebookLINEはてブBluesky

大規模言語モデルによるプランニングに物理的ワールドモデルを組み合わせ、水中・水上ロボットの航法を実現。衝突回避と目標到達精度を大幅に向上させた。

詳しい要約

1. どんなもの?

本論文は、Large Language Model (LLM)ベースのプランナーに物理感覚を持たせるため、world modelを組み込んだ航法計画手法を提案している。具体的には、自然言語のミッションを行動系列に変換するLLMの能力を、物理に基づくneural world model、3フェーズの勾配ベース軌道最適化、Model Predictive Controller (MPC)スタイルの閉ループ再プランナー(trust-region guard付き)で拡張する。LLMが「何をするか」を決定し、world modelが「どのくらいの時間」実行するかを決定する。オフショア風力発電所近傍で運用される6-DOF AUVと3-DOF ASVの2つの海洋車両クラスで評価している。

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

従来のLLMベースのプランナーは物理感覚がなく、コマンドの実行時間や障害物への漂流を判断できない。本手法は、world modelを組み込むことで、LLMの計画に物理的制約を課し、実行時間の決定や衝突回避を可能にしている。また、ASVでは、衛星画像や海図、予報APIから障害物や環境コンテキストを抽出するVLM支援セマンティックマッピングパイプラインを導入し、手動で指定された障害物形状の代わりに使用できる点が新しい。

3. 技術・手法の肝は?

手法の核は3つのコンポーネントからなる。1) 物理に基づくneural world model:車両のダイナミクスを学習し、行動の結果を予測する。2) 3フェーズの勾配ベース軌道最適化:LLMが生成したアクション系列を、world modelの予測に基づいて時間的スケールや軌道を最適化する。3) MPCスタイルの閉ループ再プランナー:trust-region guardにより、実行中にモデル誤差や外乱を補償し、安全な再計画を行う。LLMは高レベルの意思決定を行い、world modelが低レベルの実行時間や物理的実現可能性を担当する。

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

6-DOF AUVと3-DOF ASVの2つのプラットフォームで、各5つのベンチマークミッションを実施。両車両とも全目標に到達し、予測衝突はゼロ。さらに、海洋流、波浪、スラスタダイナミクスを含むGazeboSimシミュレーションに転送し、衝突なしで、未接地ベースラインと比較して目標距離誤差をASVで70-82%、AUVで約93%削減。また、残差ファインチューニングにより、サロゲートロールアウトのRMSEをAUVで60%、ASVで69%削減。ASVでは、VLM支援セマンティックマッピングパイプラインが96%のナビゲーション精度を達成し、手動指定の障害物形状の代替として機能することを実証。

5. 議論はある?

要旨からは、議論の詳細は不明。ただし、提案手法はシミュレーションでの検証に留まっており、実機での検証が今後の課題と考えられる。また、VLM支援セマンティックマッピングはASVのみで評価されており、AUVへの適用や、動的環境での性能については言及がない。さらに、world modelの学習データや計算コストに関する議論も要旨からは不明。

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

要旨で参照されている研究や関連手法は明示されていないが、同分野の定番として、LLMベースのプランニング(例えば、SayCan)、model-based reinforcement learning、Model Predictive Control (MPC)、world model(例えば、Dreamer)などが挙げられる。また、海洋ロボティクスの航法計画に関する論文(例:AUV/ASVの経路計画)も関連する。

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

著者: Markus Buchholz, Ignacio Carlucho, Yvan R. Petillot

分類: cs.RO

原文アブストラクト

Large language models can turn a natural-language mission into a sequence of robot actions, but they do not have a sense of physics: they cannot judge how long a command should run, or whether it will make the robot drift into an obstacle. We proposed the use of a world model to expand the capabilities of Large Language model-based planners. Our method has three components: a physics-grounded neural world model, a three-phase gradient-based trajectory optimizer, and a Model Predictive Controller (MPC)-style closed-loop replanner with a trust-region guard. The language model decides what to do, and the world model decides how long, whether that means driving eight thrusters through 6 DOF or two differential thrusters through 3 DOF. We evaluate two marine vehicle classes operating near offshore wind infrastructure: a 6-DOF Autonomous Underwater Vehicle (AUV) and a 3-DOF differential-drive Autonomous Surface Vehicle (ASV). In five benchmark missions per platform, both vehicles reach every goal with zero predicted collisions, and both transfer to GazeboSim under ocean current, waves, and thruster dynamics, remaining collision-free and cutting GazeboSim goal-distance error versus the ungrounded baseline by 70-82% (ASV) and roughly 93% (AUV), after a residual fine-tuning pass that separately reduces surrogate rollout Root Mean Square Error (RMSE) by 60% (AUV) and 69% (ASV). For the ASV we further demonstrate a Vision language model (VLM)-assisted semantic-mapping pipeline that extracts obstacles and environmental context from satellite imagery, nautical charts, and forecast Application Programming Interface (API) instead of onboard sensors, reaching 96% navigability accuracy as a drop-in replacement for hand-specified obstacle geometry.