English

Laplacian2Mesh: Laplacian-Based Mesh Understanding

Computer Vision and Pattern Recognition 2023-03-17 v2 Graphics Machine Learning

Abstract

Geometric deep learning has sparked a rising interest in computer graphics to perform shape understanding tasks, such as shape classification and semantic segmentation. When the input is a polygonal surface, one has to suffer from the irregular mesh structure. Motivated by the geometric spectral theory, we introduce Laplacian2Mesh, a novel and flexible convolutional neural network (CNN) framework for coping with irregular triangle meshes (vertices may have any valence). By mapping the input mesh surface to the multi-dimensional Laplacian-Beltrami space, Laplacian2Mesh enables one to perform shape analysis tasks directly using the mature CNNs, without the need to deal with the irregular connectivity of the mesh structure. We further define a mesh pooling operation such that the receptive field of the network can be expanded while retaining the original vertex set as well as the connections between them. Besides, we introduce a channel-wise self-attention block to learn the individual importance of feature ingredients. Laplacian2Mesh not only decouples the geometry from the irregular connectivity of the mesh structure but also better captures the global features that are central to shape classification and segmentation. Extensive tests on various datasets demonstrate the effectiveness and efficiency of Laplacian2Mesh, particularly in terms of the capability of being vulnerable to noise to fulfill various learning tasks.

Keywords

Cite

@article{arxiv.2202.00307,
  title  = {Laplacian2Mesh: Laplacian-Based Mesh Understanding},
  author = {Qiujie Dong and Zixiong Wang and Manyi Li and Junjie Gao and Shuangmin Chen and Zhenyu Shu and Shiqing Xin and Changhe Tu and Wenping Wang},
  journal= {arXiv preprint arXiv:2202.00307},
  year   = {2023}
}

Comments

Accepted by IEEE Transactions on Visualization and Computer Graphics (TVCG)

R2 v1 2026-06-24T09:12:46.575Z