BPNet: Bézier Primitive Segmentation on 3D Point Clouds
Rao Fu, Cheng Wen, Qian Li, Xiao Xiao, Pierre Alliez
TL;DR
BPNet tackles the challenge of generalized parametric primitive segmentation for 3D point clouds by learning Bézier primitives instead of relying on a fixed repertoire of canonical shapes. It introduces a cascaded, end-to-end framework that jointly performs decomposition, fitting, embedding, and reconstruction, augmented by a soft voting regularizer and an auto-weight embedding module. The approach is validated on the ABC dataset and real scans, showing superior segmentation accuracy and faster inference than prior methods, while enabling full Bézier-based reconstruction with preserved sharp features. This work enables more flexible, edit-friendly representations of complex objects in 3D, with practical implications for modeling and visualization.
Abstract
This paper proposes BPNet, a novel end-to-end deep learning framework to learn Bézier primitive segmentation on 3D point clouds. The existing works treat different primitive types separately, thus limiting them to finite shape categories. To address this issue, we seek a generalized primitive segmentation on point clouds. Taking inspiration from Bézier decomposition on NURBS models, we transfer it to guide point cloud segmentation casting off primitive types. A joint optimization framework is proposed to learn Bézier primitive segmentation and geometric fitting simultaneously on a cascaded architecture. Specifically, we introduce a soft voting regularizer to improve primitive segmentation and propose an auto-weight embedding module to cluster point features, making the network more robust and generic. We also introduce a reconstruction module where we successfully process multiple CAD models with different primitives simultaneously. We conducted extensive experiments on the synthetic ABC dataset and real-scan datasets to validate and compare our approach with different baseline methods. Experiments show superior performance over previous work in terms of segmentation, with a substantially faster inference speed.
