ポーズ注意機構付き視覚ナビゲーションTransformer
Visual Navigation Transformer with Pose Attention
カメラポーズを位置エンコーディングとして使うTransformerプランナーを提案し、HM3Dのポイントゴールナビゲーションで93.3%の成功率を達成した。
詳しい要約
1. どんなもの?
2. 先行研究と比べてどこがすごい?
3. 技術・手法の肝は?
4. どうやって有効だと検証した?
5. 議論はある?
6. 次に読むべき論文は?
※ AIが要旨から生成した要約です。正確性は原文をご確認ください。
著者: Beiming Li, Jaime Romero, Jonathan Diller, Vijay Kumar, Alejandro Ribeiro
分類: cs.RO, cs.AI, cs.LG
原文アブストラクト
Learned navigation policies typically consume observations as a temporally ordered history, with positional encodings tying each observation to when it was seen, making it difficult to reuse experience from earlier traversals of an environment. Systems that do reuse such experience usually construct an explicit representation, such as a map or a topological graph, and plan on it. We propose VNT-PA (Visual Navigation Transformer with Pose Attention), a transformer planner whose context is a set of depth keyframes indexed by camera pose. With camera poses as positional encoding, attention depends on the pose differences between keyframes rather than on their temporal order. VNT-PA is trained to imitate a shortest-path planner operating on the ground-truth scene mesh, predicting actions by querying the spatial context with only its current pose and the goal position. On point-goal navigation in HM3D validation scenes, VNT-PA reaches 93.3% success and 90.4% success weighted by path length (SPL), outperforming baselines that encode the same context as a temporal sequence or treat pose as an input feature, in both navigation performance and training efficiency. Because the spatial context is a pose-indexed set, frames from different trajectories can be fused at test time. The planner also degrades more gracefully under localization noise than a conventional baseline which plans on explicit maps. These results show that pose-stamped experience can serve directly as the environment representation for a learned planner, and that making attention depend on pose differences, rather than on temporal order, speeds up training and improves long-horizon navigation.
関連論文
- NaViRrator: 人間可読地図からの学習された視覚経路によるロボットナビゲーションナビゲーション
- PIVOT: 物理情報に基づく視覚言語モデルによる不整地走行評価とフィールドロボットナビゲーションナビゲーション
- SPARROW: 適応的な経路探索・観測・待機のための生存POMCPナビゲーション
- GPT-6-Astraによる連続環境でのゼロショット視覚言語ナビゲーションの行動分析ナビゲーション
- ユニバーサルナビゲーションインターフェース:車輪ロボットのためのロボット不要データ収集ナビゲーション
- TADreamer: ビデオ想像による陸空二モードロボットのゼロショット言語誘導3Dナビゲーションナビゲーション