We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CV

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computer Vision and Pattern Recognition

Title: BSP-Net: Generating Compact Meshes via Binary Space Partitioning

Abstract: 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 this https URL
Comments: CVPR 2020 Best Student Paper Award. Project page: this https URL, Code: this https URL
Subjects: Computer Vision and Pattern Recognition (cs.CV); Graphics (cs.GR); Machine Learning (cs.LG)
Cite as: arXiv:1911.06971 [cs.CV]
  (or arXiv:1911.06971v6 [cs.CV] for this version)

Submission history

From: Zhiqin Chen [view email]
[v1] Sat, 16 Nov 2019 06:25:26 GMT (2995kb,D)
[v2] Sat, 28 Mar 2020 07:07:37 GMT (765kb,D)
[v3] Wed, 17 Jun 2020 17:58:07 GMT (2855kb,D)
[v4] Mon, 31 Aug 2020 23:41:51 GMT (2855kb,D)
[v5] Mon, 23 Nov 2020 22:12:27 GMT (2856kb,D)
[v6] Mon, 7 Dec 2020 20:02:19 GMT (2856kb,D)

Link back to: arXiv, form interface, contact.