日本フィジカルAI新聞

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

週刊ニュースレター購読
走行可能性予測/継続学習arXiv:2609.17141

不確実性を考慮した適応による走行可能性予測の継続学習

Continual Learning for Traversability Prediction with Uncertainty-Aware Adaptation

シェア:XThreadsFacebookLINEはてブBluesky

生成的な経験リプレイモデルを用いて、過去データを保存せずに新しい地形へ継続的に適応し、不確実性を考慮した走行可能性予測を実現するフレームワークを提案。

詳しい要約

1. どんなもの?

- 不整地環境での自律ナビゲーションのための走行可能性予測を、継続学習で実現するフレームワーク。 - 新しい地形に逐次適応しつつ、過去の経験を保持する。 - 生成的な経験リコールモデルを用いる。 - リコールモデルから生成されたサンプルの不確実性を考慮した適応を行う。 - 実世界のskid-steeringロボットで検証。

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

- 従来の学習ベース走行可能性予測は新しい地形への適応が困難。 - 適応できても、以前の環境の経験を保持できず catastrophic forgetting が生じる。 - 提案手法は過去データを保存せずに経験を保持し、不確実性を考慮した適応を可能にする点が優れる。

3. 技術・手法の肝は?

- 継続学習フレームワークを採用。 - 生成的な経験リコールモデルで過去の経験を再現。 - リコールモデルから生成されたサンプルの不確実性を組み込み、不確実性を考慮した適応を実現。 - 過去データを保存せずに経験を保持。

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

- 実世界実験でskid-steeringロボットを使用。 - 一連の多様な環境にわたる適応を検証。 - catastrophic forgetting を軽減できることを実証。

5. 議論はある?

- 要旨からは不明。

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

- 要旨で参照/比較されている研究は明記されていない。 - 同分野の関連手法として continual learning、generative replay、uncertainty-aware learning に関する論文が挙げられる。

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

著者: Hojin Lee, Yunho Lee, Daniel A Duecker, Cheolhyeon Kwon

分類: cs.RO, cs.AI, cs.LG

原文アブストラクト

Traversability prediction is a critical component of autonomous navigation in unstructured environments, where complex and uncertain robot-terrain interactions pose significant challenges such as traction loss and dynamic instability. Despite recent progress in learning-based traversability prediction, these methods often fail to adapt to novel terrains. Even when adaptation is achieved, retaining experience from previously trained environments remains a challenge, a problem known as catastrophic forgetting. To address this challenge, we propose a continual learning framework for traversability prediction that incrementally adapts to new terrains using a generative experience recall model. A key virtue of the proposed framework is two folds: i) retain prior experience without storing past data; and ii) incorporate the uncertainty of the generated samples from the recall model, enabling uncertainty-aware adaptation. Real-world experiments with a skid-steering robot validate the effectiveness of the proposed framework, demonstrating its ability to adapt across a series of diverse environments while mitigating catastrophic forgetting.