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

Img2CADSeq: Image-to-CAD Generation via Sequence-Based Diffusion

arXiv 2026 63.7 method

TLDR

Img2CADSeq uses a multi-stage pipeline with hierarchical codebook and VQ-Diffusion to generate CAD BRep sequences from single-view images, outperforming SOTA on new datasets.

Reasoning

The paper introduces a novel approach with strong empirical results and new datasets, but the abstract lacks discussion of limitations or failure cases. The multi-stage pipeline may introduce complexity, and the reliance on point cloud intermediates could be a bottleneck.

Read-first score

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

Recency 8%
100

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

Topical relevance 42%
69.4

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

Methodology quality 25%
60

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

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

Frontier

Rank sensitivity

Stability: volatile; rank range: 31.

Keyword Scores

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

Deep Analysis

Innovations

  • Multi-stage pipeline with three-level hierarchical codebook for CAD sequences
  • Importance prioritization valuing profiles over details to compress long sequences
  • Coarse-to-fine point cloud intermediate to bridge 2D-3D modality gap
  • Contrastive learning aligning 2D visual features with 3D CAD sequences for VQ-Diffusion conditioning
  • Introduction of CAD-220K and PrintCAD datasets for industrial domain adaptation
  • Generation of standard STEP files directly usable in commercial CAD software

Methodology

Img2CADSeq is a multi-stage pipeline that encodes CAD sequences into a three-level hierarchical codebook with importance prioritization, then uses a coarse-to-fine point cloud intermediate and contrastive learning to align 2D image features with 3D CAD sequences, conditioning a VQ-Diffusion model. It is trained on newly introduced CAD-220K and PrintCAD datasets.

Key Results

Img2CADSeq significantly outperforms state-of-the-art methods in image-to-CAD generation, producing standard STEP files that can be directly used in commercial CAD software.

Tags

CV