Pith. sign in

REVIEW 3 cited by

CAD-Coder: An Open-Source Vision-Language Model for Computer-Aided Design Code Generation

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2505.14646 v1 pith:QS6GSQYL submitted 2025-05-20 cs.CV cs.AI

CAD-Coder: An Open-Source Vision-Language Model for Computer-Aided Design Code Generation

classification cs.CV cs.AI
keywords cad-codercodeaccuracydesigneditablefine-tunedgenerationimages
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Efficient creation of accurate and editable 3D CAD models is critical in engineering design, significantly impacting cost and time-to-market in product innovation. Current manual workflows remain highly time-consuming and demand extensive user expertise. While recent developments in AI-driven CAD generation show promise, existing models are limited by incomplete representations of CAD operations, inability to generalize to real-world images, and low output accuracy. This paper introduces CAD-Coder, an open-source Vision-Language Model (VLM) explicitly fine-tuned to generate editable CAD code (CadQuery Python) directly from visual input. Leveraging a novel dataset that we created--GenCAD-Code, consisting of over 163k CAD-model image and code pairs--CAD-Coder outperforms state-of-the-art VLM baselines such as GPT-4.5 and Qwen2.5-VL-72B, achieving a 100% valid syntax rate and the highest accuracy in 3D solid similarity. Notably, our VLM demonstrates some signs of generalizability, successfully generating CAD code from real-world images and executing CAD operations unseen during fine-tuning. The performance and adaptability of CAD-Coder highlights the potential of VLMs fine-tuned on code to streamline CAD workflows for engineers and designers. CAD-Coder is publicly available at: https://github.com/anniedoris/CAD-Coder.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Nova3D: Code-Native Generation of Programmable 3D Assets

    cs.GR 2026-07 conditional novelty 6.0

    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.

  2. Physics-in-the-Loop: A Hybrid Agentic Architecture for Validated CAD Engineering Design

    cs.CV 2026-05 unverdicted novelty 6.0

    A hybrid agentic architecture integrates knowledge-based physical verification tools into LLM-driven CAD design loops, producing more complex and functionally valid designs than prior agentic baselines.

  3. STEP-LLM: Generating CAD STEP Models from Natural Language with Large Language Models

    cs.AI 2026-01 conditional novelty 6.0

    STEP-LLM fine-tunes LLMs to emit complete STEP CAD files from natural-language captions, reporting lower median Chamfer distance than Text2CAD.