日本フィジカルAI新聞

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

週刊ニュースレター購読
3D生成arXiv:2608.17975

aDSL: エージェントとプログラムの共同設計によるエージェント型3D生成

aDSL: Agentic 3D Creation via Joint Agent-Program Design

シェア:XThreadsFacebookLINEはてブBluesky

LLMによる3Dプログラム生成の脆さを解決するため、エージェント向けDSLと役割特化型マルチエージェントシステムを共同設計し、テキストや画像から構造化された3D形状を生成する。

詳しい要約

1. どんなもの?

本論文は、3Dコンテンツ作成のためのエージェント中心のドメイン特化言語(aDSL)と、それに対応する役割特化型マルチエージェントシステムを共同設計する手法を提案している。aDSLは、セマンティックな論理と幾何学的制約を橋渡しし、エージェントが絶対座標ではなく関係演算子を用いてジオメトリを操作できるようにする。マルチエージェントシステムはPlan-Execute-Criticループに従い、リクエストの分解、コード合成、実行フィードバックによるエラー修正を行う。

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

先行研究では、LLMを用いて3Dプログラムを生成するエージェントワークフローが提案されていたが、高レベルの意図を一貫した低レベルのジオメトリに変換する際に脆弱であった。その原因は、既存のプログラムインターフェースとLLMの推論能力(セマンティック構造や空間関係を好む)のミスマッチにあると分析している。本手法は、LLMの強みに合わせてDSL自体を設計する点が革新的であり、共同設計により堅牢性、制御可能性、ユーザ意図への忠実性を向上させている。

3. 技術・手法の肝は?

技術の肝は、aDSLの設計とマルチエージェントシステムの構成にある。aDSLは、合成可能性と空間推論を重視し、絶対座標ではなく関係演算子を提供することで、エージェントが幾何学的制約を扱いやすくしている。マルチエージェントシステムは、Plan-Execute-Criticループを採用し、リクエストを分解し、コードを合成し、実行フィードバックを用いてエラーや制約違反を反復的に修正する。訓練不要で、実行フィードバックを利用する点が特徴。

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

テキストから形状生成と画像から形状生成のタスクにおいて、先行のLLMベースのベースラインと比較して、提案手法が優れていることを実験で示した。また、明示的な構造、編集可能性、解釈可能性を維持しながら、関節オブジェクトの作成や構造化シーン合成などの下流アプリケーションにも有効であることを実証した。

5. 議論はある?

要旨からは、議論の詳細は不明であるが、提案手法がLLMの推論特性に合わせてDSLを設計するというパラダイムは、他のプログラム合成タスクにも応用可能かもしれない。また、訓練不要であるため、特定のドメインに特化したエージェントの性能には限界がある可能性も考えられるが、要旨では言及されていない。

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

要旨で参照されている先行研究は明示されていないが、関連する分野として、LLMを用いたプログラム合成、3D生成モデル、ドメイン特化言語の設計などが挙げられる。次に読むべき論文としては、LLMによるコード生成の堅牢性を扱った研究や、3Dシーン理解のための空間関係表現に関する研究が考えられる。

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

著者: Rui-Huan Wang, Si-Tong Wei, Jia-Qi He, Heng-Yi Wei, Baoquan Chen, Peng-Shuai Wang

分類: cs.GR, cs.CV

原文アブストラクト

Programmatic representations provide a compelling paradigm for 3D content creation, enabling fine-grained edits, interpretability, and explicit structural control. Yet, agentic workflows that rely on large language models (LLMs) to author 3D programs remain brittle, often failing to translate high-level intent into consistent low-level geometry. We attribute this fragility to a mismatch between existing programmatic interfaces and the reasoning strengths of LLMs, which favor semantic structure and spatial relations over fragile numeric choices. In this paper, we jointly design an Agent-centric Domain-Specific Language (aDSL) and a role-specialized multi-agent system to close this gap. aDSL bridges semantic logic and geometric constraints by emphasizing composability and spatial reasoning; it enables agents to manipulate geometry through relational operators instead of brittle absolute coordinates. Building on aDSL, our training-free multi-agent system follows a Plan-Execute-Critic loop to decompose requests, synthesize code, and iteratively repair errors and constraint violations using execution feedback. Experiments show that this co-design improves robustness, controllability, and faithfulness to user intent. Our method outperforms prior LLM-based baselines on text-to-shape and image-to-shape tasks while preserving explicit structure, editability, and interpretability. It also enables downstream applications such as articulated object creation and structured scene composition. Our code is available at https://github.com/sig-pku/aDSL.

関連論文