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

CAD Translator: An Effective Drive for Text to 3D Parametric Computer-Aided Design Generative Modeling

arXiv 2024 46.5 method

TLDR

A novel encoder-decoder framework for text-to-parametric CAD generation using contrastive learning and fusion embeddings.

Reasoning

The paper addresses an underexplored task with a clear methodology (Cascading Contrastive Strategy and CT-Mix) and a new dataset. However, the abstract lacks quantitative results and details on dataset size, limiting assessment of empirical strength.

Read-first score

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

Recency 8%
75.1

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

Methodology quality 25%
70

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

Topical relevance 42%
45

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%
16

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

Field roles

Methodology anchor

Rank sensitivity

Stability: volatile; rank range: 62.

Keyword Scores

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

Deep Analysis

Innovations

  • CAD Translator: an encoder-decoder framework for text-to-parametric CAD generative modeling with one-stage training
  • Cascading Contrastive Strategy to align text and parametric CAD sequences in latent space
  • CT-Mix: random mask operation on embeddings and linear interpolation to fuse text and CAD sequence embeddings
  • Text2CAD dataset built using a Large Multimodal Model (LMM)

Methodology

The authors propose an encoder-decoder framework that first aligns text and parametric CAD command sequences via a cascading contrastive strategy in latent space, then applies CT-Mix, which randomly masks embeddings and fuses them via linear interpolation to strengthen cross-modal connections. The model is trained on a newly constructed Text2CAD dataset generated with a Large Multimodal Model.

Key Results

Thorough experiments on the Text2CAD dataset demonstrate the effectiveness of the proposed CAD Translator method.

Tags