284 papers
method
New AI methods for CAD generation, reconstruction, editing, retrieval, or reasoning.
Literature review synthesis
Research Lines
Systematic comparison of CAD program generation and reconstruction across input modalities and metrics, including geometric fidelity, executability, and engineering intent.
Open edge: Whether benchmark metrics and VLM judges represent real manufacturability and transfer beyond the selected dataset families; some works lack code or artifacts for verification.Translating natural language into executable parametric CAD scripts or B-Rep primitives through fine-tuning, structural alignment, parameter grounding, reinforcement learning, and proactive specification clarification.
Open edge: Robustness to ambiguous specifications and unseen part complexity; how much gain comes from model capability, training data, grounding, or clarification is not fully isolated.Recovering editable parametric CAD operation sequences from 3D meshes or images using stepwise construction or hybrid optimization to improve geometric accuracy and program validity.
Open edge: Reliability under high geometric complexity, diverse operation types, and non-ideal input modalities remains insufficiently evidenced.Handling heterogeneous CAD tasks such as reconstruction, generation, and question answering in one model across text, images, sketches, and point clouds.
Open edge: Per-task failure boundaries, cross-task interference, and whether unified models match specialized models under domain shift remain unclear.Shared Direction
- CAD is generally treated as structured programs or construction sequences rather than unstructured geometry alone.
- Most methods use parametric, B-Rep, or CadQuery-style representations and evaluate at least one validity or executability measure.
- Strong geometric metrics do not guarantee engineering-ready CAD; a gap remains between executable code, valid geometry, and manufacturable design.
- Specialized models can outperform general vision-language models under idealized geometric inputs, while generalization under shift is limited.
Key Differences
- Evaluation target differs: geometric reconstruction fidelity, program executability and validity, or manufacturability/functionality/assemblability; model rankings change across metrics.
- Input and supervision differ: text-only, image, mesh, sketch, point cloud, or multimodal; specialized mesh-to-CAD models differ from general LLM/VLM generators.
- Representation and generation mechanism differ: direct script generation, B-Rep primitive grounding, stepwise operation fitting, or optimization over structured programs.
- Interaction mode differs: single-shot generation versus proactive clarification before synthesis.
- System scope differs: unified multi-task models versus task-specific reconstruction or generation pipelines.
Open Questions
- How do methods maintain robustness under modality shift and increasing B-Rep face count? Evidence from CADBench indicates specialized models are brittle under modality shift.
- How much of reported performance gain comes from representation, training data, parameter grounding, proactive clarification, or evaluation protocol design?
- Can VLM-judge-based design-intent metrics replace human engineering assessment for manufacturability, functionality, and assemblability at scale?
- Several papers lack visible code, dataset, or limitation details, leaving reproducibility and failure boundaries as verification gaps.