GRCVMay 5, 2019

Unsupervised Detection of Distinctive Regions on 3D Shapes

arXiv:1905.01684v220 citations
Originality Incremental advance
AI Analysis

This addresses the need for unsupervised methods in 3D shape analysis, offering a novel approach for tasks like retrieval and sampling, but it is incremental as it builds on existing clustering and contrastive learning techniques.

The paper tackles the problem of detecting distinctive regions on 3D shapes without labeled data, achieving unsupervised learning through a deep neural network with clustering-based methods and contrastive loss, and demonstrates applications in shape retrieval, sampling, and view selection.

This paper presents a novel approach to learn and detect distinctive regions on 3D shapes. Unlike previous works, which require labeled data, our method is unsupervised. We conduct the analysis on point sets sampled from 3D shapes, then formulate and train a deep neural network for an unsupervised shape clustering task to learn local and global features for distinguishing shapes with respect to a given shape set. To drive the network to learn in an unsupervised manner, we design a clustering-based nonparametric softmax classifier with an iterative re-clustering of shapes, and an adapted contrastive loss for enhancing the feature embedding quality and stabilizing the learning process. By then, we encourage the network to learn the point distinctiveness on the input shapes. We extensively evaluate various aspects of our approach and present its applications for distinctiveness-guided shape retrieval, sampling, and view selection in 3D scenes.

Foundations

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

Your Notes