MIT Researchers Present GenCAD AI Model for Image-to-CAD Generation

Original: GenCAD

Why This Matters

Enables automated CAD generation from images while preserving engineering precision and modifiability.

MIT researchers developed GenCAD, an AI model that generates parametric CAD programs from images. The model creates both 3D CAD models and complete command histories, addressing limitations of mesh-based approaches in engineering applications.

GenCAD combines four key components: an autoregressive transformer encoder for CAD command sequences, contrastive learning for joint image-CAD representations, latent diffusion for conditional generation, and a decoder for converting latents to CAD commands. Unlike traditional approaches using meshes or point clouds, GenCAD generates complete parametric CAD programs that maintain accuracy and modifiability crucial for engineering tasks. The model demonstrates capabilities in image-conditional CAD generation, sample diversity from single inputs, and retrieval from collections of approximately 7,000 CAD programs. The research addresses the complexity of CAD data structures like boundary representation that make training efficient AI models challenging.

Source

gencad.github.io — Read original →