CVAIGRMay 29, 2022

ComplexGen: CAD Reconstruction by B-Rep Chain Complex Generation

arXiv:2205.14573v138 citationsh-index: 74
Originality Highly original
AI Analysis

This work addresses CAD model reconstruction for engineering and design applications, offering an incremental improvement through a novel neural framework and optimization approach.

The paper tackles the problem of reconstructing CAD models from point clouds by detecting geometric primitives and their relationships as a chain complex, achieving more accurate and complete reconstructions than previous methods on large-scale datasets.

We view the reconstruction of CAD models in the boundary representation (B-Rep) as the detection of geometric primitives of different orders, i.e. vertices, edges and surface patches, and the correspondence of primitives, which are holistically modeled as a chain complex, and show that by modeling such comprehensive structures more complete and regularized reconstructions can be achieved. We solve the complex generation problem in two steps. First, we propose a novel neural framework that consists of a sparse CNN encoder for input point cloud processing and a tri-path transformer decoder for generating geometric primitives and their mutual relationships with estimated probabilities. Second, given the probabilistic structure predicted by the neural network, we recover a definite B-Rep chain complex by solving a global optimization maximizing the likelihood under structural validness constraints and applying geometric refinements. Extensive tests on large scale CAD datasets demonstrate that the modeling of B-Rep chain complex structure enables more accurate detection for learning and more constrained reconstruction for optimization, leading to structurally more faithful and complete CAD B-Rep models than previous 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