日本フィジカルAI新聞

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

週刊ニュースレター購読
歩行arXiv:2609.02542v1

足場制約地形におけるヒューマノイドのためのワールドモデル拡張視覚歩行

World-Model-Augmented Visual Locomotion for Humanoids on Foothold-Constrained Terrain

シェア:XThreadsFacebookLINEはてブBluesky

本研究では、不連続な足場制約地形でのヒューマノイド歩行を改善するため、リカレントワールドモデルとPPOポリシーを共同訓練するWM-LOCOを提案し、シミュレーションと実機で高い成功率を達成した。

詳しい要約

1. どんなもの?

本論文は、足場制約地形(stepping stones、gaps、狭い階段)におけるヒューマノイドの視覚 locomotion のための新しい手法 WM-LOCO を提案する。これは、recurrent world model と PPO policy を共同訓練し、proprioception と単一の onboard depth image から予測的特徴を生成して foot placement を導く。シミュレーションと実機 Unitree G1 で検証され、高い成功率を示す。

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

従来の手法は、主に即時視覚情報に基づいて foot placement を決定するため、足場が疎で不連続な地形では失敗しやすい。WM-LOCO は、近未来の観測と報酬の予測的サマリーを学習することで、事前情報を提供し、explicit foothold labels を必要としない点が新しい。

3. 技術・手法の肝は?

手法の核心は、recurrent world model と PPO policy の共同訓練にある。world model は、proprioception と単一の depth image を条件として、予測的 recurrent feature を生成し、それが policy をガイドする。explicit foothold labels は使用しない。

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

シミュレーションでは、gaps と stepping stones で matched baseline が完全に失敗する状況で WM-LOCO が成功し、stairs では baseline と同等の成功率を維持しつつ、stride efficiency を改善し pelvis acceleration を低減した。実機 Unitree G1 では、onboard proprioception と単一の depth stream を用いて、3種類の地形すべてを平均成功率 93.3% で traversed した。

5. 議論はある?

要旨からは、議論の詳細は不明。ただし、提案手法が即時視覚情報のみに依存する baseline より優れていること、実機展開の成功が示されているが、計算コストや汎化性に関する議論は要旨には含まれていない。

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

要旨で参照されている関連研究は明示されていないが、同分野の定番として、foot placement のための視覚 locomotion に関する研究(例:Deep reinforcement learning を用いた locomotion policy や、world model を用いた計画手法)が挙げられる。具体的には、"Learning robust perceptive locomotion for quadrupedal robots in the wild" や "Dreamer" シリーズなどが関連する。

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

著者: Yuxi Liu, Lijun Han, Ziming Wang, Ao Zhang, Cong Yang, Wei Sui

分類: cs.RO

原文アブストラクト

Foothold-constrained terrain is characterized by sparse, discontinuous, or geometrically restricted feasible foot contacts, as encountered on stepping stones, across gaps, and on narrow stair treads. On such terrain, a single misstep often leaves little room to recover, so policies that base foot-placement decisions primarily on the immediately visible terrain are prone to failure. We ask whether a learned predictive summary of near-future observations and rewards can provide the anticipatory information required in such settings. We present World-Model-Augmented Visual Locomotion (WM-LOCO), which jointly trains a recurrent world model and a PPO policy. Conditioned on proprioception and a single onboard depth image, the world model produces a predictive recurrent feature that guides the policy, without explicit foothold labels. In simulation, WM-LOCO succeeds on gaps and stepping stones where a matched baseline fails completely, and matches the baseline's success rate on stairs while improving stride efficiency and reducing pelvis acceleration. We deploy the same policy onboard a physical Unitree G1 humanoid using onboard proprioception and a single depth stream; it traverses all three terrain classes with an average success rate of 93.3%.

関連論文