English

Equivariant Mesh Attention Networks

Machine Learning 2022-08-30 v2 Computer Vision and Pattern Recognition Machine Learning

Abstract

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, scaling, node permutations, and gauge transformations. To date, no existing architecture is equivariant to all of these transformations. In this paper, we present an attention-based architecture for mesh data that is provably equivariant to all transformations mentioned above. Our pipeline relies on the use of relative tangential features: a simple, effective, equivariance-friendly alternative to raw node positions as inputs. Experiments on the FAUST and TOSCA datasets confirm that our proposed architecture achieves improved performance on these benchmarks and is indeed equivariant, and therefore robust, to a wide variety of local/global transformations.

Keywords

Cite

@article{arxiv.2205.10662,
  title  = {Equivariant Mesh Attention Networks},
  author = {Sourya Basu and Jose Gallego-Posada and Francesco Viganò and James Rowbottom and Taco Cohen},
  journal= {arXiv preprint arXiv:2205.10662},
  year   = {2022}
}

Comments

Published in Transactions on Machine Learning Research (08/2022). Official code made available at https://github.com/gallego-posada/eman - For the OpenReview entry, see https://openreview.net/forum?id=3IqqJh2Ycy

R2 v1 2026-06-24T11:24:24.396Z