日本フィジカルAI新聞

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

週刊ニュースレター購読
ハンドモーション予測arXiv:2608.22449

EMPIRE: 明示的操作計画を学習可能な中間表現として用いた自己中心視ハンドモーション予測

EMPIRE: Explicit Manipulation Planning as a Learnable Intermediate Representation for Egocentric Hand-Motion Forecasting

シェア:XThreadsFacebookLINEはてブBluesky

自己中心視の映像から将来の両手の動きを予測する際に、操作計画を中間表現として明示的に学習する2段階フレームワークを提案し、大規模データセットを構築してSOTA精度を達成した。

詳しい要約

1. どんなもの?

EMPIREは、一人称視点の観測から器用な手の動きを予測するための2段階フレームワークを提案する。従来のVLMベース手法が観測から直接未来の動作を予測していたのに対し、EMPIREは明示的な操作計画(Explicit Manipulation Planning)を中間表現として導入する。第1段階(Learn to Plan)では、マルチモーダルな文脈から手と物体の相互作用の進行を捉える明示的な操作計画を学習する。第2段階(Learn to Act)では、凍結されたプランナー表現に基づいて未来の両手の動作を合成するモーションジェネレータを学習し、動作生成の勾配が操作計画に干渉するのを防ぐ。また、111タスクにわたる650,910のトレーニングウィンドウを含む両手動作予測データセットEMPIRE-651Kを構築した。

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

先行研究のVLMベース手法は、観測から直接未来の動作をマッピングしており、手と物体の相互作用を支配する操作プロセスを考慮していなかった。また、エンドツーエンドの最適化では、動作生成の勾配が事前学習された操作認識表現に干渉する問題があった。EMPIREは、明示的な操作計画を中間表現として導入することで、操作の進行を明示的にモデル化し、2段階の学習により勾配の干渉を防ぐ点が新しい。

3. 技術・手法の肝は?

手法の肝は、2段階のフレームワークと、凍結されたプランナー表現を用いる点にある。第1段階では、マルチモーダルな文脈(おそらく視覚と言語)から操作計画を学習する。この計画は、各手の操作の進行を明示的に表す。第2段階では、モーションジェネレータが、凍結されたプランナー表現を条件として未来の両手動作を合成する。これにより、動作生成の勾配が操作計画の学習に影響を与えない。また、データセットEMPIRE-651Kは、各ウィンドウに明示的な手ごとの操作計画がペアリングされている。

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

同一のトレーニングおよび評価プロトコルを用いて、EMPIREは最先端の予測精度を達成した。具体的には、MPJPE(Mean Per Joint Position Error)が84.53 mm、指の相対誤差が38.97 mmである。データセットとコードは公開されている。

5. 議論はある?

要旨からは、議論の詳細は不明である。ただし、提案手法が2段階学習により勾配干渉を防ぐ点や、明示的な操作計画の表現が有効であることが示唆される。また、データセットの規模やタスクの多様性が結果に寄与している可能性がある。

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

要旨で参照されている関連研究は明示されていないが、VLMベースの手法やエンドツーエンドの動作予測手法が関連する。次に読むべき論文としては、Egocentric Hand-Motion Forecastingの分野の定番論文や、VLMを利用した動作予測の研究が考えられる。具体的には、'Ego4D'や'Assembly101'などのデータセットを用いた研究、また'Hand motion forecasting'に関する最近の論文が挙げられる。

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

著者: Wen Wang, Ruibing Hou, Hong Chang, Shiguang Shan, Xilin Chen

分類: cs.RO, cs.AI

原文アブストラクト

Forecasting dexterous hand motions from egocentric observations is fundamental to intelligent interactive systems. Existing VLM-based methods typically map observations directly to future motions, overlooking the underlying manipulation process that governs hand-object interactions. Moreover, end-to-end optimization couples manipulation learning with motion synthesis, causing motion-generation gradients to interfere with the pre-learned manipulation-aware representations. To overcome these limitations, we propose EMPIRE, a two-stage framework that introduces Explicit Manipulation Planning as an Intermediate Representation for Egocentric hand-motion forecasting. Stage I: Learn to Plan. EMPIRE first learns explicit manipulation plans from multimodal context to capture the progression of hand-object interactions. Stage II: Learn to Act. A motion generator synthesizes future bimanual hand motions conditioned on frozen planner representations, preventing motion-generation gradients from affecting manipulation planning. To support our method, we further construct EMPIRE-651K, a bimanual hand-motion forecasting dataset comprising 650,910 training windows across 111 tasks, each paired with an explicit per-hand manipulation plan. Under identical training and evaluation protocols, EMPIRE achieves state-of-the-art forecasting accuracy, with an MPJPE of 84.53 mm and a finger-relative error of 38.97mm. We release the code and dataset at https://github.com/wangwen-banban/EMPIRE.