日本フィジカルAI新聞

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

週刊ニュースレター購読
ナビゲーションarXiv:2609.25666

基盤モデルによる身体性ナビゲーションの実環境展開

Deploying Foundation Models for Embodied Navigation

シェア:XThreadsFacebookLINEはてブBluesky

基盤モデルをナビゲーションエージェントに適用する際の訓練バイアスと文脈長制限に対処するため、人間習慣データによる事前調整とメモリヘッドによる能動的記憶管理を提案し、実環境で性能向上を実証した。

詳しい要約

1. どんなもの?

- Foundation Models (FMs) を Embodied Agents の navigation に適用する際の課題を扱う研究。 - 課題1: FMs の training bias により unseen environments での personalization が悪化。 - 課題2: FM の context length 制限が long horizon tasks の成功を妨げる。 - 解決策として TAP (Transit-Aware Planning) と MemCtrl を提案。 - 実世界の Turtlebot 実験と各種 embodied tasks での評価を報告。

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

- 既存の FM-based Embodied Navigation 研究の taxonomy を示し、training bias と context length の制限を指摘。 - TAP は human-habit data を scene から mining して FM に priming する点で personalization を改善。 - MemCtrl は memory head による active memory management で context 使用量を抑えつつ性能向上。 - 非 TAP baseline 比で平均 18% 改善、MemCtrl は各種タスクで平均 6%、long instruction subsets で 20% 改善。 - baseline の約半分の context 使用量で実現。

3. 技術・手法の肝は?

- TAP: scene から mining した human-habit data で FM を priming し、personalized target finding を実現。 - MemCtrl: 新規の memory head augmentation による active memory management を導入。 - これにより long horizon tasks での context 制限を緩和。 - 具体的なアルゴリズムや memory head の詳細は要旨からは不明。

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

- TAP: 実世界の lab environment で Turtlebot を用いた personalized target finding を評価。 - 非 TAP baseline に対し平均 18% の改善を確認。 - MemCtrl: 各種 embodied tasks で評価し、平均 6% 改善、long instruction subsets で 20% 改善。 - baseline model の約半分の context 使用量で達成。

5. 議論はある?

- 結果を踏まえ、FM-based embodied agents の real-world environments への deployability に関する立場を提示。 - 今後の open research directions を強調。 - 具体的な議論の内容や限界については要旨からは不明。

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

- 要旨で参照/比較されている研究は明示されていない。 - 関連手法として Foundation Models for Embodied Navigation の既存研究、Transit-Aware Planning (TAP)、MemCtrl が挙げられる。 - 同分野の定番として Embodied Navigation with Foundation Models や memory-augmented agents が考えられるが、具体的な論文名は要旨からは不明。

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

著者: Vishnu Sashank Dorbala, Dinesh Manocha

分類: cs.RO

原文アブストラクト

We present and tackle two problems associated with deploying Foundation Models (FMs) on Embodied Agents performing navigation: 1) Training bias in FMs leading to poor personalization in unseen environments, and 2) Limited FM context length hindering success, especially on long horizon tasks. Our solution for the former involves priming the FM with human-habit data mined from the scene and our solution for the latter involves active memory management via a novel `memory head' augmentation. We first present a taxonomy of existing literature on FM-based Embodied Navigation, and highlight these limitations. We then present our approaches, Transit-Aware Planning (TAP) and MemCtrl to address the limitations. With TAP, we present real-world results in a lab environment with a Turtlebot for personalized target finding that shows an average improvement of 18% over a non-TAP baseline. On MemCtrl, we report a 6% average improvement across various embodied tasks, with 20% on long instruction subsets, all while using nearly half the context used in the baseline model. Motivated by these result, we present our stance the deployability of FM-based embodied agents in real-world environments, and highlight open research directions.

関連論文

PR本紙発行元 EmplifAI