CVLGMMSep 21, 2024

BRep Boundary and Junction Detection for CAD Reverse Engineering

arXiv:2409.14087v16 citationsh-index: 11
Originality Incremental advance
AI Analysis

This addresses the time-consuming reverse engineering process in machining by enabling more editable CAD models, though it appears incremental as it builds on existing BRep-to-CAD methods.

The paper tackles the problem of converting 3D scans into parametric CAD models by proposing BRepDetNet, a supervised network that detects boundary representation (BRep) boundaries and junctions from scans, achieving impressive results on annotated datasets like CC3D and ABC.

In machining process, 3D reverse engineering of the mechanical system is an integral, highly important, and yet time consuming step to obtain parametric CAD models from 3D scans. Therefore, deep learning-based Scan-to-CAD modeling can offer designers enormous editability to quickly modify CAD model, being able to parse all its structural compositions and design steps. In this paper, we propose a supervised boundary representation (BRep) detection network BRepDetNet from 3D scans of CC3D and ABC dataset. We have carefully annotated the 50K and 45K scans of both the datasets with appropriate topological relations (e.g., next, mate, previous) between the geometrical primitives (i.e., boundaries, junctions, loops, faces) of their BRep data structures. The proposed solution decomposes the Scan-to-CAD problem in Scan-to-BRep ensuring the right step towards feature-based modeling, and therefore, leveraging other existing BRep-to-CAD modeling methods. Our proposed Scan-to-BRep neural network learns to detect BRep boundaries and junctions by minimizing focal-loss and non-maximal suppression (NMS) during training time. Experimental results show that our BRepDetNet with NMS-Loss achieves impressive results.

Code Implementations1 repo
Foundations

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

Your Notes