Feature-preserved Convolutional Neural Network for 3D Mesh Recognition

Yaqian Liang,Fazhi He,Xiantao Zeng,Baosheng Yu
DOI: https://doi.org/10.1016/j.asoc.2022.109500
IF: 8.7
2022-01-01
Applied Soft Computing
Abstract:3D polygonal mesh is an efficient 3D data representation in computer graphics. Meanwhile, deep neural computing has achieved state-of-the-art results in visual recognition. However, it still remains a great challenge for convolution neural networks to learn effective mesh representations, especially due to the difficulty in effective downsampling of the irregular mesh structures. In this paper, we propose a new convolutional neural network for 3D mesh recognition by introducing an effective feature-preserved mesh pooling mechanism, which is then referred to as feature-preserved convolutional neural network or FPCNN. Specifically, the overall FPCNN framework consists of stacks of mesh convolution/pooling layers, and we address the problem of preserving the shape priors as follows: (1) we introduce the neighbor edges’ information to devise a 7-dimensional vector as the input feature to describe the shapes of meshes in a more intuitive way; and (2) we propose a new edge collapse operation in which the collapsing cost is composed of the quadric error and the dihedral angle. With the proposed pooling operation, we are able to determine the edge collapsing order and calculate the optimal positions of newly generated vertices in the mesh pooling process, thus maintaining effective mesh shape structures. Experimental results on popular mesh classification/segmentation datasets demonstrate that the proposed method outperforms previous methods in terms of classification/segmentation accuracy and feature preservation performance.
What problem does this paper attempt to address?