GRLGOct 15, 2019

PRS-Net: Planar Reflective Symmetry Detection Net for 3D Models

arXiv:1910.06511v661 citations
Originality Incremental advance
AI Analysis

This addresses the need for efficient symmetry detection in 3D geometry processing, though it is incremental as it builds on existing neural network approaches.

The authors tackled the problem of detecting planar reflective symmetry in 3D models, which is fundamental for geometry processing tasks, and developed a learning-based method that is hundreds of times faster than state-of-the-art sampling methods while producing reliable and accurate results.

In geometry processing, symmetry is a universal type of high-level structural information of 3D models and benefits many geometry processing tasks including shape segmentation, alignment, matching, and completion. Thus it is an important problem to analyze various symmetry forms of 3D shapes. Planar reflective symmetry is the most fundamental one. Traditional methods based on spatial sampling can be time-consuming and may not be able to identify all the symmetry planes. In this paper, we present a novel learning framework to automatically discover global planar reflective symmetry of a 3D shape. Our framework trains an unsupervised 3D convolutional neural network to extract global model features and then outputs possible global symmetry parameters, where input shapes are represented using voxels. We introduce a dedicated symmetry distance loss along with a regularization loss to avoid generating duplicated symmetry planes. Our network can also identify generalized cylinders by predicting their rotation axes. We further provide a method to remove invalid and duplicated planes and axes. We demonstrate that our method is able to produce reliable and accurate results. Our neural network based method is hundreds of times faster than the state-of-the-art methods, which are based on sampling. Our method is also robust even with noisy or incomplete input surfaces.

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