多モーダルエージェントが 3D オープンワールドを構築する VibeWorlding
本文の状態
日本語全文を表示中
詳細モードで約3分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Hugging Face Daily Papers
ユーザーの意図を推論し、シーンレイアウトを計画し、3D ツールを呼び出し、フィードバックを反映する多モーダルエージェントのための統合フレームワークである。
AI深層分析を開く2026年8月18日 12:25
AI深層分析
キーポイント
VibeWorlding フレームワークの提案
ユーザーの意図を推論し、シーンレイアウトを計画し、3D ツールを呼び出し、フィードバックを反映する多モーダルエージェントのための統合フレームワークである。
VWE-BENCH ベンチマークの構築
2,616 個の高品質 3D アセットと 6,828 件の逆合成された多モーダルクエリを含むベンチマークが作成され、検証済みおよび未検証のクエリに分類されている。
VibeWorlding-Gym の開発
アセット検索や編集を統合したサンドボックス環境と、物理的妥当性と意図達成を検証するルブリックベースの検証器を組み合わせた RL 後学習フレームワークである。
最先端モデルの性能限界
GPT-5.5 や Qwen3.8-Max を含む現在の最先端 MLLM でも成功率は 60% に満たず、精密な 3D 世界編集がボトルネックであることが示された。
RL 訓練による性能向上
強化学習(RL)の適用により弱点が緩和され、オープンソースモデルである VibeWorlder-30B-A3B がクローズドソースの最先端モデルを上回る結果を達成した。
重要な引用
Constructing an interactive 3D open world from a user query is important.
Current frontier MLLMs are far from solving the vibe worlding agent task, with even GPT-5.5 and Qwen3.8-Max reaching below 60% success rate
RL training can ease this weakness and enable open-source MLLMs to even surpass closed-source frontiers
編集コメントを表示
編集コメント
本研究は、単なる生成能力の比較を超え、エージェントが複雑な 3D 空間を論理的に構築するプロセスそのものを評価する新たな基準を示している。強化学習によるオープンソースモデルの台頭は、クローズドソースの壁を越える可能性を示唆しており、今後の AI エージェント開発における重要な転換点となるだろう。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
ユーザーのクエリからインタラクティブな 3D オープンワールドを構築することは重要です。しかし、既存の方法は主に理想化された単純なクエリに対して評価されており、マルチモーダルエージェントがどのようにユーザーの意図を理解し、3D ツールを活用し、テキストおよび視覚的な 3D ワールド情報に基づいて推論するかを体系的に分析・比較することが困難です。
そこで私たちは、VibeWorlding を提案します。これは、Vibe Worlding エージェント(マルチモーダルエージェント)のベンチマークとトレーニングのための統一されたフレームワークです。このエージェントは、ユーザーの意図を自律的に推測し、シーンレイアウトを計画し、3D ツールを呼び出し、多段階のエージェント・環境インタラクションプロセスにおいてマルチモーダルフィードバックを振り返ることができます。
これを実現するために、まず VWE-BENCH を構築しました。これは 2,616 の高品質な 3D アセットと、323 の人間が注釈をつけたシードとなる 3D ワールド、そして 6,828 の逆合成されたマルチモーダルユーザークエリからなるベンチマークです。これらは、正解(ground-truth)を持つ検証済みクエリと、慎重に設計された評価基準(rubrics)を持つ未検証クエリに分かれています。
さらに、VibeWorlding-Gym を開発しました。これは、(1) アセット検索、編集、画像レンダリングを MCP ツールとして統合したサンドボックス環境と、(2) 物理的な実現可能性と意図の達成を検証する評価基準ベースの検証器を組み合わせた、共同マルチモーダル RL(強化学習)ポストトレーニングフレームワークです。これにより、公平なモデル評価とスケーラブルなマルチモーダル RL リワードサービスの両方をサポートします。
実験結果から、現在の最先端の多模態大規模言語モデル(MLLM)は「バイブ・ワーディング」エージェントの課題を解決するほどには至っていないことがわかります。GPT-5.5 や Qwen3.8-Max といったトップクラスのモデルでも成功率は 60% を下回る結果となりました。ボトルネックは、正確な 3D 世界編集にあると特定できました。
さらに、強化学習(RL)によるトレーニングがこの弱点を緩和し、オープンソースの MLLM がクローズドソースの最先端モデルをも上回る可能性があることも発見しました。私たちの「VibeWorlder-8B」は最先端の MLLM と同等の性能を持ちます。また、フラッグシップモデルである「VibeWorlder-30B-A3B」は、評価されたすべてのモデルの中で最高の Pass@1 を達成しています。
原文を表示
Constructing an interactive 3D open world from a user query is important. However, existing methods are primarily evaluated on idealized, simple queries, making it difficult to systematically analyze and compare how multimodal agents understand user intent, use 3D tools, and reason over textual and visual 3D world information. To this end, we propose VibeWorlding, a unified framework for benchmarking and training vibe worlding agents: a multimodal agent that can autonomously infer user intent, plan scene layout, invoke 3D tools, and reflect on the multimodal feedback in a multi-turn agent-environment interaction process. To achieve this, we first build VWE-BENCH, a benchmark of 2,616 high-quality 3D assets, 323 human-annotated seed 3D worlds, and 6,828 reverse-synthesized multimodal user queries, split into verified queries with ground-truth and unverified queries with carefully designed rubrics. Moreover, we develop VibeWorlding-Gym, a joint multimodal RL post-training framework that integrates (1) a sandbox environment unifying asset retrieval, editing, and image rendering as MCP tools, and (2) a rubric-based verifier that combines physical feasibility and intent fulfillment verification, supporting both fair model evaluation and scalable multimodal RL reward service. Our experiments show that current frontier MLLMs are far from solving the vibe worlding agent task, with even GPT-5.5 and Qwen3.8-Max reaching below 60% success rate, and trace the bottleneck to precise 3D world editing. We further find that RL training can ease this weakness and enable open-source MLLMs to even surpass closed-source frontiers: our VibeWorlder-8B is comparable to frontier MLLMs, while our flagship VibeWorlder-30B-A3B attains the best overall Pass@1 among all evaluated models.
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み