paper-with-me

홈 › Papers

E(3)-Equivariant Mesh Neural Networks

2024-02-07 · Thuan Trang, Nhat Khang Ngo, Daniel Levy, Thieu N. Vo, Siamak Ravanbakhsh, Truong Son Hy

Triangular meshes are widely used to represent three-dimensional objects. As a result, many recent works have address the need for geometric deep learning on 3D mesh. However, we observe that the complexities in many of these architectures does not translate to practical performance, and simple deep models for geometric graphs are competitive in practice. Motivated by this observation, we minimally extend the update equations of E(n)-Equivariant Graph Neural Networks (EGNNs) (Satorras et al., 2021) to incorporate mesh face information, and further improve it to account for long-range interactions through hierarchy. The resulting architecture, Equivariant Mesh Neural Network (EMNN), outperforms other, more complicated equivariant methods on mesh tasks, with a fast run-time and no expensive pre-processing. Our implementation is available at https://github.com/HySonLab/EquiMesh

📄 PDF Abstract BibTeX arXiv:2402.04821

Code (1)

hysonlab/equimesh 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Augmented Equivariant Mesh Networks for Anatomical Segmentation

2026-05-04 · Daniel Saragih arxiv

Anatomical mesh segmentation requires models that operate directly on irregular surface geometry while remaining robust to arbitrary patient pose and mesh resolution variation. Existing task-specific mesh and point-cloud…

Rotation Equivariant 3D Hand Mesh Generation from a Single RGB Image

2021-11-25 · Joshua Mitton, Chaitanya Kaul, Roderick Murray-Smith

We develop a rotation equivariant model for generating 3D hand meshes from 2D RGB images. This guarantees that as the input image of a hand is rotated the generated mesh undergoes a corresponding rotation. Furthermore, t…

Decoder

Gauge Equivariant Mesh CNNs: Anisotropic convolutions on geometric graphs

2020-03-11 · ICLR 2021 1 · Pim de Haan, Maurice Weiler, Taco Cohen, Max Welling

A common approach to define convolutions on meshes is to interpret them as a graph and apply graph convolutional networks (GCNs). Such GCNs utilize isotropic kernels and are therefore insensitive to the relative orientat…

Utility of Equivariant Message Passing in Cortical Mesh Segmentation

2022-06-07 · Dániel Unyi, Ferdinando Insalata, Petar Veličković, Bálint Gyires-Tóth

The automated segmentation of cortical areas has been a long-standing challenge in medical image analysis. The complex geometry of the cortex is commonly represented as a polygon mesh, whose segmentation can be addressed…

Medical Image AnalysisSegmentation

Equivariant Mesh Attention Networks

2022-05-21 · Sourya Basu, Jose Gallego-Posada, Francesco Viganò, James Rowbottom 외

Equivariance to symmetries has proven to be a powerful inductive bias in deep learning research. Recent works on mesh processing have concentrated on various kinds of natural symmetries, including translations, rotations…

Inductive Bias