日本フィジカルAI新聞

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

週刊ニュースレター購読
マニピュレーションarXiv:2608.30237v1

Motus2: 巧みな操作のための自己進化型汎用世界モデル

Motus2: A Self-Evolving General World Model for Dexterous Manipulation

シェア:XThreadsFacebookLINEはてブBluesky

Motus2は、ポリシー・シミュレータ・評価器を統合した自己進化型の世界モデルで、巧みな操作を実現する。モデルとデータのスケーリングにより、意思決定と学習の閉ループを形成する。

詳しい要約

1. どんなもの?

Motus2は、器用な操作(dexterous manipulation)のための自己進化型の汎用世界モデルである。単一のモデルが共有重みを持ち、ポリシー(world-action model)、シミュレータ(action-conditioned world model)、評価器(value model)の3つの制御インターフェースを提供する。ポリシーが候補となるアクションチャンクを提案し、シミュレータがその視覚的結果を予測し、評価器が予測結果を評価する。これらが結合して閉じた意思決定・学習ループを形成し、ポリシーの改善を可能にする。データスケーリングとして、大規模な単眼の一人称視点データから同期ステレオの一人称視点データへ進み、ロボット軌道と人間とロボットのアライメントデータを用いたロボット領域適応を行う。さらに、スライディングウィンドウコンテキストのグローバル自己回帰拡張とハイブリッドメモリ拡張を研究し、接触認識制御のための触覚フィードバックを追加し、ステレオ視覚、双腕、双ロボットハンド、触覚センシングを備えた完全生体模倣プラットフォーム上で実装される。

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

既存の世界モデルは通常、ワールドシミュレータにアクション出力ヘッドを追加するだけで、ポリシー改善のための閉じた意思決定・学習ループに結合していない。Motus2は、ポリシー、シミュレータ、評価器を単一モデル内で結合し、閉ループを形成することで、失敗や準最適なインタラクションをダイナミクスモデリングと価値学習の証拠として活用できる点が新しい。また、データスケーリングにおいて、単眼からステレオへの進化、ロボット領域適応、触覚フィードバックの統合など、総合的なアプローチを取っている点が先行研究と異なる。

3. 技術・手法の肝は?

手法の肝は、単一モデルが3つのインターフェース(ポリシー、シミュレータ、評価器)を共有重みで提供し、それらを結合して閉じた意思決定・学習ループを形成することである。ポリシーはアクションチャンクを提案し、シミュレータはその視覚的結果を予測し、評価器は予測結果を評価する。このループにより、専門家デモンストレーションからアクション学習を行い、失敗や準最適なインタラクションからダイナミクスと価値学習を行う。データスケーリングでは、単眼からステレオへのデータ拡張、ロボット領域適応、触覚フィードバックの追加、スライディングウィンドウコンテキストの拡張(グローバル自己回帰、ハイブリッドメモリ)が含まれる。

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

要旨からは、具体的な検証方法(ベンチマーク、比較実験、実機評価など)は明記されていない。ただし、完全生体模倣プラットフォーム上での実装が述べられており、実機での検証が行われた可能性が示唆されるが、詳細は不明である。

5. 議論はある?

要旨からは、議論や限界についての具体的な記述はない。ただし、自己進化型のループにおける安定性や、データスケーリングのコスト、触覚フィードバックの統合による複雑性などが潜在的な課題として考えられるが、要旨からは不明である。

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

要旨で参照されている先行研究や関連手法は明示されていないが、世界モデル、dexterous manipulation、自己進化型エージェントに関する一般的な研究が関連する。具体的には、World Models (Ha & Schmidhuber)、Dreamer (Hafner et al.)、RoboCat (Garcia et al.)、UniDexGrasp (Xu et al.) などが考えられるが、要旨からは不明である。

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

著者: Hongzhe Bi, Zihao Zhou, Yihang Tang, Jingrui Pang, Shuhe Huang, Haitian Liu, Runqing Wang, Shuai Huang, Yichen Wang, Yiming Cheng, Ruowen Zhao, Zhenghua Li, Hengkai Tan, Xiaolong Liu, Jinhui Wan, Jiabao Liu, Min Zhao, Fan Bao, Jun Zhu

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

原文アブストラクト

General embodied agents should perceive, predict, act, evaluate, and improve within a unified system. World models have shown great promise in building such agents, yet existing models typically append an action output head to a world simulator, without coupling them into a closed decision-and-learning loop for policy improvement. We present Motus2, a self-evolving general world model for dexterous manipulation. Motus2 advances world modeling through model scaling and data scaling. For model scaling, a single model with shared weights exposes three control interfaces: a policy (world-action model), a simulator (action-conditioned world model), and an evaluator (value model). The policy proposes candidate action chunks, the simulator predicts their visual consequences, and the evaluator assesses the predicted outcomes. Their coupling forms a closed decision-and-learning loop for policy improvement. This formulation uses curated expert demonstrations for action learning, while failed and suboptimal interactions provide valuable evidence for dynamics modeling and value learning. For data scaling, Motus2 progresses from large-scale monocular egocentric data to synchronized stereo egocentric data, followed by robot-domain adaptation with robot trajectories and supplementary human-robot alignment data. Motus2 further studies global-autoregressive and hybrid-memory extensions of its sliding-window context, adds tactile feedback for contact-aware control, and is instantiated on a fully biomimetic platform with stereo vision, dual arms, dual dexterous hands, and tactile sensing. Together, egocentric data scaling and closed-loop general world model scaling provide a general path toward self-evolving dexterous manipulation.

関連論文