日本フィジカルAI新聞

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

週刊ニュースレター購読
世界モデル最適化arXiv:2608.09537

VERDI: 継続的な世界モデル最適化における検索は転移ではない

verdi: retrieval is not transfer for continual world model optimization

シェア:XThreadsFacebookLINEはてブBluesky

事前学習済み世界モデルをユーザー指定の目的に最適化する際、過去の成功戦略をそのまま再利用するのではなく、対象モデルでの実験検証を経て初めて転移可能な知識とする継続的フレームワークVERDIを提案。最適化指紋と検証機構により探索コストと負の転移を大幅に削減した。

詳しい要約

1. どんなもの?

VERDIは、事前学習済みのFoundation world modelをユーザー指定の目的に合わせて継続的に最適化するためのフレームワークである。各最適化キャンペーンで得られた知識を次のモデルに転移させる際、単なるレシピの再利用ではなく、ターゲット側での実験的検証を経た「証拠に基づく」知識のみを転移可能とする。モデルを共有の推論時プローブで特徴づけるOptimization Fingerprintを構築し、過去の経験をランク付けされた仮説として検索し、凍結されたターゲット側検証器で候補を検証した後にのみ再利用可能な証拠として採用する。また、近接するフィンガープリント間の矛盾に基づいてプローブ自体を進化させ、診断表現を継続的に改善する。

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

既存の研究エージェントは最適化ループを自動化するが、成功した戦略を直接再利用可能なレシピとして扱い、転移が適切かどうかの原理的な保証がない。VERDIは「検索は転移ではない」という原則に基づき、戦略はあくまで仮説であり、ターゲット側での検証を経て初めて転移可能な知識になると主張する点が新しい。さらに、モデルをプローブで特徴づけるフィンガープリントと、矛盾に基づくプローブ進化により、診断表現自体を適応させる点も独自性が高い。

3. 技術・手法の肝は?

VERDIの手法の核は、(1) 各world modelを共有の推論時プローブで評価し、Optimization Fingerprintを構築する点、(2) 過去の経験をフィンガープリントに基づいてランク付けされた仮説として検索する点、(3) 各候補を凍結されたターゲット側検証器で検証し、成功したものだけを再利用可能な証拠として採用する点、(4) 近接するフィンガープリント間の矛盾を検出し、プローブを進化させて診断表現を継続的に改善する点である。これにより、不適切な転移(negative transfer)を防ぎ、検索コストと計算コストを削減する。

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

実験はCtrl-World、Cosmosファミリー、RoboCoinの3つのベンチマークで実施された。その結果、VERDIは検索コストを68%、GPUコストを69%削減し、negative transferを0.34から0.06に低減した。また、転移の成否を予測する符号精度は83%に達した。

5. 議論はある?

要旨からは、VERDIの限界や議論についての詳細は不明である。ただし、提案された原則「検索は転移ではない」は、転移学習の一般的な問題を提起しており、検証の重要性を強調している。また、プローブ進化のメカニズムは、モデル分布の変化に適応する可能性があるが、その収束性や計算コストについては議論の余地があるかもしれない。

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

要旨で参照されている研究は、Foundation world models、研究エージェント、転移学習に関するものである。具体的には、Ctrl-World、Cosmosファミリー、RoboCoinのベンチマークに関連する論文や、world modelの最適化に関する既存研究が挙げられる。また、転移学習の理論やメタラーニングの分野の定番論文も関連する。

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

著者: Junyu Wu, Shiqin Nie, Youyi Kou, Baohua Yin, Guocai Yao, Qingyu Chen, Jingheng Ma, Shiji Zhou, Hongyong Song, Mingchen Zhuge, Sen Cui, Changshui Zhang

分類: cs.AI

原文アブストラクト

Foundation world models have made remarkable progress in planning, simulation, and embodied intelligence. However, optimizing a pretrained world model toward a user-specified objective remains difficult: each campaign typically rediscovers optimization strategies from scratch, and the resulting knowledge rarely transfers to the next model. Existing research agents automate the optimization loop but treat successful strategies as directly reusable recipes, without principled safeguards for when transfer is appropriate. We argue instead that retrieval is not transfer: a strategy validated on one model is at best an optimization hypothesis for another, and becomes transferable knowledge only after target-side experimental valida- tion. Guided by this principle, we propose VERDI , a continual framework for evidence-licensed world model optimization. VERDI characterizes each world model through shared inference-time probes to construct an Optimization Fin- gerprint, retrieves relevant prior experience as ranked hypotheses, and validates every candidate under a frozen target-side verifier before admitting it as reusable evidence; contradictions among nearby fingerprints further trigger probe evolution, continually refining the diagnostic representation itself. Experiments on Ctrl-World, the Cosmos family, and RoboCoin show that VERDI reduces search cost by 68%, GPU cost by 69%, and negative transfer from 0.34 to 0.06, while predicting transfer outcomes with 83% sign accuracy.