日本フィジカルAI新聞

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

週刊ニュースレター購読
VLAarXiv:2609.16368

UDAV: 不確実性駆動型適応VLMウェイポイントプランナー

UDAV: Uncertainty-Driven Adaptive VLM Waypoint Planner

シェア:XThreadsFacebookLINEはてブBluesky

VLMの確率的予測から不確実性を見積もり、必要に応じて再検討することで、UAV誘導UGVのオフロード経路計画の精度を向上させる手法を提案。

詳しい要約

1. どんなもの?

- Vision-language models (VLMs) を用いた off-road navigation のための waypoint planner - UAV-guided UGV navigation を対象 - 複数の stochastic trajectory predictions を生成し、medoid を nominal route として選択 - 予測の spatial dispersion から uncertainty を推定 - interior waypoints の最大 uncertainty が閾値を超えると reconsideration stage を起動 - そうでなければ medoid を直接返す

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

- 従来の deterministic prediction では reliability の指標がない - 提案手法は stochastic VLM predictions から uncertainty を推定し、選択的に誤りを軽減 - deterministic prediction の mean ADE 147.4 pixels に対し、stochastic medoid selection で 115.9 pixels に低減 - 完全な planner では mean ADE 110.4 pixels を達成し、deterministic planning 比で 25.1% 削減 - 90th/95th percentile errors も評価した全構成中で最小 - より大きな budget の K=10 consensus baseline よりも低い誤差

3. 技術・手法の肝は?

- VLM から複数の stochastic trajectory predictions をサンプリング - それらの medoid を self-consistent な nominal route として選択 - 予測間の spatial dispersion から predictive uncertainty を推定 - interior waypoints 全体の最大 uncertainty が閾値を超えた場合に reconsideration stage を呼び出す - 閾値以下なら medoid をそのまま出力

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

- 2回の UAV flights から得た 400 の held-out trajectory queries で評価 - deterministic prediction の mean ADE 147.4 pixels に対し、stochastic medoid selection で 115.9 pixels - 完全な planner で mean ADE 110.4 pixels、deterministic planning 比 25.1% 削減 - 全クエリで valid trajectories を生成 - 90th/95th percentile errors が全評価構成中で最小 - K=5 medoid と比較して 90th/95th errors を 225.3/326.0 pixels から 199.0/290.8 pixels に低減

5. 議論はある?

- stochastic VLM predictions がより強い nominal route と actionable uncertainty signal の両方を提供 - 大規模な planning errors を選択的に軽減できることを示唆 - ただし、reconsideration stage の具体的な内容や計算コスト、閾値の設定方法については要旨からは不明 - 他の環境やタスクへの汎化性については要旨からは不明

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

- 要旨で参照/比較されている研究: deterministic prediction, K=10 consensus baseline, K=5 medoid - 関連手法: Vision-language models (VLMs) を用いた off-road navigation, UAV-guided UGV navigation - 同分野の定番: uncertainty estimation in deep learning, stochastic trajectory prediction, medoid-based consensus

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

著者: Ghazal Farhani, Shabnam Shabani

分類: cs.RO, cs.AI

原文アブストラクト

Vision-language models (VLMs) can generate routes directly from aerial imagery for off-road navigation, but their predictions provide no indication of reliability. We present UDAV, an Uncertainty-Driven Adaptive VLM Waypoint Planner for UAV-guided UGV navigation. UDAV draws multiple stochastic trajectory predictions, selects their medoid as a self-consistent nominal route, and estimates predictive uncertainty from their spatial dispersion. When the maximum uncertainty across interior waypoints exceeds a threshold, UDAV invokes a reconsideration stage; otherwise, it returns the medoid directly. We evaluate UDAV on 400 held-out trajectory queries from two UAV flights. Stochastic medoid selection reduces the mean average displacement error (ADE) from 147.4 pixels for a deterministic prediction to 115.9 pixels. The complete planner achieves a mean ADE of 110.4 pixels, a 25.1% reduction relative to deterministic planning, while producing valid trajectories for all queries. UDAV also yields the lowest 90th- and 95th-percentile errors among all evaluated configurations, including a higher-budget K=10 consensus baseline. Relative to the K=5 medoid, UDAV reduces these errors from 225.3 and 326.0 pixels to 199.0 and 290.8 pixels, respectively. These results demonstrate that stochastic VLM predictions provide both a stronger nominal route and an actionable uncertainty signal for selectively mitigating large planning errors.

関連論文