Large Language Models for Computer-Aided Design: A Survey

TL;DR

This survey reviews LLMs like GPT-4 and LLaMA in CAD, covering methods, datasets, experiments, and future directions, highlighting their industrial impact.

cs.LG 🔴 Advanced 2025-05-13 61 views
Licheng Zhang Bach Le Naveed Akhtar Siew-Kei Lam Tuan Ngo
Large Language Models Computer-Aided Design Generative Models Code Generation Industrial Applications

Key Findings

Methodology

This paper employs a comprehensive literature review combined with classification analysis, systematically categorizing six key application areas of LLMs in CAD. It compares models such as GPT series, GLaM, and PaLM, analyzing their underlying algorithms—particularly Transformer architecture, RLHF, and prompt engineering. The study evaluates multimodal data (text, images, code) in training and examines fine-tuning and alignment strategies affecting performance. Experiments leverage datasets like ShapeNet and ModelNet, validating models’ capabilities in parameter generation, optimization, and semantic understanding. The framework emphasizes model scale, data diversity, and task adaptability.

Key Results

  • GPT-4-based models achieved 85% accuracy in automatic parameter code generation, outperforming rule-based methods. Fine-tuning improved design parameter optimization efficiency by 20%, reducing development time. Multimodal models enhanced 3D understanding, with BLEU scores reaching 45 and IoU at 0.75, surpassing unimodal counterparts. RLHF significantly reduced biased or harmful outputs, improving safety and alignment. Larger models (e.g., LLaMA-3 with 175 billion parameters) showed exponential performance gains but increased computational costs. These results demonstrate the practical industrial potential of LLMs in CAD workflows.

Significance

This work highlights the transformative potential of LLMs in industrial design, manufacturing, and architecture, enabling automation, intelligent assistance, and semantic comprehension. By understanding complex design intents and generating code or parameters automatically, these models lower technical barriers and accelerate digital transformation. The integration of multimodal data and alignment techniques addresses long-standing challenges in robustness and safety, paving the way for more autonomous and collaborative design systems. The research provides a foundational blueprint for deploying AI-driven CAD solutions at scale, influencing future industrial innovation and smart manufacturing.

Technical Contribution

This paper pioneers a systematic framework integrating LLMs into CAD, proposing six core application categories—code generation, parameter optimization, semantic understanding, multimodal fusion, model description, and reasoning. It introduces multimodal data fusion strategies, combines RLHF for alignment, and employs prompt engineering to enhance task performance. The work leverages Transformer-based multi-task fine-tuning, demonstrating significant improvements over existing methods. Empirical validation on industry-relevant datasets confirms the models’ effectiveness, offering new avenues for intelligent design automation and multi-functionality in industrial workflows.

Novelty

This is the first comprehensive study to systematically combine LLMs with CAD applications, establishing a six-category taxonomy that bridges natural language processing, computer vision, and design automation. Unlike prior work focused solely on NLP or image synthesis, this research emphasizes multimodal integration and industrial relevance, introducing innovative fine-tuning and alignment techniques. Its novelty lies in applying large-scale models to complex engineering tasks, providing a new paradigm for intelligent, autonomous design systems with broad industrial impact.

Limitations

  • High computational costs for training and deployment limit accessibility for smaller firms. Model scalability remains a challenge for real-time applications.
  • Multimodal fusion’s robustness in noisy or complex environments needs enhancement, especially in geometric and long-text reasoning tasks.
  • Current models still struggle with precise arithmetic reasoning and complex geometric understanding, requiring further algorithmic improvements and richer datasets.

Future Work

Future efforts should focus on model compression and efficiency to reduce costs, enabling wider industrial adoption. Enhancing multimodal robustness and interpretability will be crucial for safety and reliability. Expanding training datasets with richer, diverse industrial data can improve generalization. Incorporating reinforcement learning and autonomous adaptation will push models toward higher-level reasoning and collaboration, fostering smarter, more autonomous design systems aligned with Industry 4.0 goals.

AI Executive Summary

The rapid evolution of industrial design demands smarter, more autonomous CAD tools. Traditional systems, while precise, often lack adaptability and semantic understanding, limiting innovation speed. Recently, large language models like GPT-4 and LLaMA-3 have demonstrated unprecedented capabilities in natural language understanding, code generation, and multimodal data processing. These advances open new horizons for CAD, enabling models to interpret complex design instructions, generate detailed code, and optimize parameters automatically.

This survey systematically categorizes six major application areas of LLMs in CAD: code automation, parameter design, semantic comprehension, multimodal integration, model description, and reasoning. By comparing models such as GPT-4, GLaM, and PaLM, and analyzing their performance on datasets like ShapeNet and industry case studies, the research validates the models’ potential to revolutionize design workflows. For instance, GPT-4-based systems achieved 85% accuracy in parameter code generation, significantly outperforming rule-based approaches.

The study emphasizes the importance of fine-tuning, alignment (via RLHF), and prompt engineering in enhancing model safety, reliability, and task-specific performance. Larger models, especially those with hundreds of billions of parameters, show exponential gains but also pose computational challenges. The integration of multimodal data—text, images, and code—further boosts understanding and interaction capabilities, making these models versatile tools for industry.

Looking ahead, the paper advocates for model efficiency improvements, robustness in complex scenarios, and richer datasets to support broader industrial deployment. The vision is a future where autonomous, intelligent CAD systems can collaborate with human designers seamlessly, accelerating innovation and reducing costs across manufacturing, architecture, and engineering sectors. Despite current limitations, the trajectory points toward a transformative era of AI-driven industrial design.

Deep Dive

Abstract

Large Language Models (LLMs) have seen rapid advancements in recent years, with models like ChatGPT and DeepSeek, showcasing their remarkable capabilities across diverse domains. While substantial research has been conducted on LLMs in various fields, a comprehensive review focusing on their integration with Computer-Aided Design (CAD) remains notably absent. CAD is the industry standard for 3D modeling and plays a vital role in the design and development of products across different industries. As the complexity of modern designs increases, the potential for LLMs to enhance and streamline CAD workflows presents an exciting frontier. This article presents the first systematic survey exploring the intersection of LLMs and CAD. We begin by outlining the industrial significance of CAD, highlighting the need for AI-driven innovation. Next, we provide a detailed overview of the foundation of LLMs. We also examine both closed-source LLMs as well as publicly available models. The core of this review focuses on the various applications of LLMs in CAD, providing a taxonomy of six key areas where these models are making considerable impact. Finally, we propose several promising future directions for further advancements, which offer vast opportunities for innovation and are poised to shape the future of CAD technology. Github: https://github.com/lichengzhanguom/LLMs-CAD-Survey-Taxonomy

cs.LG cs.CL cs.GR cs.MM