paper-with-me

Papers

Learning Mesh Representations via Binary Space Partitioning Tree Networks

2021-06-27 · Zhiqin Chen, Andrea Tagliasacchi, Hao Zhang

Polygonal meshes are ubiquitous, but have only played a relatively minor role in the deep learning revolution. State-of-the-art neural generative models for 3D shapes learn implicit functions and generate meshes via expensive iso-surfacing. We overcome these challenges by employing a classical spatial data structure from computer graphics, Binary Space Partitioning (BSP), to facilitate 3D learning. The core operation of BSP involves recursive subdivision of 3D 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 without supervision. The network is trained to reconstruct a shape using a set of convexes obtained from a BSP-tree built over a set of planes, where the planes and convexes are both defined by learned network weights. BSP-Net directly outputs polygonal meshes from the inferred convexes. The generated meshes are watertight, compact (i.e., low-poly), and well suited to represent sharp geometry. We show that the reconstruction quality by BSP-Net is competitive with those from state-of-the-art methods while using much fewer primitives. We also explore variations to BSP-Net including using a more generic decoder for reconstruction, more general primitives than planes, as well as training a generative model with variational auto-encoders. Code is available at https://github.com/czq142857/BSP-NET-original.

📄 PDF Abstract BibTeX arXiv:2106.14274

Code (1)

czq142857/BSP-NET-original 공식 구현 tf

Tasks

Decoder

Similar Papers 제목 키워드 기반

BSP-Net: Generating Compact Meshes via Binary Space Partitioning

2019-11-16 · CVPR 2020 6 · Zhiqin Chen, Andrea Tagliasacchi, Hao Zhang

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 g…

3D Reconstruction3D Shape Representation

Graph Wedgelets: Adaptive Data Compression on Graphs based on Binary Wedge Partitioning Trees and Geometric Wavelets

2021-10-17 · Wolfgang Erb

We introduce graph wedgelets - a tool for data compression on graphs based on the representation of signals by piecewise constant functions on adaptively generated binary graph partitionings. The adaptivity of the partit…

Data Compression

Which Space Partitioning Tree to Use for Search?

2013-12-01 · NeurIPS 2013 12 · Parikshit Ram, Alexander Gray

We consider the task of nearest-neighbor search with the class of binary-space-partitioning trees, which includes kd-trees, principal axis trees and random projection trees, and try to rigorously answer the question whic…

Quantization

Online Binary Space Partitioning Forests

2020-02-29 · Xuhui Fan, Bin Li, Scott A. Sisson

The Binary Space Partitioning-Tree~(BSP-Tree) process was recently proposed as an efficient strategy for space partitioning tasks. Because it uses more than one dimension to partition the space, the BSP-Tree Process is m…

General Classificationregression

The Binary Space Partitioning-Tree Process

2019-03-22 · Xuhui Fan, Bin Li, Scott Anthony Sisson

The Mondrian process represents an elegant and powerful approach for space partition modelling. However, as it restricts the partitions to be axis-aligned, its modelling flexibility is limited. In this work, we propose a…