paper-with-me

Papers

Embodied CAD: Solver-Grounded LLM Agents for Parametric B-Rep Assembly Modeling

2026-06-30 · Fumin Liu, Haoyu Zhou, Fei Hao, Lin Yang arxiv

Large language models can write plausible CAD scripts, but reliable industrial CAD modeling requires more than syntactically valid code: every feature, placement, and assembly relation must be accepted by an exact geometric kernel while remaining editable as parametric boundary representation geometry. We present Embodied CAD, solver-grounded LLM agents for parametric B-Rep assembly modeling. Instead of generating a complete script in one pass, the agent iteratively selects actions from a stratified L0-L4 CAD skill library, resolves them into typed geometric operations, executes them in a CAD backend, and uses solver feedback to plan, repair, and learn. The framework combines action grammar constraints, deterministic parameter resolution, and solver-derived rewards for supervised warm-up and GRPO-style refinement. We evaluate Embodied CAD on multi-step mechanical, industrial equipment, and mold-oriented assembly tasks using solver-aligned metrics: executable rate, skill accuracy, operation-family accuracy, exact policy accuracy, and task completion success. The results show that solver-grounded planning executes all strong-planner workflows in the current benchmark, while learned controllers reach high executable rates and expose the remaining gap between valid tool calls and exact long-horizon policy prediction.

📄 PDF Abstract BibTeX arXiv:2606.31252

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PhyBlock: A Progressive Benchmark for Physical Understanding and Planning via 3D Block Assembly

2025-06-10 · Liang Ma, Jiajun Wen, Min Lin, Rongtao Xu 외

While vision-language models (VLMs) have demonstrated promising capabilities in reasoning and planning for embodied agents, their ability to comprehend physical phenomena, particularly within structured 3D environments, …

Question AnsweringScene UnderstandingSpatial ReasoningVisual Question Answering+1

ArtiCAD: Articulated CAD Assembly Design via Multi-Agent Code Generation

2026-04-13 · Yuan Shui, Yandong Guan, Zhanwei Zhang, Juncheng Hu 외 arxiv

Parametric Computer-Aided Design (CAD) of articulated assemblies is essential for product development, yet generating these multi-part, movable models from high-level descriptions remains unexplored. To address this, we …

Spatial ReasoningCode Generation

Analytic Concept-Centric Memory for Agentic Embodied Manipulation

2026-06-29 · Mingyang Sun, Xiujian Liang, Jiude Wei, Qichen He 외 arxiv

Long-horizon embodied manipulation requires agents to remember persistent objects, track changing scene states, and reuse prior interaction knowledge. However, existing agent memories are often stored as unstructured his…

Skill Generalization

ASSEMCAD: Production-Ready CAD Assembly Generation from Natural Language

2026-07-06 · Yurui Dong, Shu Zou, Siqi Li, Nianchen Deng 외 arxiv

Recent advances in large language models and programmatic CAD have significantly improved Text-to-CAD generation for individual parts. However, production-ready mechanical assembly generation remains largely unsolved. Un…

3D-VCD: Hallucination Mitigation in 3D-LLM Embodied Agents through Visual Contrastive Decoding

2026-04-09 · Makanjuola Ogunleye, Eman Abdelrahman, Ismini Lourentzou arxiv

Large multimodal models are increasingly used as the reasoning core of embodied agents operating in 3D environments, yet they remain prone to hallucinations that can produce unsafe and ungrounded decisions. Existing infe…