Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

CvxNet: Learnable Convex Decomposition

About

Any solid object can be decomposed into a collection of convex polytopes (in short, convexes). When a small number of convexes are used, such a decomposition can be thought of as a piece-wise approximation of the geometry. This decomposition is fundamental in computer graphics, where it provides one of the most common ways to approximate geometry, for example, in real-time physics simulation. A convex object also has the property of being simultaneously an explicit and implicit representation: one can interpret it explicitly as a mesh derived by computing the vertices of a convex hull, or implicitly as the collection of half-space constraints or support functions. Their implicit representation makes them particularly well suited for neural network training, as they abstract away from the topology of the geometry they need to represent. However, at testing time, convexes can also generate explicit representations -- polygonal meshes -- which can then be used in any downstream application. We introduce a network architecture to represent a low dimensional family of convexes. This family is automatically derived via an auto-encoding process. We investigate the applications of this architecture including automatic convex decomposition, image to 3D reconstruction, and part-based shape retrieval.

Boyang Deng, Kyle Genova, Soroosh Yazdani, Sofien Bouaziz, Geoffrey Hinton, Andrea Tagliasacchi• 2019

Related benchmarks

TaskDatasetResultRank
Instance SegmentationPartNet 1.0 (test)
mAP (Chair)53.3
44
Motion PlanningReach 6D (test)
Success Rate (SR)98.1
14
Motion PlanningReach 14D (test)
Success Rate28.7
14
Motion PlanningBimanual 14D (test)
Success Rate (SR)82.3
14
Motion PlanningNav 2D (test)
Success Rate (SR)31.8
14
Collision-free region decompositionReach 14D
Precision100
10
Collision-free region decompositionNav 2D
Precision100
10
Collision-free region decompositionReach 6D
Precision100
10
Collision-free region decompositionBimanual 14D
Precision100
10
Convex DecompositionVHCD Dataset (test)
Component Count50
7
Showing 10 of 15 rows

Other info

Follow for update