PFCNN: Convolutional Neural Networks on 3D Surfaces Using Parallel Frames
Yuqi Yang, Shilin Liu, Hao Pan, Yang Liu, Xin Tong

TL;DR
This paper introduces PFCNN, a novel convolutional neural network architecture designed for 3D surface meshes, leveraging parallel frames and differential geometry to enable effective feature learning directly on non-Euclidean surface data.
Contribution
PFCNN employs parallel frames and local flat connections to faithfully mimic standard convolutions on 3D surface meshes, enabling robust learning without complex input features.
Findings
Achieves superior performance on classification, segmentation, and registration tasks.
Effective on both deformable and rigid geometric domains.
Outperforms existing surface-based CNN methods.
Abstract
Surface meshes are widely used shape representations and capture finer geometry data than point clouds or volumetric grids, but are challenging to apply CNNs directly due to their non-Euclidean structure. We use parallel frames on surface to define PFCNNs that enable effective feature learning on surface meshes by mimicking standard convolutions faithfully. In particular, the convolution of PFCNN not only maps local surface patches onto flat tangent planes, but also aligns the tangent planes such that they locally form a flat Euclidean structure, thus enabling recovery of standard convolutions. The alignment is achieved by the tool of locally flat connections borrowed from discrete differential geometry, which can be efficiently encoded and computed by parallel frame fields. In addition, the lack of canonical axis on surface is handled by sampling with the frame directions. Experiments…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
PFCNN: Convolutional Neural Networks on 3D Surfaces Using Parallel Frames· youtube
PFCNN: Convolutional Neural Networks on 3D Surfaces Using Parallel Frames· youtube
Taxonomy
Topics3D Shape Modeling and Analysis · 3D Surveying and Cultural Heritage · Computer Graphics and Visualization Techniques
MethodsConvolution
