PFCNN: Convolutional Neural Networks on 3D Surfaces Using Parallel Frames

Yuqi Yang,Shilin Liu,Hao Pan,Yang Liu,Xin Tong
DOI: https://doi.org/10.1109/cvpr42600.2020.01359
2018-01-01
Abstract:Surface meshes are widely used shape representations and capture finergeometry data than point clouds or volumetric grids, but are challenging toapply CNNs directly due to their non-Euclidean structure. We use parallelframes on surface to define PFCNNs that enable effective feature learning onsurface meshes by mimicking standard convolutions faithfully. In particular,the convolution of PFCNN not only maps local surface patches onto flat tangentplanes, but also aligns the tangent planes such that they locally form a flatEuclidean structure, thus enabling recovery of standard convolutions. Thealignment is achieved by the tool of locally flat connections borrowed fromdiscrete differential geometry, which can be efficiently encoded and computedby parallel frame fields. In addition, the lack of canonical axis on surface ishandled by sampling with the frame directions. Experiments show that for tasksincluding classification, segmentation and registration on deformable geometricdomains, as well as semantic scene segmentation on rigid domains, PFCNNsachieve robust and superior performances without using sophisticated inputfeatures than state-of-the-art surface based CNNs.
What problem does this paper attempt to address?