TL;DR
BRepNet is a neural network architecture that directly processes boundary representation (B-rep) models in CAD, enabling accurate segmentation without converting to meshes or point clouds, and is supported by a large annotated dataset.
Contribution
The paper introduces BRepNet, a novel neural network designed for B-rep data, and provides a large dataset to facilitate further research in this area.
Findings
BRepNet outperforms mesh- and point cloud-based methods in segmentation accuracy.
The approach effectively leverages topological information in B-rep models.
Published dataset enables new research opportunities in CAD model analysis.
Abstract
Boundary representation (B-rep) models are the standard way 3D shapes are described in Computer-Aided Design (CAD) applications. They combine lightweight parametric curves and surfaces with topological information which connects the geometric entities to describe manifolds. In this paper we introduce BRepNet, a neural network architecture designed to operate directly on B-rep data structures, avoiding the need to approximate the model as meshes or point clouds. BRepNet defines convolutional kernels with respect to oriented coedges in the data structure. In the neighborhood of each coedge, a small collection of faces, edges and coedges can be identified and patterns in the feature vectors from these entities detected by specific learnable parameters. In addition, to encourage further deep learning research with B-reps, we publish the Fusion 360 Gallery segmentation dataset. A collection…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsBRepNet
