Beyond Canonicalization: How Tensorial Messages Improve Equivariant Message Passing
Peter Lippmann, Gerrit Gerhartz, Roman Remme, Fred A. Hamprecht
TL;DR
This work introduces an $\,\mathrm{O}(d)$-equivariant message passing framework built on local canonicalization, enabling exact symmetry preservation across arbitrary dimensions. By predicting equivariant local frames and transforming features into these local frames, the method achieves invariant node representations and uses tensorial messages to exchange directional information between frames, updating frames iteratively. The approach is demonstrated by adapting PointNet++ to the $\,\mathrm{O}(3)$ group, obtaining state-of-the-art results on normal vector regression and competitive performance on segmentation and classification, while enabling direct comparison with data augmentation baselines. The framework is architecture-agnostic and provides a scalable, principled path to incorporate higher-order geometric information in graph-based learning for 3D and higher-dimensional data.
Abstract
In numerous applications of geometric deep learning, the studied systems exhibit spatial symmetries and it is desirable to enforce these. For the symmetry of global rotations and reflections, this means that the model should be equivariant with respect to the transformations that form the group of $\mathrm O(d)$. While many approaches for equivariant message passing require specialized architectures, including non-standard normalization layers or non-linearities, we here present a framework based on local reference frames ("local canonicalization") which can be integrated with any architecture without restrictions. We enhance equivariant message passing based on local canonicalization by introducing tensorial messages to communicate geometric information consistently between different local coordinate frames. Our framework applies to message passing on geometric data in Euclidean spaces of arbitrary dimension. We explicitly show how our approach can be adapted to make a popular existing point cloud architecture equivariant. We demonstrate the superiority of tensorial messages and achieve state-of-the-art results on normal vector regression and competitive results on other standard 3D point cloud tasks.
