REVIEW 4 major objections 5 minor 4 cited by
LL3M: Large Language 3D Modelers
T0 review · 4 major / 5 minor · reviewed 2026-08-05 · deepseek-v4-flash
Pith's one-line read This paper claims that a crew of pretrained language-model agents can generate complete, editable 3D assets by writing Blender code, without any training, finetuning, or specialized 3D dataset.
desk verdict A credible multi-agent Blender-code system with an honest limitations section; the headline 5x/26% numbers are self-measured and shouldn't be used as evidence until there's an external metric or human eval. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the shared code context: a single, cumulative, human-readable Blender Python script that every agent reads and that is updated by localized edits rather than rewritten. The second load-bearing component is BlenderRAG, a retrieval-augmented generation database built from 1,729 official Blender 4.4 documentation pages, which gives the coding agent examples, function signatures, and version-specific error fixes. The multi-agent loop itself—plan, retrieve, code, execute, render, critique, verify—is the mechanism that turns a single-shot code generator into an iterative design process.
What would settle it
Replace the LLM-based evaluation with human raters: render a matched set of prompts' outputs from LL3M and from the no-RAG ablation and the single-LLM baseline, then have raters blind-score geometric completeness, part connectivity, and prompt fidelity. If human scores do not track the reported 5x complex-operation increase or the 26% error reduction, the quantitative claim fails. Also, programmatically checking mesh connectivity after auto-refinement, e.g., counting connected components of the watering-can handle in Fig. 18, would directly test whether spatial errors are actually fixed.
Extended reading notes
Core claim
LL3M is a multi-agent system that generates complete 3D assets from text by having a planner decompose the prompt into subtasks, a retrieval agent pull Blender API documentation from BlenderRAG, a coding agent write and execute bpy scripts, a critic agent render the result and use a vision-language model to propose visual fixes, and a verification agent check that the fixes were applied. The paper's central claim is that this coordination produces complex, editable, open-vocabulary 3D assets without any training or finetuning, and that the code-based representation is itself a generative medium that enables user-driven iterative editing through follow-up prompts or direct parameter changes.
Load-bearing premise
The headline comparisons rest on the assumption that an LLM's judgment of code complexity and an LLM's visual judgments of rendered shapes are faithful proxies for real 3D asset quality and spatial correctness.
Editorial extensions
If this is right
- If LL3M's central claim holds, text-to-3D generation no longer requires collecting or training on 3D shape datasets; the geometry and appearance emerge from an LLM's world knowledge plus Blender documentation.
- Generated assets become editable artifacts: users can change a variable, tweak a shader node, add a line of code, or issue a natural-language follow-up prompt without regenerating the whole object.
- The same pipeline can maintain identity across successive edits—adding a wig, glasses, ice cream, and a pose change to one character—because the code context preserves what was already built.
- Because the representation is standard Blender Python, outputs can drop directly into artist workflows, version-control, and existing graphics pipelines without format conversion.
- BlenderRAG's design implies the system can track Blender version changes: updating the documentation database lets the agents use the latest API regardless of the LLM's training cutoff.
Reading between the lines
- A testable extension the paper leaves implicit: the code itself could be scored by executors and human raters, or by rendering both LL3M and baseline outputs to images and running a blind comparison, to check whether the 5x complexity and 26% error reduction actually translate into perceived geometric quality.
- If the code representation is as reusable as the paper claims, an obvious next step is to mine the shared code context across prompts to build a library of parametric part generators, letting users compose new assets by recombining previously generated legs, handles, materials, or scene graphs.
- Because the critic and verification agents use a VLM (Gemini) to judge spatial correctness, and the paper reports that spatial edits sometimes need 3–4 follow-up prompts, a natural improvement would be adding geometric verification tools—e.g., checking mesh connectivity or bounding-box intersections algorithmically—rather than relying on visual semantics alone.
- The paper's own numbers suggest a ceiling: with complex operations rising 5x but errors only falling modestly, the error-prone frontier is where RAG helps least; future work might focus on automated repair of spatial errors rather than documentation retrieval.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents LL3M, a multi-agent system that generates 3D assets by writing and executing Blender Python code from text prompts. Six specialized agents (planner, retrieval, coding, critic, verification, user) are coordinated by an external orchestrator, with a BlenderRAG knowledge base built from 1,729 Blender 4.4 documentation files. Generation proceeds in three phases: initial creation, automatic visual refinement, and user-guided refinement. The paper claims that this design enables open-vocabulary, editable, and interpretable 3D asset generation without training or finetuning, and that BlenderRAG yields about 5x more complex Blender operations and a 26% reduction in cumulative errors relative to the same pipeline without retrieval, and higher-fidelity output than the single-LLM baseline BlenderMCP.
Significance. If the system performs as demonstrated in the gallery, this is a useful contribution to code-based 3D content creation: it shows that a coordinated team of pretrained LLMs, augmented with Blender documentation, can produce complete, executable, editable 3D assets without learning from 3D collections. The emphasis on interpretable, parameterized code as a generative medium is genuinely valuable, and the paper provides a detailed pipeline description and several convincing qualitative demonstrations (e.g., Fig. 4, Fig. 13, Fig. 12). However, the quantitative claims in Sec. 4.4 are not yet established. The main evaluation uses LLM-based counting of hand-defined operation categories and LLM-assigned error counts, with no human ground truth, no significance tests, and unresolved inconsistencies in the reported number of objects and scripts. The comparison to BlenderMCP is supported by only a single qualitative figure. These issues do not invalidate the existence claim that LL3M can generate editable code-based assets, but they do mean that the specific design-choice claims (5x complexity, 26% error reduction, superiority over BlenderMCP) should be treated as unverified.
major comments (4)
- [Sec. 4.4 / Tab. 1 / Tab. 2 / Appendix C] The quantitative claims that BlenderRAG increases complex operations by ~5x and reduces errors by ~26% rest on an evaluation whose validity is not established. The complexity counts are generated by GPT-4o using a hand-written taxonomy (Appendix C), with no human-annotated ground truth, no inter-annotator agreement, no variance estimates, and no paired significance test. Error counts are also LLM-assessed from scripts rather than instrumented execution logs, although the text says the code is executed in Blender. Moreover, the manuscript is internally inconsistent: Sec. 4.4 says 17 objects, Appendix C says 34 scripts, and Tab. 2's caption says 30 scripts, while Tab. 2 actually lists 16 object rows. The average 'Complex w/o RAG' also differs between Tab. 1 (1.20) and Tab. 2 (1.21). These inconsistencies must be resolved, and the evaluation should be supplemented with human annotation, pai
- [Sec. 4.4 / Fig. 14 / Sec. 2] The claim that LL3M produces 'superior quality assets' relative to BlenderMCP is supported only by a single qualitative comparison (Fig. 14). There is no fixed prompt list, no control for number of iterations or compute budget, no human preference study, and no objective mesh-quality metric. Since BlenderMCP is identified as the most relevant baseline, this comparison needs to be made systematic before the paper can claim higher-fidelity output than the baseline. At minimum, report the prompts, the execution settings, and independent human ratings, or explicitly scope the claim to the illustrated examples.
- [Sec. 3.2 / Sec. 3.3 / Fig. 18 / Appendix E] The paper's own limitations and appendix weaken the fidelity/refinement claims. Fig. 18 shows that the auto-refinement phase leaves the watering-can side handle disconnected and the top handle in an incorrect pose, and Appendix E shows a long chain of user follow-up prompts (17 instructions after the initial prompt in the listed sequence) for the humanoid example. The main text states that 59% of user-edit examples were obtained with a single edit instruction, but no denominator or selection protocol is given, and the spatial-edit examples in Appendix E require many corrections. Since the authors explicitly identify VLM spatial-awareness errors, the claims of 'closely aligns with the user's initial input' and 'accurate' automatic refinement need to be supported by a systematic human evaluation or by clearly distinguishing which examples succeed automatically and which require user interv
- [Sec. 4.4 / Tab. 1 / Appendix D] The 'error rate' metric is actually a cumulative count of errors per generation, not a rate, so comparing 2.43 vs 3.29 as a 26% reduction is not meaningful without normalizing by script length or number of operations. The paper also notes in Appendix D that without BlenderRAG the coding agent often deletes buggy lines, which reduces error counts at the cost of quality. This makes the raw error-count comparison especially difficult to interpret. The authors should report normalized error rates, distinguish execution errors from logical errors, and provide the actual execution logs so that a reader can verify that errors are corrected rather than avoided by simplifying the code.
minor comments (5)
- [Sec. 4.1 / Appendix A.2.4 / A.2.5] The model assignments are inconsistent. Sec. 4.1 says Gemini 2.0 flash powers the critic and verification agents, while Appendix A.2.4 and A.2.5 say the critic and verification agents use gpt-4o and only call a VLM (Gemini) through a tool. Please clarify which component is the agent LLM and which is the VLM.
- [Appendix C / Tab. 2] Please fix the sample-size statements: the main text says 17 objects, Appendix C says 34 scripts, Tab. 2's caption says 30 scripts, and Tab. 2 lists 16 rows. A reader cannot reconstruct the actual dataset from these conflicting numbers.
- [Sec. 4.4] The evaluation section does not state whether the prompts, generated scripts, and renders are released. The project page is mentioned, but the paper should explicitly state what artifacts will be available for reproducibility.
- [Sec. 4.4 / Fig. 16] The agent ablation is presented only as a qualitative figure. If the contribution of each agent is a central design claim, please add a quantitative measure or at least specify the prompts and criteria used for the illustrated examples.
- [Sec. 3.1 / BlenderRAG] The BlenderRAG construction is described only briefly (1,729 HTML files converted to PDFs, injected into RAGFlow). Since retrieval quality likely affects the results, please provide details on chunk size, embedding model, retriever settings, and the query formulation used by the retrieval agent.
Circularity Check
No significant circularity: LL3M's central generation claims rest on executable Blender code and direct rendering; the LLM-judged metrics are validity concerns rather than circular reductions.
full rationale
Walking the derivation chain, the system's central claim is a constructive existence claim: given a text prompt, a multi-agent LLM pipeline emits Blender Python code that executes and produces 3D assets. This is supported by the pipeline description (Sec. 3), real Blender execution, and the render/gallery figures; it does not reduce to its inputs by any equation. The quantitative evaluation of BlenderRAG (Sec. 4.4, Appendix C) is the only place where a circularity objection could attach: the paper says 'All scripts were then submitted to an LLM to assess the type and frequency of the operations performed, along with the error rates,' and the complex/simple taxonomy is hand-written by the authors. However, this is an evaluation-validity issue, not a formal circular step: 'complex operation' is defined independently of the RAG condition, the counts are not fitted parameters, and no claim is derived from the metric by construction. The critic/verification loop uses Gemini for both critique and verification, which is self-referential, but the paper itself concedes the VLM misses spatial artifacts (Fig. 18 and Appendix E), so the limitation is disclosed rather than hidden. There is no load-bearing self-citation: the authors' own prior work appears only in related work. Internal inconsistencies (e.g., 34 vs. 30 scripts, 17 vs. 16 objects) are rigor concerns, not circularity. Accordingly, no circular step meeting the required bar is present; the weaknesses are about metric validity, statistical support, and baseline comparability, not circularity.
Assumptions & free parameters
assumptions (5)
- domain assumption Pretrained LLMs (GPT-4o, Claude 3.7 Sonnet) can write valid Blender 4.4 bpy code when guided by RAG snippets and execution error feedback.
- domain assumption Rendered Eevee images (5 views) provide sufficient signal for the VLM critic to identify geometric and appearance errors.
- ad hoc to paper The frequency of 'complex' Blender operations, counted by GPT-4o using a hand-authored taxonomy, is a valid proxy for asset quality.
- domain assumption BlenderRAG retrieval returns relevant, version-correct documentation snippets in enough context for the coding agent.
- domain assumption The AutoGen orchestrator order and shared context preserve asset intent across phases.
invented entities (2)
-
Multi-agent framework (planner, retrieval, coding, critic, verification, user agents)
-
BlenderRAG knowledge base
Cite this review
Pith. "Pith review of LL3M: Large Language 3D Modelers." pith.science (2026). https://pith.science/paper/DFYQAFTN
@misc{pith2026250808228,
author = {Pith},
title = {Pith review of: LL3M: Large Language 3D Modelers},
year = {2026},
howpublished = {\url{https://pith.science/paper/DFYQAFTN}},
note = {Machine review of arXiv:2508.08228}
}
read the original abstract
We present LL3M, a multi-agent system that leverages pretrained large language models (LLMs) to generate 3D assets by writing interpretable Python code in Blender. We break away from the typical generative approach that learns from a collection of 3D data. Instead, we reformulate shape generation as a code-writing task, enabling greater modularity, editability, and integration with artist workflows. Given a text prompt, LL3M coordinates a team of specialized LLM agents to plan, retrieve, write, debug, and refine Blender scripts that generate and edit geometry and appearance. The generated code works as a high-level, interpretable, human-readable, well-documented representation of scenes and objects, making full use of sophisticated Blender constructs (e.g. B-meshes, geometry modifiers, shader nodes) for diverse, unconstrained shapes, materials, and scenes. This code presents many avenues for further agent and human editing and experimentation via code tweaks or procedural parameters. This medium naturally enables a co-creative loop in our system: agents can automatically self-critique using code and visuals, while iterative user instructions provide an intuitive way to refine assets. A shared code context across agents enables awareness of previous attempts, and a retrieval-augmented generation knowledge base built from Blender API documentation, BlenderRAG, equips agents with examples, types, and functions empowering advanced modeling operations and code correctness. We demonstrate the effectiveness of LL3M across diverse shape categories, style and material edits, and user-driven refinements. Our experiments showcase the power of code as a generative and interpretable medium for 3D asset creation. Our project page is at https://threedle.github.io/ll3m.
Figures
Figures from the paper (17 more)
Forward citations
Cited by 4 Pith papers
-
GS-Agent: Creating 4D Physical Worlds With Generative Simulation
Three LLM agents write physics-engine code from text, review rendered frames, and correct errors, turning prompts into physically simulated 4D worlds with camera control.
-
Nova3D: Code-Native Generation of Programmable 3D Assets
Nova3D generates 3D assets as executable Blender source, yielding named parts, assembly hierarchies, measurable constraints, and native joints that mesh-native generators do not expose.
-
Recursive Self-Improvement in AI: From Bounded Self-Refinement to Autonomous Research Loops
A survey of 1,250 papers organizes AI self-improvement along two axes—what is improved and loop closure—finding that demonstrated self-improvement strength tracks a verification hierarchy from formal verifiers down to...
-
WorldClaw: Agentic 3D Open-World Generation at Scale
WorldClaw generates globally coherent, locally detailed, editable 3D worlds from open-ended text using a coarse-to-fine agentic pipeline.
Reference graph
Works this paper leans on
-
[1]
Blen- derMCP - Blender Model Context Protocol Integration
Siddharth Ahuja and BlenderMCP Contributors. Blen- derMCP - Blender Model Context Protocol Integration. https://github.com/ahujasid/blender-mcp ,
-
[2]
Polydiff: Generating 3d polygonal meshes with diffusion models
Antonio Alliegro, Yawar Siddiqui, Tatiana Tommasi, and Matthias Nießner. Polydiff: Generating 3d polygonal meshes with diffusion models. CoRR, abs/2312.11417, 2023. 3
arXiv 2023
-
[3]
Anthropic. Claude sonnet. https://www.anthropic. com/claude/sonnet, 2025. 8
work page 2025
-
[4]
MagicClay: Sculpting Meshes With Generative Neural Fields
Amir Barda, Vladimir G. Kim, Noam Aigerman, Amit H. Bermano, and Thibault Groueix. Magicclay: Sculpt- ing meshes with generative neural fields. arXiv preprint arXiv:2403.02460, 2024. 3
work page Pith review arXiv 2024
-
[5]
Amir Barda, Matheus Gadelha, Vladimir G. Kim, Noam Aigerman, Amit H. Bermano, and Thibault Groueix. In- stant3dit: Multiview inpainting for fast editing of 3d ob- jects. In Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition (CVPR), pages 16273– 16282, 2025. 3
work page 2025
-
[6]
Meshanything: Artist-created mesh generation with autoregressive trans- formers
Yiwen Chen, Tong He, Di Huang, Weicai Ye, Sijin Chen, Jiaxiang Tang, Xin Chen, Zhongang Cai, Lei Yang, Gang Yu, Guosheng Lin, and Chi Zhang. Meshanything: Artist-created mesh generation with autoregressive trans- formers. In arXiv preprint arXiv:2406.10163, 2024. 3
arXiv 2024
-
[7]
Meshany- thing v2: Artist-created mesh generation with adjacent mesh tokenization
Yiwen Chen, Yikai Wang, Yihao Luo, Zhengyi Wang, Zilong Chen, Jun Zhu, Chi Zhang, and Guosheng Lin. Meshany- thing v2: Artist-created mesh generation with adjacent mesh tokenization. arXiv preprint arXiv:2408.02555, 2024. 3
arXiv 2024
-
[8]
Kim, Matthew Fisher, Noam Aigerman, Hao Zhang, and Siddhartha Chaudhuri
Zhiqin Chen, Vladimir G. Kim, Matthew Fisher, Noam Aigerman, Hao Zhang, and Siddhartha Chaudhuri. Decor-gan: 3d shape detailization by conditional re- finement. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , page 15740–15749, 2021. 3
work page 2021
Show all 73 references
-
[9]
Text-to-3d using gaussian splatting
Zilong Chen, Feng Wang, Yikai Wang, and Huaping Liu. Text-to-3d using gaussian splatting. arXiv preprint arXiv:2309.16585, 2023. 3
2023 arXiv
-
[10]
3d-gpt: Procedural 3d modeling with large language models
Sun Chunyi, Han Junlin, Deng Weijian, Wang Xinlong, Qin Zishan, and Gould Stephen. 3d-gpt: Procedural 3d modeling with large language models. arXiv preprint arXiv:2310.12945, 2023. 2, 5
2023 arXiv
-
[11]
Blender - a 3D modelling and rendering package
Blender Online Community. Blender - a 3D modelling and rendering package. Blender Foundation, Stichting Blender Foundation, Amsterdam, 2025. 8
2025
-
[12]
3d paintbrush: Local stylization of 3d shapes with cascaded score distillation
Dale Decatur, Itai Lang, Kfir Aberman, and Rana Hanocka. 3d paintbrush: Local stylization of 3d shapes with cascaded score distillation. In Proceedings of the IEEE/CVF Confer- ence on Computer Vision and Pattern Recognition (CVPR) , pages 4473–4483, 2024. 3
2024
-
[13]
Geometry in style: 3d stylization via sur- face normal deformation
Nam Anh Dinh, Itai Lang, Hyunwoo Kim, Oded Stein, and Rana Hanocka. Geometry in style: 3d stylization via sur- face normal deformation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 28456–28467, 2025. 3
2025
-
[14]
Huang, Xianghao Xu, R
Aditya Ganeshan, Ryan Y . Huang, Xianghao Xu, R. Kenny Jones, and Daniel Ritchie. Parsel: Parameterized shape edit- ing with language. In SIGGRAPH Asia, 2024. 4
2024
-
[15]
Gemini 2.0 flash
Google. Gemini 2.0 flash. https://cloud.google.com/vertex- ai/generative-ai/docs/models/gemini/2-0-flash, 2025. 8
2025
-
[16]
Daya Guo, Qihao Zhu, Dejian Yang, Zhenda Xie, Kai Dong, Wentao Zhang, Guanting Chen, Xiao Bi, Y . Wu, Y . K. Li, Fuli Luo, Yingfei Xiong, and Wenfeng Liang. Deepseek- coder: When the large language model meets programming – the rise of code intelligence, 2024. 2
2024
-
[17]
Romero, Tsung-Yi Lin, and Ming-Yu Liu
Zekun Hao, David W. Romero, Tsung-Yi Lin, and Ming-Yu Liu. Meshtron: High-fidelity, artist-like 3d mesh generation at scale. arXiv preprint arXiv:2412.09548, 2024. 2, 3
2024 arXiv
-
[18]
Turbo3d: Ultra-fast text-to-3d generation
Hanzhe Hu, Tianwei Yin, Fujun Luan, Yiwei Hu, Hao Tan, Zexiang Xu, Sai Bi, Shubham Tulsiani, and Kai Zhang. Turbo3d: Ultra-fast text-to-3d generation. arXiv preprint arXiv:2412.04470, 2024. 3
2024 arXiv
-
[19]
Blender- alchemy: Editing 3d graphics with vision-language models
Huang Ian, Yang Guandao, and Guibas Leonidas. Blender- alchemy: Editing 3d graphics with vision-language models. arXiv preprint arXiv:2404.17672, 2024. 2, 5
2024 arXiv
-
[20]
3d shape gener- ation with grid-based implicit functions
Moritz Ibing, Isaak Lim, and Leif Kobbelt. 3d shape gener- ation with grid-based implicit functions. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2021. 3
2021
-
[21]
InfiniFlow. Ragflow. https://ragflow.io/, 2025. 8
2025
-
[22]
A survey on large language models for code generation, 2024
Juyong Jiang, Fan Wang, Jiasi Shen, Sungju Kim, and Sunghun Kim. A survey on large language models for code generation, 2024. 2 13
2024
-
[23]
Oss- bench: Benchmark generator for coding llms, 2025
Yuancheng Jiang, Roland Yap, and Zhenkai Liang. Oss- bench: Benchmark generator for coding llms, 2025. 2
2025
-
[24]
Gpt4motion: Scripting physical motions in text-to- video generation via blender-oriented gpt planning
Lv Jiaxi, Huang Yi, Yan Mingfu, Huang Jiancheng, Liu Jianzhuang, Liu Yifan, Wen Yafei, Chen Xiaoxin, and Chen Shifeng. Gpt4motion: Scripting physical motions in text-to- video generation via blender-oriented gpt planning. arXiv preprint arXiv:2311.12631, 2023. 4
2023 arXiv
-
[25]
Kenny Jones, Theresa Barton, Xianghao Xu, Kai Wang, Ellen Jiang, Paul Guerrero, Niloy J
R. Kenny Jones, Theresa Barton, Xianghao Xu, Kai Wang, Ellen Jiang, Paul Guerrero, Niloy J. Mitra, and Daniel Ritchie. Shapeassembly: learning to generate programs for 3d shape structure synthesis. ACM Trans. Graph. , 39(6),
-
[26]
Kenny Jones, David Charatan, Paul Guerrero, Niloy J
R. Kenny Jones, David Charatan, Paul Guerrero, Niloy J. Mitra, and Daniel Ritchie. Shapemod: macro operation dis- covery for 3d shape programs. ACM Trans. Graph., 40(4),
-
[27]
Kenny Jones, Paul Guerrero, Niloy J
R. Kenny Jones, Paul Guerrero, Niloy J. Mitra, and Daniel Ritchie. Shapecoder: Discovering abstractions for visual programs from unstructured primitives. ACM Trans. Graph., 42(4), 2023
2023
-
[28]
Kenny Jones, Renhao Zhang, Aditya Ganeshan, and Daniel Ritchie
R. Kenny Jones, Renhao Zhang, Aditya Ganeshan, and Daniel Ritchie. Learning to edit visual programs with self-supervision. In NeurIPS, 2024. 4
2024
-
[29]
Shap-e: Generating condi- tional 3d implicit functions
Heewoo Jun and Alex Nichol. Shap-e: Generating condi- tional 3d implicit functions. In NeurIPS (2023), 2023. 3
2023
-
[30]
3d gaussian splatting for real-time radiance field rendering
Bernhard Kerbl, Georgios Kopanas, Thomas Leimkuehler, and George Drettakis. 3d gaussian splatting for real-time radiance field rendering. ACM Trans. Graph., 42(4), 2023. 3
2023
-
[31]
Kosiorek, Heiko Strathmann, Daniel Zoran, Pol Moreno, Marta Garnelo, Yee Whye Teh, and Danilo J
Adam R. Kosiorek, Heiko Strathmann, Daniel Zoran, Pol Moreno, Marta Garnelo, Yee Whye Teh, and Danilo J. Rezende. Nerf-vae: A geometry-aware 3d scene generative model. arXiv preprint arXiv:2111.12514, 2021. 3
2021 arXiv
-
[32]
Ln3diff: Scalable latent neural fields diffusion for speedy 3d generation
Yushi Lan, Fangzhou Hong, Shuai Yang, Shangchen Zhou, Xuyi Meng, Bo Dai, Xingang Pan, and Chen Change Loy. Ln3diff: Scalable latent neural fields diffusion for speedy 3d generation. In ECCV (2024), 2024. 3
2024
-
[33]
Retrieval-augmented gen- eration for knowledge-intensive nlp tasks
Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich K¨uttler, Mike Lewis, Wen-tau Yih, Tim Rockt¨aschel, Sebas- tian Riedel, and Douwe Kiela. Retrieval-augmented gen- eration for knowledge-intensive nlp tasks. In Advances in ...
2020
-
[34]
Sp-gan: Sphere-guided 3d shape generation and manipula- tion
Ruihui Li, Xianzhi Li, Ka-Hei Hui, and Chi-Wing Fu. Sp-gan: Sphere-guided 3d shape generation and manipula- tion. ACM Transactions on Graphics (Proc. SIGGRAPH) , 40(4), 2021. 3
2021
-
[35]
Sparc: Sparse representation and construc- tion for high-resolution 3d shapes modeling
Zhihao Li, Yufei Wang, Heliang Zheng, Yihao Luo, and Bihan Wen. Sparc: Sparse representation and construc- tion for high-resolution 3d shapes modeling. arXiv preprint arXiv:2505.14521, 2025. 3
2025 arXiv
-
[36]
Dreampol- isher: Towards high-quality text-to-3d generation via geo- metric diffusion
Yuanze Lin, Ronald Clark, and Philip Torr. Dreampol- isher: Towards high-quality text-to-3d generation via geo- metric diffusion. arXiv preprint arXiv:2403.17237, 2024. 3
2024 arXiv
-
[37]
Treemeshgpt: Artistic mesh generation with autoregressive tree sequenc- ing
Stefan Lionar, Jiabin Liang, and Gim Hee Lee. Treemeshgpt: Artistic mesh generation with autoregressive tree sequenc- ing. In Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition (CVPR), 2025. 5
2025
-
[38]
Black, Derek Nowrouzezahrai, Liam Paull, and Weiyang Liu
Zhen Liu, Yao Feng, Michael J. Black, Derek Nowrouzezahrai, Liam Paull, and Weiyang Liu. Meshd- iffusion: Score-based generative 3d mesh modeling. In International Conference on Learning Representations (ICLR), 2023. 3
2023
-
[39]
Mapcoder: Multi-agent code genera- tion for competitive problem solving
Islam Md., Ashraful, Ali Mohammed, Eunus, and Parvez Md, Rizwan. Mapcoder: Multi-agent code genera- tion for competitive problem solving. arXiv preprint arXiv:2405.11403, 2024. 2
2024 arXiv
-
[40]
Srinivasan, Matthew Tancik, Jonathan T
Ben Mildenhall, Pratul P. Srinivasan, Matthew Tancik, Jonathan T. Barron, Ravi Ramamoorthi, and Ren Ng. Nerf: representing scenes as neural radiance fields for view synthe- sis. Commun. ACM, 65(1):99–106, 2021. 3
2021
-
[41]
Introduction to model context pro- tocol, 2024
Model Context Protocol. Introduction to model context pro- tocol, 2024. 5
2024
-
[42]
3d-ldm: Neural im- plicit 3d shape generation with latent diffusion models
Gimin Nam, Mariem Khlifi, Andrew Rodriguez, Alberto Tono, Linqi Zhou, and Paul Guerrero. 3d-ldm: Neural im- plicit 3d shape generation with latent diffusion models. In arXiv preprint, 2022. 3
2022
-
[43]
Ali Eslami S
Charlie Nash, Yaroslav Ganin, M. Ali Eslami S. and Peter W. Battaglia. Polygen: An autoregressive generative model of 3d meshes. In Proceedings of the International Conference on Machine Learning (ICML), 2020. 3
2020
-
[44]
Efros, Sergey Tulyakov, and Jun-Yan Zhu
Jiayi Ni, Yuwei Guo, Zekun Hao, Kai-En Lin, Angjoo Kanazawa, Alexei A. Efros, Sergey Tulyakov, and Jun-Yan Zhu. Kiss3dgen: Repurposing 2d diffusion for efficient 3d generation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2025. 3
2025
-
[45]
Gpt-4o system card
OpenAI. Gpt-4o system card. https://openai.com/ index/gpt-4o-system-card/ , 2024. 8
2024
-
[46]
Geocode: Interpretable shape programs
Ofek Pearl, Itai Lang, Yuhua Hu, Raymond A Yeh, and Rana Hanocka. Geocode: Interpretable shape programs. In Com- puter Graphics Forum, page e15276. Wiley Online Library,
-
[47]
Dreamfusion: Text-to-3d using 2d diffusion
Ben Poole, Ajay Jain, Jonathan T Barron, and Ben Milden- hall. Dreamfusion: Text-to-3d using 2d diffusion. arXiv preprint arXiv:2209.14988, 2022. 3
2022 arXiv
-
[48]
Codeelo: Benchmarking competition-level code generation of llms with human-comparable elo ratings, 2025
Shanghaoran Quan, Jiaxi Yang, Bowen Yu, Bo Zheng, Day- iheng Liu, An Yang, Xuancheng Ren, Bofei Gao, Yibo Miao, Yunlong Feng, Zekun Wang, Jian Yang, Zeyu Cui, Yang Fan, Yichang Zhang, Binyuan Hui, and Junyang Lin. Codeelo: Benchmarking competition-level code generation of llms...
2025
-
[49]
Meshgpt: Generating triangle meshes with decoder-only transformers
Yawar Siddiqui, Antonio Alliegro, Alexey Artemov, Ta- tiana Tommasi, Daniele Sirigatti, Vladislav Rosov, Angela Dai, and Matthias Nießner. Meshgpt: Generating triangle meshes with decoder-only transformers. In Proceedings of the IEEE/CVF Conference on Computer Vision and Patte...
2024
-
[50]
Pytorchgeonodes: En- abling differentiable shape programs for 3d shape recon- struction
Sinisa Stekovic, Arslan Artykov, Stefan Ainetter, Mattia D’Urso, and Friedrich Fraundorfer. Pytorchgeonodes: En- abling differentiable shape programs for 3d shape recon- struction. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pa...
2025
-
[51]
Meshllm: Direct polygon mesh generation with large language models
Mengmeng Tao, Cheng Wang, Bo Dong, Jiaming Huang, Haotian Liu, Yuwei Lin, Yi Zhou, Pan Zhou, Hujun Bao, 14 and Guofeng Wang. Meshllm: Direct polygon mesh generation with large language models. arXiv preprint arXiv:2508.01242, 2024. 2, 5
2024 arXiv
-
[52]
Cg3d: Compositional generation for text-to-3d via gaussian splatting
Alexander Vilesov, Pradyumna Chari, and Achuta Kadambi. Cg3d: Compositional generation for text-to-3d via gaussian splatting. In arXiv preprint arXiv:2311.17907, 2023. 3
2023 arXiv
-
[53]
Sketchagent: Language-driven sequential sketch generation
Yael Vinker, Tamar Rott Shaham, Kristine Zheng, Alex Zhao, Judith E Fan, and Antonio Torralba. Sketchagent: Language-driven sequential sketch generation. In Proceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 23355–23368, 2025. 4
2025
-
[54]
Wong, Dongdong Chen, and Jing Liao
Can Wang, Menglei Chai, Mingming He, Yajie Zhao, Chen Cao, Kwan-Yee K. Wong, Dongdong Chen, and Jing Liao. Clip-nerf: Text-and-image driven manipulation of neural ra- diance fields. arXiv preprint arXiv:2112.05139, 2021. 3
2021 arXiv
-
[55]
Rodin: A generative model for sculpting 3d digital avatars using diffusion
Tengfei Wang, Bo Zhang, Xingang Pan, Xintao Wang, Chen Change Loy, and Ziwei Liu. Rodin: A generative model for sculpting 3d digital avatars using diffusion. arXiv preprint arXiv:2210.10865, 2022. 3
2022 arXiv
-
[56]
Nautilus: Locality-aware au- toencoder for scalable mesh generation
Yuxuan Wang, Xuanyu Yi, Haohan Weng, Qingshan Xu, Xiaokang Wei, Xianghui Yang, Chunchao Guo, Long Chen, and Hanwang Zhang. Nautilus: Locality-aware au- toencoder for scalable mesh generation. arXiv preprint arXiv:2501.14317, 2025. 2, 3
2025 arXiv
-
[57]
Llama- mesh: Mesh generation using autoregressive language mod- els
Zekun Wang, Jiayuan Li, Weili Liu, Hujun Yuan, Yixin Zhang, Lingjie Liu, Kaiyu Wang, and Yuwei Yu. Llama- mesh: Mesh generation using autoregressive language mod- els. arXiv preprint arXiv:2411.09595, 2023. 2, 5
2023 arXiv
-
[58]
Livebench: A challenging, contamination- free LLM benchmark
Colin White, Samuel Dooley, Manley Roberts, Arka Pal, Benjamin Feuer, Siddhartha Jain, Ravid Shwartz-Ziv, Neel Jain, Khalid Saifullah, Sreemanti Dey, Shubh-Agrawal, Sandeep Singh Sandha, Siddartha Venkat Naidu, Chinmay Hegde, Yann LeCun, Tom Goldstein, Willie Neiswanger, and M...
2025
-
[59]
Autogen: Enabling next-gen llm applica- tions via multi-agent conversations
Qingyun Wu, Gagan Bansal, Jieyu Zhang, Yiran Wu, Beibin Li, Erkang Zhu, Li Jiang, Xiaoyun Zhang, Shaokun Zhang, Jiale Liu, et al. Autogen: Enabling next-gen llm applica- tions via multi-agent conversations. In First Conference on Language Modeling, 2024. 8
2024
-
[60]
Textsplat: Text-guided semantic fusion for generalizable gaussian splatting
Zhicong Wu, Hongbin Xu, Gang Xu, Ping Nie, Zhixin Yan, Jinkai Zheng, Liangqiong Qu, Ming Li, and Liqiang Nie. Textsplat: Text-guided semantic fusion for generalizable gaussian splatting. In Proceedings of the 33rd ACM Inter- national Conference on Multimedia (ACM MM), 2025. 3
2025
-
[61]
Xingguang Yan, Han-Hung Lee, Ziyu Wan, and An- gel X. Chang. An object is worth 64×64 pixels: Gen- erating 3d object via image diffusion. arXiv preprint arXiv:2408.03178, 2024. 3
2024 arXiv
-
[62]
Gaussiandreamer: Fast generation from text to 3d gaussians by bridging 2d and 3d diffusion models
Taoran Yi, Jiemin Fang, Junjie Wang, Guanjun Wu, Lingxi Xie, Xiaopeng Zhang, Wenyu Liu, Qi Tian, and Xinggang Wang. Gaussiandreamer: Fast generation from text to 3d gaussians by bridging 2d and 3d diffusion models. arXiv preprint arXiv:2310.08529, 2023. 3
2023 arXiv
-
[63]
L3go: Language agents with chain-of-3d-thoughts for generating unconventional objects
Yamada Yutaro, Chandu Khyathi, Lin Yuchen, Hessel Jack, Yildirim Ilker, and Choi Yejin. L3go: Language agents with chain-of-3d-thoughts for generating unconventional objects. arXiv preprint arXiv:2402.09052, 2024. 5
2024 arXiv
-
[64]
Lion: Latent point diffusion models for 3d shape generation
Xiaohui Zeng, Arash Vahdat, Francis Williams, Zan Gojcic, Or Litany, Sanja Fidler, and Karsten Kreis. Lion: Latent point diffusion models for 3d shape generation. In Advances in Neural Information Processing Systems (NeurIPS), 2022. 3
2022
-
[65]
3dshape2vecset: A 3d shape representation for neural fields and generative diffusion models
Biao Zhang, Jiapeng Tang, Matthias Nießner, and Peter Wonka. 3dshape2vecset: A 3d shape representation for neural fields and generative diffusion models. ACM Trans. Graph., 42(4), 2023. 3
2023
-
[66]
Blendergym: Eval- uating the procedural 3d modeling skills of large language models
Zekai Zhang, Jiarong Li, Kaiyu Wang, Qianhui Lyu, Yunfan Zhu, Ziyu Wu, Wenwu He, Hang Zhao, Yilun Du, Dahua Lin, Yixin Zhang, and Dejia Huang. Blendergym: Eval- uating the procedural 3d modeling skills of large language models. arXiv preprint arXiv:2504.01786, 2024. 4
2024 arXiv
-
[67]
Sdf-stylegan: Implicit sdf-based stylegan for 3d shape generation
Xin-Yang Zheng, Yang Liu, Peng-Shuai Wang, and Xin Tong. Sdf-stylegan: Implicit sdf-based stylegan for 3d shape generation. In Proceedings of the Symposium on Geometry Processing (SGP), 2022. 3
2022
-
[68]
COMPLETE
Hu Ziniu, Iscen Ahmet, Jain Aashi, Kipf Thomas, Yue Yisong, Ross David, A., Schmid Cordelia, and Fathi Alireza. Scenecraft: An llm agent for synthesizing 3d scene as blender code. arXiv preprint arXiv:2403.01248 , 2024. 2, 5 15 LL3M: Large Language 3D Modelers Supplementary Ma...
2024 arXiv
-
[69]
1.2 Move the hands slightly backward along the nega- tive x-axis to attach them to the arms
Create a mini cartoon character 1.1 Move the eye pupils outward along the x-axis. 1.2 Move the hands slightly backward along the nega- tive x-axis to attach them to the arms
-
[70]
2.2 Move the wig upward along the z-axis to place it on top of the head
Add a blonde wig on the head 2.1 Scale the wig smaller. 2.2 Move the wig upward along the z-axis to place it on top of the head
-
[71]
3.2 Move the glasses along the negative x-axis to posi- tion them closer to the face
Add a pair of glasses to the face 3.1 Rotate the glasses 90◦ around the y-axis so they at- tach to the legs. 3.2 Move the glasses along the negative x-axis to posi- tion them closer to the face. 3.3 Move the glasses upward along the z-axis to align with the eyes
-
[72]
4.2 Add more sprinkles and make them larger and denser around the ice cream
Add a sprinkled ice cream to the left hand 4.1 If the ice cream is not attached to the cone, move it slightly downward along the z-axis. 4.2 Add more sprinkles and make them larger and denser around the ice cream. 4.3 If the ice cream is on the character’s arm, move it slightl...
-
[73]
5.2 Rotate only the arms so both hands are positioned to hold the ice cream
Make the character sit down and eat the ice cream with both hands 5.1 If the legs are overlapped, move them outward slightly to separate them. 5.2 Rotate only the arms so both hands are positioned to hold the ice cream. 5.3 Rotate the ice cream along the z-axis so the camera c...
Reviewed August 5, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.