日本フィジカルAI新聞

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

週刊ニュースレター購読
VLAarXiv:2608.26200

GameWAM: ビデオゲームのためのワールドアクションモデル

GameWAM: A World Action Model for Video Games

シェア:XThreadsFacebookLINEはてブBluesky

ビデオゲーム向けに、将来の視覚観測と実行可能なキーボード・マウス操作を同時生成する世界行動モデル(WAM)を提案し、ネイティブな閉ループゲームプレイとGUI制御を実現した。

詳しい要約

1. どんなもの?

GameWAMは、ビデオゲーム向けの初のWorld-Action Model (WAM)であり、ネイティブなclosed-loop gameplayとGUI制御を実現する。将来の視覚観測と実行可能なキーボード・マウスの軌跡を、並列的な視覚・行動生成プロセス(block-causal conditioningとflow matchingを使用)で同時に生成する。ゲームプレイとGUIの同期軌跡を構築し、異種ネイティブ制御を扱うために、各アクションステップでゲームプレイ/GUIモードを予測し、モード固有の予測分布と連続アクション正規化でアクションを生成する。長期的なインタラクションには、block-cycle controlを用いて、コミットしたホライズンを超えて予測し、短いアクション接頭辞のみを実行して再計画する。

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

既存のゲームエージェントは視覚とタスクコンテキストを直接アクションにマッピングするが、明示的な世界ダイナミクスモデリングを欠く。一方、インタラクティブなゲーム世界モデルは供給されたアクションから視覚的未来を予測するが、タスクポリシーとしては機能しない。GameWAMはこれらを統合するWAMをビデオゲームのダイナミクスとオープンエンドなインタラクションに初めて適用した点が新しい。

3. 技術・手法の肝は?

手法の肝は、並列的な視覚・行動生成プロセスとblock-causal conditioning、flow matchingによる生成。異種ネイティブ制御への対応として、ゲームプレイ/GUIモード予測とモード固有の予測分布、連続アクション正規化。長期的なインタラクションにはblock-cycle control(コミットしたホライズンを超えて予測し、短いアクション接頭辞のみ実行、再計画)と、サイクル内の細かいコンテキストと階層的なクロスサイクル履歴で時間的一貫性を維持。

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

実験では、比較エージェントと比べて、より少ない実行ネイティブアクションで競争力のあるタスク成功率を示した。また、Low-Frequency Action Source Imprinting (LASI)現象を発見し、固定条件付けの下でサンプリングされたアクションソースの低周波成分が粗いカメラモーションを系統的に偏らせることを明らかにした。

5. 議論はある?

LASI現象は、生成制御におけるソース感度の失敗モードを示しており、生成アクションの低周波成分がカメラ動作に影響を与えることが示唆される。これは、生成制御の安定性や制御性に関する議論を呼ぶ可能性がある。また、GameWAMの有効性は示されたが、スケーラビリティや他のゲームへの一般化については要旨からは不明。

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

要旨で参照されている関連研究として、World-Action Models (WAMs)の概念、既存のゲームエージェント、インタラクティブなゲーム世界モデルが挙げられる。具体的な論文名は不明だが、これらの分野の定番論文(例:World Models、Dreamer、GameGANなど)を読むことが推奨される。

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

著者: Yuncheng Guo, Zhanqiu Zhang, Yiwen Guo, Weijia Li

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

原文アブストラクト

Modern video games combine first-person perception, rapid visual changes, persistent world state, and heterogeneous native controls. Existing game agents map visual and task context directly to actions but lack explicit world dynamics modeling, whereas interactive game world models predict visual futures from supplied actions but do not serve as task policies. World-Action Models (WAMs) unify these objectives, but remain largely unexplored under the dynamics and open-ended interaction of video games. We introduce GameWAM, to our knowledge the first WAM for native closed-loop gameplay and GUI control. GameWAM jointly generates future visual observations and executable keyboard-mouse trajectories through parallel visual and action generative processes with block-causal conditioning and flow matching. To support joint world-action learning, we construct synchronized gameplay and GUI trajectories. To handle heterogeneous native control, GameWAM predicts a gameplay/GUI mode at each action step and generates actions with mode-specific prediction distributions and continuous-action normalization. For long-horizon interaction, block-cycle control predicts beyond the committed horizon, executes only a short action prefix, and replans from new observations, while fine-grained within-cycle context and hierarchical cross-cycle history preserve temporal continuity. Experiments demonstrate competitive task success with fewer executed native actions than the compared agents. We further uncover Low-Frequency Action Source Imprinting (LASI), in which low-frequency components of the sampled action source systematically steer coarse generated camera motion under fixed conditioning, revealing a source-sensitivity failure mode in generative control. Project page is available at https://yunncheng.github.io/GameWAM/.

関連論文