Awesome AI4CAD Hub 论文 · 数据集 · 项目
← 返回论文列表

ArtisanCAD: An Industrial-Level CAD Agent with Expert-Grounded Knowledge Distillation

arXiv 2026 58 method, system

TLDR

ArtisanCAD is an industrial CAD agent using expert knowledge distillation and CAD-IR to generate production-ready B-Rep models from text.

评分理由

The paper introduces a novel CAD intermediate representation (CAD-IR) and expert knowledge distillation to address ambiguity in text-to-CAD. Strengths include a focus on industrial-grade parametric modeling and B-Rep execution, but the abstract lacks complete benchmark results and details on limitations.

Read-first 评分解释

综合优先阅读分 58,由主题、引用、图谱、方法、可复现性和近期性等信号加权得到。 原始总分保留为 87。

近期性 8%
100

使用温和的时间衰减,让近期论文更容易浮现,同时保留较早基础工作的价值。 年份:2026

方法质量 25%
70

检查可见的摘要与分析字段,寻找实验、数据集、基线、指标和局限性等方法证据。 命中信号:基准、指标、结果

主题相关性 42%
54.4

使用现有 LLM 关键词相关性评分,并归一化到 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

可复现性 25%
38

检查链接和可见文本中的论文、代码、数据集、工件与仓库信号。 论文:有;代码:无;数据:无;命中信号:代码

研究版图角色

前沿论文方法锚点

排序敏感性

稳定性:volatile;排名波动范围:15。

关键词评分

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

深度分析

创新点

  • CAD intermediate representation (CAD-IR): an executable procedural representation encoding parameters, ordered operations, MCP tool bindings, dependencies, generated entities, and verification rules
  • Skill-guided industrial CAD agent with expert-grounded knowledge distillation, distilling expert CATIA procedures into reusable parameterized skills
  • Retrieval of expert-derived skills, CAD-IR instantiation and revision, execution through a dedicated CATIA-MCP backend, and multi-view visual feedback for iterative refinement
  • Bridging ambiguous or intermediate-level textual prompts to full executable CAD operations via CAD-IR scaffold

方法

ArtisanCAD uses a CAD intermediate representation (CAD-IR) to distill expert CAD procedures into reusable skills and to scaffold vague prompts into executable operations. It retrieves expert-derived skills, instantiates and revises CAD-IR, executes through a CATIA-MCP backend, and applies multi-view visual feedback for iterative refinement, generating production-ready B-Rep models.

关键结果

On the Text2CAD benchmark, CAD-IR reduces mean Chamfer Distance from 14.83 to 9.88 for intermediate prompts. On four complex automotive components, expert CATIA recordings distilled into skills enable generation of editable CATIA-native B-Rep models for new variant requests.

标签