日本フィジカルAI新聞

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

週刊ニュースレター購読
計画/ワールドモデルarXiv:2609.03294

潜在エネルギー行動計画とワールドモデル

Latent Energy Action Planning with World Models

シェア:XThreadsFacebookLINEはてブBluesky

潜在ワールドモデルを用いたモデル予測制御において、行動系列全体を最適化変数として扱い、終端状態のエネルギー最小化と目標記述子の一致を組み合わせる新しい計画手法LEAPを提案。4つの制御ドメインで成功率を77.5%から94.8%に向上させた。

詳しい要約

1. どんなもの?

本論文は、潜在世界モデル(latent world model)を用いたモデル予測制御(MPC)のための新しいプランニング手法であるLatent Energy Action Planning (LEAP)を提案する。LEAPは、行動系列全体を微分可能な変数として扱い、凍結されたLeWorldModel (LeWM)を通じて最適化する。終端の潜在状態と目標潜在状態の一致に加え、終端ウィンドウの状態エネルギーを導入し、デコーダが予測する終端記述子と目標記述子の一致も促す。これにより、単一の学習済み潜在目的関数を最適化する際に生じる、デコーダ予測の終端記述子が目標と一致しない問題を解決する。

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

先行研究のLeWMは、cross-entropy method (CEM)を用いてプランニングを行っていたが、単一の学習済み潜在目的関数の最適化が、デコーダ予測の終端記述子と目標記述子の不一致を引き起こす可能性があった。LEAPは、終端潜在状態の一致に加えて、終端ウィンドウの状態エネルギーを導入することで、この問題を解決し、プランニング成功率を大幅に向上させた。具体的には、LeWM+CEMの平均成功率77.5%を、同じプロトコル下で94.8%に引き上げ、17.3ポイントの改善を達成した。

3. 技術・手法の肝は?

LEAPの技術的な肝は、以下の3点である。(1) 行動系列全体を微分可能な変数として扱い、凍結されたLeWMを通じて最適化する点。(2) 終端潜在状態の目標一致に加え、終端ウィンドウの状態エネルギーを導入し、低エネルギー状態を実現する点。これにより、潜在空間での一致と、デコーダが予測する終端記述子の目標一致の両方を達成する。(3) 凍結された目標条件付き提案(goal-conditioned proposal)で探索を初期化し、quasi-Newton solverで自己回帰ロールアウトを通じて行動を洗練し、最適化後に許容行動範囲への射影を行う点。

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

4つの制御ドメインにおいて、公式にリリースされたLeWMチェックポイントを使用して検証した。完全なLEAPプランニングシステムは、LeWM+CEMの平均成功率77.5%を94.8%に向上させ、17.3パーセンテージポイントの改善を達成した。この際、凍結されたLeWMの表現と予測器は保持された。

5. 議論はある?

要旨からは、LEAPの計算コストや実時間性、他の世界モデルへの適用可能性、エネルギー関数の設計選択の影響などについての議論は不明である。また、成功率の向上が特定のドメインに依存する可能性や、CEMとの比較における公平性の詳細も要旨からは不明である。

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

要旨で参照されている研究は、LeWorldModel (LeWM)とcross-entropy method (CEM)である。次に読むべき論文としては、LeWMの元論文や、潜在世界モデルを用いたモデル予測制御の関連研究(例:Latent Model Predictive Control, Dreamerなど)が挙げられる。

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

著者: Phu Pham, Aniket Bera

分類: cs.LG

原文アブストラクト

Latent world models support efficient model predictive control from high-dimensional observations, yet optimizing a single learned latent objective can favor action sequences whose decoder-predicted terminal descriptor does not match the goal descriptor. We introduce Latent Energy Action Planning (LEAP), which treats the complete action horizon as a differentiable variable and optimizes it through a frozen LeWorldModel (LeWM). LEAP couples terminal latent goal matching with a terminal-window state energy. Low energy requires the predicted terminal latent to agree with the goal latent and the decoder-predicted terminal descriptor to agree with the goal descriptor. A frozen goal-conditioned proposal initializes the search, a quasi-Newton solver refines actions through the autoregressive rollout, and post-optimization projection enforces the admissible action range. Across four control domains using the officially released LeWM checkpoints, the complete LEAP planning system raises mean success from 77.5% for LeWM planned with the cross-entropy method (LeWM+CEM) to 94.8% under a matched protocol, a 17.3-percentage-point improvement, while retaining the frozen LeWM representation and predictor.