CVMay 25, 2018

Deep Functional Dictionaries: Learning Consistent Semantic Structures on 3D Models from Functions

arXiv:1805.09957v335 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of discovering common semantic structures in 3D models for applications like segmentation and keypoint selection, though it is incremental as it builds on existing neural network methods for 3D data.

The paper tackles the problem of jointly analyzing various 3D semantic attributes across shapes without correspondence information, resulting in a network that generates consistent latent bases for functions like segmentation and keypoints.

Various 3D semantic attributes such as segmentation masks, geometric features, keypoints, and materials can be encoded as per-point probe functions on 3D geometries. Given a collection of related 3D shapes, we consider how to jointly analyze such probe functions over different shapes, and how to discover common latent structures using a neural network --- even in the absence of any correspondence information. Our network is trained on point cloud representations of shape geometry and associated semantic functions on that point cloud. These functions express a shared semantic understanding of the shapes but are not coordinated in any way. For example, in a segmentation task, the functions can be indicator functions of arbitrary sets of shape parts, with the particular combination involved not known to the network. Our network is able to produce a small dictionary of basis functions for each shape, a dictionary whose span includes the semantic functions provided for that shape. Even though our shapes have independent discretizations and no functional correspondences are provided, the network is able to generate latent bases, in a consistent order, that reflect the shared semantic structure among the shapes. We demonstrate the effectiveness of our technique in various segmentation and keypoint selection applications.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes