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

GIFT: Bootstrapping Image-to-CAD Program Synthesis via Geometric Feedback

arXiv 2026 57 method

TLDR

GIFT uses geometric feedback to augment training data for image-to-CAD program synthesis, improving IoU by 12% and reducing inference compute by 80%.

Reasoning

The paper presents a novel data augmentation framework that leverages geometric feedback to generate high-quality training samples from test-time compute, addressing the scarcity of diverse CAD program-image pairs. Strengths include a clear bottleneck identification and two effective mechanisms (GIFT-REJECT and GIFT-FAIL), while weaknesses are the lack of explicit real-world dataset details and potential reliance on synthetic benchmarks.

Read-first score

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

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

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

Reproducibility 25%
38

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

Field roles

FrontierBridgeMethodology anchor

Rank sensitivity

Stability: volatile; rank range: 4.

Keyword Scores

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

Deep Analysis

Innovations

  • Geometric Inference Feedback Tuning (GIFT) framework that turns test-time compute into bootstrapped training samples via geometric feedback
  • Soft-Rejection Sampling (GIFT-REJECT) that retains diverse high-fidelity programs beyond exact ground-truth matches
  • Failure-Driven Augmentation (GIFT-FAIL) that converts near-miss predictions into synthetic training examples to improve robustness
  • Amortization of inference-time search into model parameters, reducing inference compute by 80%

Methodology

GIFT is a data augmentation framework that uses geometric feedback to generate high-quality training samples from test-time compute. It combines Soft-Rejection Sampling to keep diverse programs with high geometric fidelity and Failure-Driven Augmentation to turn near-miss predictions into synthetic examples, bootstrapping training data without additional human annotation.

Key Results

GIFT improves mean IoU by 12% over a strong supervised baseline, reduces inference compute by 80%, and remains competitive with more complex multimodal systems.

Tags

LGAICE