paper-with-me

홈 › Papers

3DCodeBench: Benchmarking Agentic Procedural 3D Modeling Via Code

2026-05-31 · Yipeng Gao, Lei Shu, Genzhi Ye, Xi Xiong, Ameesh Makadia, Meiqi Guo, Laurent Itti, Jindong Chen arxiv

Procedural 3D modeling through code is emerging as a versatile paradigm, offering deterministic, engine-ready, and precisely editable assets that neural 3D generators inherently lack. Authoring such procedural content, however, demands deep expertise in 3D software APIs, parametric design, and code-level geometric reasoning. In this paper, we propose 3DCodeBench, a systematic benchmark for evaluating vision-language model (VLM) agents for procedural 3D generation in 3D modeling software. Specifically, 3DCodeBench evaluates how effectively 12 advanced VLMs can serve as procedural 3D modelers by translating text and image references into procedural code for 3D modeling software. Recognizing that automated metrics may not fully capture the perceptual quality of 3D shapes, we build 3DCodeArena, a ranking platform based on pairwise human preferences over generated 3D outputs. From extensive evaluations and results, we observe that: (1) Failures mostly arise from API mismatches, while successful renders still suffer from disconnected or floating 3D geometric components. (2) Test-time scaling, such as higher thinking budgets and multi-turn refinement, improves performance overall. Our findings highlight a critical need for high-quality procedural coding data to advance commercial VLMs. Furthermore, effective procedural 3D modeling requires a robust execution environment that provides high-fidelity feedback for iterative refinement. We release 3DCodeBench, including the curated large-scale dataset of multimodal (text/image) prompts, procedural code, 3D object triplets, evaluation protocol, and the public 3DCodeArena platform as a foundational toolkit for exploring VLM-based procedural 3D modelers.

📄 PDF Abstract BibTeX arXiv:2606.01057

Code (0)

등록된 구현이 없습니다.

Tasks

3D Generation

Similar Papers 제목 키워드 기반

Procedural Knowledge Improves Agentic LLM Workflows

2025-11-10 · Vincent Hsiao, Mark Roberts, Leslie Smith arxiv

Large language models (LLMs) often struggle when performing agentic tasks without substantial tool support, prom-pt engineering, or fine tuning. Despite research showing that domain-dependent, procedural knowledge can dr…

AI-PROPELLER: Warehouse-Scale Interprocedural Code Layout Optimization with AlphaEvolve

2026-05-28 · Chaitanya Mamatha Ananda, Rajiv Gupta, Mircea Trofin, Aiden Grossman 외 arxiv

Post-link optimizers (PLOs) such as Propeller and BOLT have demonstrated that precise, profile-guided code layout can extract significant performance gains from heavily optimized binaries. However, these systems are curr…

AutoTrace: From Patches to Triggers via Agentic Interprocedural Exploration

2026-07-13 · Arastoo Zibaeirad, Marco Vieira, Thomas Zimmermann arxiv

Given a vulnerability-fixing commit, trigger localization asks which specific statement turns the vulnerable program state into a concrete unsafe operation. This question is harder than binary vulnerability detection bec…

Vulnerability Detection

CodeMem: Architecting Reproducible Agents via Dynamic MCP and Procedural Memory

2025-12-17 · Nishant Gaurav, Adit Akarsh, Tejas Ravishankar, Manoj Bajaj arxiv

Current tool-using AI agents suffer from limited action space, context inefficiency, and probabilistic instability that makes them unsuitable for handling repetitive tasks which are otherwise reliably and efficiently tac…

CREW-WILDFIRE: Benchmarking Agentic Multi-Agent Collaborations at Scale

2025-07-07 · Jonathan Hyun, Nicholas R Waytowich, Boyuan Chen arxiv

Despite rapid progress in large language model (LLM)-based multi-agent systems, current benchmarks fall short in evaluating their scalability, robustness, and coordination capabilities in complex, dynamic, real-world tas…

Spatial Reasoning