Slices: A Shape-proxy Based on Planar Sections
James McCrae, Karan Singh, Niloy Mitra

Download:

Paper (PDF, 42 MB)
Demo (v1.0.6) (Win32, 26.3 MB. Includes 19 models from PSB dataset, and human-authored data from user study.)
Source (v1.0.6) (C++, 11.2 MB. Includes Qt creator project file. Library dependencies: Qt4, Triangle, trimesh2.)
Slides (PPTX format, 98 MB. Includes videos.)

Results and data:

Overview:

Based on a user study, where participants abstracted meshes of common objects using a small collection of planar slices, we develop an automatic algorithm to create planar slice based abstractions of (untrained) models. Starting from a set of planar slices, approximating the object's geometric features, the algorithm picks a subset of planes based on feature importance learned from the user study. A second user study verifies that the planar slice abstractions are as easily recognizable as the original models.

Abstract:

Minimalist object representations or shape-proxies that spark and inspire human perception of shape remain an incompletely understood, yet powerful aspect of visual communication. We explore the use of planar sections, i.e., the contours of intersection of planes with a 3D object, for creating shape abstractions, motivated by their popularity in art and engineering. We first perform a user study to show that humans do define consistent and similar planar section proxies for common objects. Interestingly, we observe a strong correlation between user-defined planes and geometric features of objects. Further we show that the problem of finding the minimum set of planes that capture a set of 3D geometric shape features is both NP-hard and not always the proxy a user would pick. Guided by the principles inferred from our user study, we present an algorithm that progressively selects planes to maximize feature coverage, which in turn influence the selection of subsequent planes. The algorithmic framework easily incorporates various shape features, while their relative importance values are computed and validated from the user study data. We use our algorithm to compute planar slices for various objects, validate their utility towards object abstraction using a second user study, and conclude with potential applications of the extracted planar proxies.

Demo Instructions:

See README.txt included in the base directory of the zip file.