GRCVOct 4, 2025

Joint Neural SDF Reconstruction and Semantic Segmentation for CAD Models

arXiv:2510.03837v11 citationsh-index: 3ISVC
Originality Incremental advance
AI Analysis

This provides a practical solution for generating semantically structured CAD meshes, which is useful for applications in computer-aided design and manufacturing, though it is incremental as it builds on existing neural SDF methods.

The paper tackles the problem of jointly reconstructing and segmenting CAD models into parts without relying on fixed taxonomies, achieving strong performance in both reconstruction metrics (e.g., CDL1/CDL2, F1-micro, NC) and segmentation metrics (e.g., mIoU, Accuracy) while maintaining accuracy even with varied part counts and degraded geometries.

We propose a simple, data-efficient pipeline that augments an implicit reconstruction network based on neural SDF-based CAD parts with a part-segmentation head trained under PartField-generated supervision. Unlike methods tied to fixed taxonomies, our model accepts meshes with any number of parts and produces coherent, geometry-aligned labels in a single pass. We evaluate on randomly sampled CAD meshes from the ABC dataset with intentionally varied part cardinalities, including over-segmented shapes, and report strong performance across reconstruction (CDL1/CDL2, F1-micro, NC) and segmentation (mIoU, Accuracy), together with a new Segmentation Consistency metric that captures local label smoothness. We attach a lightweight segmentation head to the Flat-CAD SDF trunk; on a paired evaluation it does not alter reconstruction while providing accurate part labels for meshes with any number of parts. Even under degraded reconstructions on thin or intricate geometries, segmentation remains accurate and label-coherent, often preserving the correct part count. Our approach therefore offers a practical route to semantically structured CAD meshes without requiring curated taxonomies or exact palette matches. We discuss limitations in boundary precision, partly due to per-face supervision, and outline paths toward boundary-aware training and higher resolution labels.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes