paper-with-me

홈 › Papers

Laplacian2Mesh: Laplacian-Based Mesh Understanding

2022-02-01 · Qiujie Dong, Zixiong Wang, Manyi Li, Junjie Gao, Shuangmin Chen, Zhenyu Shu, Shiqing Xin, Changhe Tu, Wenping Wang

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.

📄 PDF Abstract BibTeX arXiv:2202.00307

Code (1)

QiujieDong/Laplacian2Mesh 공식 구현 pytorch

Tasks

Semantic SegmentationSurface Reconstruction

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

LaplacianNet: Learning on 3D Meshes with Laplacian Encoding and Pooling

2019-10-30 · Yi-Ling Qiao, Lin Gao, Jie Yang, Paul L. Rosin 외

3D models are commonly used in computer vision and graphics. With the wider availability of mesh data, an efficient and intrinsic deep learning approach to processing 3D meshes is in great need. Unlike images, 3D meshes …

Clustering

Optical Flow Estimation Using Laplacian Mesh Energy

2013-06-01 · CVPR 2013 6 · Wenbin Li, Darren Cosker, Matthew Brown, Rui Tang

In this paper we present a novel non-rigid optical flow algorithm for dense image correspondence and non-rigid registration. The algorithm uses a unique Laplacian Mesh Energy term to encourage local smoothness whilst sim…

Optical Flow Estimation

Video Interpolation using Optical Flow and Laplacian Smoothness

2016-03-26 · Wenbin Li, Darren Cosker

Non-rigid video interpolation is a common computer vision task. In this paper we present an optical flow approach which adopts a Laplacian Cotangent Mesh constraint to enhance the local smoothness. Similar to Li et al., …

Optical Flow Estimation

Mesh Learning Using Persistent Homology on the Laplacian Eigenfunctions

2019-04-21 · Yunhao Zhang, Haowen Liu, Paul Rosen, Mustafa Hajij

We use persistent homology along with the eigenfunctions of the Laplacian to study similarity amongst triangulated 2-manifolds. Our method relies on studying the lower-star filtration induced by the eigenfunctions of the…

Topological Data Analysis

TetCNN: Convolutional Neural Networks on Tetrahedral Meshes

2023-02-08 · Mohammad Farazi, Zhangsihao Yang, Wenhui Zhu, Peijie Qiu 외

Convolutional neural networks (CNN) have been broadly studied on images, videos, graphs, and triangular meshes. However, it has seldom been studied on tetrahedral meshes. Given the merits of using volumetric meshes in ap…