paper-with-me

Papers

CADSmith: Multi-Agent CAD Generation with Programmatic Geometric Validation

2026-03-27 · Jesse Barkley, Rumi Loghmani, Amir Barati Farimani arxiv

Existing methods for text-to-CAD generation either operate in a single pass with no geometric verification or rely on lossy visual feedback that cannot resolve dimensional errors. We present CADSmith, a multi-agent pipeline that generates CadQuery code from natural language. It then undergoes an iterative refinement process through two nested correction loops: an inner loop that resolves execution errors and an outer loop grounded in programmatic geometric validation. The outer loop combines exact measurements from the OpenCASCADE kernel (bounding box dimensions, volume, solid validity) with holistic visual assessment from an independent vision-language model Judge. This provides both the numerical precision and the high-level shape awareness needed to converge on the correct geometry. The system uses retrieval-augmented generation over API documentation rather than fine-tuning, maintaining a current database as the underlying CAD library evolves. We evaluate on a custom benchmark of 100 prompts in three difficulty tiers (T1 through T3) with three ablation configurations. Against a zero-shot baseline, CADSmith achieves a 100% execution rate (up from 95%), improves the median F1 score from 0.9707 to 0.9846, the median IoU from 0.8085 to 0.9629, and reduces the mean Chamfer Distance from 28.37 to 0.74, demonstrating that closed-loop refinement with programmatic geometric feedback substantially improves the quality and reliability of LLM-generated CAD models.

📄 PDF Abstract BibTeX arXiv:2603.26512

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Socratic-Geo: Synthetic Data Generation and Geometric Reasoning via Multi-Agent Interaction

2026-02-03 · Zhengbo Jiao, Shaobo Wang, Zifan Zhang, Wei Wang 외 arxiv

Multimodal Large Language Models (MLLMs) have significantly advanced vision-language understanding. However, even state-of-the-art models struggle with geometric reasoning, revealing a critical bottleneck: the extreme sc…

Synthetic Data GenerationImage Generation

The Bitter Lesson of Tool Calling

2026-08-06 · Ishan Patel, Sahil Sen, Elias Lumer, Vamse Kumar Subbiah arxiv

Tool use transforms LLMs into agents that act beyond their training data, and for code-capable models, programmatic tool calling extends this further by replacing rigid JSON calls with scripts that chain and parallelize …

PRISM: A Benchmark for Programmatic Spatial-Temporal Reasoning

2026-05-19 · Qiran Zhang, Yuheng Wang, Runde Yang, Lin Wu 외 arxiv

Programmatic video generation through code offers geometric precision and temporal coherence beyond pixel-level diffusion models, yet rigorously evaluating whether language models can produce spatially correct animated o…

Spatial ReasoningVideo GenerationCode Generation

3D-CoS: A New 3D Reconstruction Paradigm Based on VLM Code Synthesis

2026-06-09 · Yuhao Wang, Puyi Wang, Linjie Li, Zhengyuan Yang 외 arxiv

Most recent 3D reconstruction and editing systems operate on implicit and explicit representations such as NeRF, point clouds, or meshes. While these representations enable high-fidelity rendering, they are fundamentally…

3D ReconstructionCode GenerationPoint Clouds

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

2026-08-18 · Rui-Huan Wang, Si-Tong Wei, Jia-Qi He, Heng-Yi Wei 외 arxiv

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 model…

Spatial Reasoning