BSP-Net: Generating Compact Meshes via Binary Space Partitioning
About
Polygonal meshes are ubiquitous in the digital 3D domain, yet they have only played a minor role in the deep learning revolution. Leading methods for learning generative models of shapes rely on implicit functions, and generate meshes only after expensive iso-surfacing routines. To overcome these challenges, we are inspired by a classical spatial data structure from computer graphics, Binary Space Partitioning (BSP), to facilitate 3D learning. The core ingredient of BSP is an operation for recursive subdivision of space to obtain convex sets. By exploiting this property, we devise BSP-Net, a network that learns to represent a 3D shape via convex decomposition. Importantly, BSP-Net is unsupervised since no convex shape decompositions are needed for training. The network is trained to reconstruct a shape using a set of convexes obtained from a BSP-tree built on a set of planes. The convexes inferred by BSP-Net can be easily extracted to form a polygon mesh, without any need for iso-surfacing. The generated meshes are compact (i.e., low-poly) and well suited to represent sharp geometry; they are guaranteed to be watertight and can be easily parameterized. We also show that the reconstruction quality by BSP-Net is competitive with state-of-the-art methods while using much fewer primitives. Code is available at https://github.com/czq142857/BSP-NET-original.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| 3D Building Abstraction | Sparse Samping Point Cloud | Vertex Count102 | 6 | |
| 3D Building Abstraction | SfM Point Cloud | #V (Vertices)132 | 6 | |
| 3D Building Abstraction | User Study | User Study Score0.9 | 6 | |
| Surface Reconstruction | ABC | CD7.69 | 6 | |
| Unconditional Mesh Generation | ShapeNet Chair v2 (test) | COV16.48 | 6 | |
| Unconditional Mesh Generation | ShapeNet Table v2 (test) | COV16.83 | 6 | |
| Mesh Reconstruction | ABC multi (test) | CD8.35 | 5 | |
| Unconditional Mesh Generation | ShapeNet Bench v2 (test) | COV28.74 | 4 | |
| Unconditional Mesh Generation | ShapeNet Lamp v2 (test) | COV18.38 | 4 | |
| Vector Font Reconstruction | Vector font reconstruction (test) | L1 Distance0.0194 | 3 |