CADENA: Stepwise CAD Reverse Engineering
Summary
Introduces CADENA, a model that reconstructs 3D meshes as parametric CAD programs step by step, comparing intermediate geometry with the target, plus the CADENA-Bench benchmark. Outperforms prior methods on multiple datasets.
View Cached Full Text
Cached at: 08/04/26, 05:37 AM
Paper page - CADENA: Stepwise CAD Reverse Engineering
Source: https://huggingface.co/papers/2608.00799 Authors:
,
,
,
,
,
,
,
,
,
,
Abstract
Computer-AidedDesign(CAD)underpinsmodernengineering,yetconvertingexistingshapesintoeditablemodelsstilldemandssubstantialexperteffort.MostAIsystemsemittheentireCADprograminasinglepass,neverinspectingtheintermediategeometry.Incontrast,humanengineersbuildapartfeaturebyfeature,checkingaftereachoperationwhatremainstobemodeled.WeintroduceCADENA(Spanishfor“chain“),amodelthatreconstructsa3DmeshasaparametricCADprogram,growingitssequenceofoperationsoneatatimeandcomparingthetargetwiththecurrentlypredictedgeometryateverystep.Wealsoaddressthelackofbenchmarksforevaluatingreverse-engineeringmethodsonmechanicalparts,introducingCADENA-Bench,abenchmarkthatmeasuresperformanceacrosscategoriesofmechanicalparts.CADENAoutperformspriormethodsonCADENA-BenchandontheDeepCAD,Fusion360,andMCBdatasets.Codeisavailableathttps://github.com/zhemdi/cadena,modelweightsathttps://huggingface.co/kulibinai/cadena,andCADENA-Benchathttps://huggingface.co/datasets/kulibinai/cadena-bench.
View arXiv pageView PDFGitHub1Add to collection
Get this paper in your agent:
hf papers read 2608\.00799
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper1
#### kulibinai/cadena Image-to-Text• Updated38 minutes ago • 1
Datasets citing this paper1
#### kulibinai/cadena-bench Viewer• Updated38 minutes ago • 3.4k • 23 • 1
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.00799 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
GenCAD
GenCAD introduces an image-conditional model that generates full parametric CAD command histories using transformers and diffusion priors, enabling precise and modifiable 3D modeling from images.
Self-Improving CAD Generation Agents with Finite Element Analysis as Feedback
This paper introduces a new task formulation for CAD generation that incorporates finite element analysis as feedback, along with improved supervision signals like a text-only blueprint schema and multi-view image renderer, leading to better geometric reconstruction on benchmarks.
Show HN: CADara – I made an open-source in-browser CAD
CADara is an open-source in-browser CAD tool that allows users to create 3D models directly in the web browser.
Memory-Augmented Reinforcement Learning Agent for CAD Generation
This paper proposes a memory-augmented reinforcement learning framework for CAD generation agents that integrates geometric kernel toolchains, dual-track memory, and dynamic utility retrieval to handle complex CAD models with long operation sequences and geometric constraints, achieving improved success rate and geometric consistency.
PR-CAD: Progressive Refinement for Unified Controllable and Faithful Text-to-CAD Generation with Large Language Models
PR-CAD introduces a unified framework using LLMs for iterative text-to-CAD generation and editing, achieving state-of-the-art controllability and faithfulness via reinforcement learning and a curated high-fidelity dataset.