日本フィジカルAI新聞

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

週刊ニュースレター購読
プランニングarXiv:2608.17956

省略されたモードは稀な規則:連続コードワールドモデルにおけるサンプリング検証の危険法則

An Omitted Mode Is a Rare Rule: The Sampling-Verification Danger Law in Continuous Code World Models

シェア:XThreadsFacebookLINEはてブBluesky

LLMが生成した実行可能なワールドモデルを古典的プランナーが探索する際、サンプリング検証が連続制御で危険であることを示し、モード境界で大きな後悔が生じることを実証した。

詳しい要約

1. どんなもの?

本論文は、Code World Modelパラダイムにおいて、LLMが合成した実行可能なワールドモデルを古典的プランナーが探索し、サンプリングされた遷移を再現する場合にモデルが受け入れられるが、その受け入れが連続制御において何を保証するかを問う。パイプラインの危険性を期待リスクとして定義し、その正確な要因を分離する。具体的には、N個のi.i.d.ゲートロールアウトがすべて確率rのクリティカルイベントを見逃す確率が(1-r)^Nであることを示し、独立な受け入れサンプルが指数に予算を追加することを示す。3つのハイブリッド機器において、モードを見逃したモデルがプランナーによって悪用され、モード境界でほぼ全達成可能リターンの後悔を被ることを示す。

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

先行研究では、Code World Modelの受け入れがサンプル整合性のみを保証するという認識が暗黙にあったが、本論文はその受け入れが連続制御において危険であることを定量的に示す。特に、モードの欠落がプランナーによって悪用されることを実証し、受け入れがサンプル整合性以上の何かを保証しないことを証明する。さらに、識別可能性がクラス相対的であることをバージョンスペース証明で示し、サンプルと完全に整合するが無害なエントリールールのクラスが存在することを証明する点が新しい。

3. 技術・手法の肝は?

手法の肝は、危険性を期待リスクとして定義し、その正確な因子を(1-r)^Nとして分離すること。また、境界点での局在化予算を証明し、Lipschitz定数Lのモデルが点でetaだけ異なる場合、許容差eps以上で不一致となる領域の体積が少なくともkappa((eta-eps)/L)^(d+m)であることを示す。不連続なリセットモードはこの予算を支払わないことを示す。さらに、バージョンスペース証明を用いて識別可能性がクラス相対的であることを示す。

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

実LLM合成を用いて、GPT-5.xが111回のモード含有ドローンのうち105回で欠落した1Dクランプを修復し、56の機器ストリームブロックのうち50で正確(95% CI [0.781, 0.960])であることを示した。2D領域では156回の試行でいずれもルールを回復できず、8つの標的介入でも失敗が残り、ポジティブコントロールでルールの位置が特定された。バージョンスペース証明では、最も広い線量で宣言された適合が20/20ブロックで成功し、18/20でサンプル整合的な円が許容差内にあることを示した。1034のアーティファクトを独立サンプルで再スコアリングし、受け入れがサンプル整合性のみを保証し、ゲートが有益な場合でもプランナーのクエリの約2%しかカバーしないことを確認した。

5. 議論はある?

議論として、受け入れがサンプル整合性のみを保証し、モード欠落がプランナーによって悪用されることが示されたが、これはCode World Modelの実用性に重大な疑問を投げかける。また、識別可能性がクラス相対的であるため、モデルのクラスを広げると識別不能になる可能性がある。さらに、不連続なリセットモードは局在化予算を支払わないため、連続モデルでは検出が難しいことが示唆される。しかし、要旨からは、これらの結果が実世界の応用にどの程度影響するかについての詳細な議論は不明である。

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

要旨で参照されている研究は明示されていないが、関連手法としてCode World Model、LLMベースのワールドモデル合成、古典的プランナーとの統合、サンプル整合性検証、バージョンスペース学習などが挙げられる。次に読むべき論文としては、Code World Modelの元論文や、LLMによるワールドモデル合成の信頼性に関する研究、連続制御におけるモデル検証の研究が考えられるが、具体的なタイトルは要旨からは不明。

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

著者: Javier Aguilar Martín

分類: cs.LG, cs.AI, eess.SY

原文アブストラクト

In the Code World Model paradigm an LLM synthesizes an executable world model that a classical planner searches, and the model is accepted when it reproduces sampled transitions. We ask what that acceptance certifies in continuous control. We define the pipeline's danger as an expected risk and isolate its exact factor: the probability that N i.i.d. gate rollouts all miss a critical event of probability r is exactly (1-r)^N; an independent acceptance sample adds its budget to the exponent. On three hybrid instruments the accepted mode-blind model is exploited: the planner is pinned at the mode boundary at a regret of nearly the whole attainable return. We prove a localization budget, valid at boundary points: models with Lipschitz constant at most L differing by eta at a point disagree above tolerance eps on a region of volume at least kappa((eta-eps)/L)^(d+m); the discontinuous reset modes studied pay no such budget. With real LLM synthesis, GPT-5.x repairs an omitted 1D clamp in 105 of 111 mode-containing draws -- every attempt exact on 50 of 56 instrument-stream blocks (95% CI [0.781, 0.960]). On 2D regions no artifact recovers the rule (0/156); eight targeted interventions leave the failure in place, and positive controls locate it: a located rule is not induced, while given form and location the constants follow exactly. A version-space certificate proves identification is class-relative: at the widest dose the declared fit succeeds in 20/20 blocks and every sample-consistent circle is within tolerance in 18/20. We prove a class of entry rules exactly consistent with every sample yet harmless at play, so identifiability is a measurable property of the instrument. Re-scoring all 1034 artifacts on independent samples confirms acceptance certifies sample consistency and no more: where the gate is provably informative it covers about two percent of the exploited planner's queries.

関連論文