Crimson AI NewsA CrimsonLingua Network service
EN ع
← Back to news
Research paper Hugging Face

CADENA: A Stepwise AI Approach to Reverse-Engineering CAD Models

AI By Crimson AI Hugging Face Papers 4 August 2026 · 00:00 13 views
Share: X Telegram

Hugging Face researchers introduce CADENA, a model that reconstructs 3D meshes into parametric CAD programs step-by-step, mimicking human engineers. It also launches CADENA-Bench, a benchmark of 3,396 real mechanical parts, and outperforms prior methods across multiple datasets.

CADENA: A Stepwise AI Approach to Reverse-Engineering CAD Models

Key points

Computer-Aided Design (CAD) is essential to modern engineering, but converting existing physical shapes into editable digital models remains a labor-intensive task that demands significant expertise. Traditional AI systems typically generate an entire CAD program in one go, without ever checking the intermediate geometry. In contrast, human engineers construct a part feature by feature, verifying after each operation what still needs to be modeled.

To address this gap, researchers from Hugging Face introduce CADENA (Spanish for "chain"), a model that reconstructs a 3D mesh as a parametric CAD program by growing its sequence of operations one at a time. At each step, CADENA executes the partial program and compares the target geometry with what has been built so far, allowing it to see exactly what remains missing—mirroring the human workflow.

The team also releases CADENA-Bench, a new benchmark designed to evaluate reverse-engineering methods on mechanical parts. It comprises 3,396 real mechanical parts from three industrial corpora, de-duplicated and grouped into six part families. Performance is reported per family, so a method's weaknesses remain visible rather than being averaged away. The benchmark is notably challenging: every learned baseline loses roughly half its score when moving from the DeepCAD dataset to real parts.

CADENA outperforms prior methods on the DeepCAD, Fusion 360, MCB, and CADENA-Bench datasets, achieving a 0.910 voxel IoU on BenchCAD's Vision2Code task. The use of reinforcement learning against executed geometry improves accuracy and reduces the invalid rate to just 0.9%, since operations that fail to build earn no reward.

All resources are publicly available: code at github.com/zhemdi/cadena, model weights at huggingface.co/kulibinai/cadena, and the CADENA-Bench dataset at huggingface.co/datasets/kulibinai/cadena-bench.

DatasetCADENA Performance
CADENA-BenchOutperforms prior methods
DeepCADOutperforms prior methods
Fusion 360Outperforms prior methods
MCBOutperforms prior methods
BenchCAD (Vision2Code)0.910 voxel IoU
Source
Hugging Face · Hugging Face Papers
Related news
Research paper
Hugging Face 31 Aug 2026

Hugging Face Unveils StepGuard: Step-Level Guardrails for Safer AI Agents

StepGuard, a new step-level guard model from Hugging Face, audits agent actions before execution, reducing attack success rates by...

1
Research paper
Hugging Face 31 Aug 2026

Hugging Face Researchers Unveil ABot-Recon for Stable Long-Horizon 3D Reconstruction

ABot-Recon, a new streaming 3D reconstruction model from Hugging Face, achieves stable long-horizon performance using only local t...

1
Research paper
Hugging Face 31 Aug 2026

ContextPilot: Teaching Agents Proactive Context Management via Fine-Grained RL

Hugging Face researchers introduce ContextPilot, a framework that enhances long-horizon agent reasoning by expanding context-editi...

1