Awesome AI4CAD Hub Papers · Datasets · Projects
← Back to papers

Zero-to-CAD: Agentic Synthesis of Interpretable CAD Programs at Million-Scale Without Real Data

arXiv 2026 65.4 method

TLDR

Zero-to-CAD uses an LLM agent to synthesize millions of executable CAD programs without real data, enabling image-to-CAD reconstruction.

Reasoning

The paper presents a novel agentic framework for generating large-scale synthetic CAD construction sequences, addressing data scarcity. Its strengths include scalability and demonstrated utility for downstream tasks, but it lacks real-world validation and may have limitations from purely synthetic data.

Read-first score

Read-first score 65.4, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 98.

Recency 8%
100

Uses a gentle age decay so recent papers surface without erasing older foundations. 2026

Methodology quality 25%
80

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=baseline,dataset,metric,result

Topical relevance 42%
61.3

Uses existing LLM keyword relevance scores normalized to 0-100. AI for CAD,computer-aided design,neural CAD,generative CAD,parametric CAD,B-Rep,boundary representation,constructive solid geometry,CSG,sketch extrusion,CAD generation,CAD reconstruction,text-to-CAD,image-to-CAD,point cloud to CAD,CAD program

Reproducibility 25%
46

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=False; dataset=False; markers=code,dataset

Field roles

FrontierMethodology anchor

Rank sensitivity

Stability: volatile; rank range: 10.

Keyword Scores

computer-aided design
10
CAD generation
10
CAD program
10
AI for CAD
9
generative CAD
9
parametric CAD
9
CAD reconstruction
9
image-to-CAD
9
neural CAD
7
sketch extrusion
6
B-Rep
5
boundary representation
5
constructive solid geometry
0
CSG
0
text-to-CAD
0
point cloud to CAD
0

Deep Analysis

Innovations

  • Agentic search framework using LLM in a feedback-driven CAD environment to synthesize executable CAD programs
  • Synthesis of approximately one million executable, readable, editable CAD sequences without real construction-history data
  • Release of a curated subset of 100,000 high-quality models selected for geometric diversity
  • Fine-tuning a vision-language model on synthetic data to reconstruct editable CAD programs from multi-view images, outperforming GPT-5.2

Methodology

The framework frames CAD program synthesis as an agentic search problem, embedding a large language model (LLM) within a feedback-driven CAD environment that iteratively generates, executes, and validates code using tools and documentation lookup to promote geometric validity and operation diversity. The resulting synthetic dataset is used to fine-tune a vision-language model for CAD program reconstruction from multi-view images.

Key Results

The agentic approach synthesizes approximately one million executable CAD sequences covering diverse operations beyond sketch-and-extrude. A vision-language model fine-tuned on this synthetic data outperforms strong baselines including GPT-5.2 on reconstructing editable CAD programs from multi-view images.

Tags

CV