This work introduces E3x, a software package for building neural networks that are equivariant with respect to the Euclidean group $\mathrm{E}(3)$, consisting of translations, rotations, and reflections of three-dimensional space. Compared to ordinary neural networks, $\mathrm{E}(3)$-equivariant models promise benefits whenever input and/or output data are quantities associated with three-dimensional objects. This is because the numeric values of such quantities (e.g. positions) typically depend on the chosen coordinate system. Under transformations of the reference frame, the values change predictably, but the underlying rules can be difficult to learn for ordinary machine learning models. With built-in $\mathrm{E}(3)$-equivariance, neural networks are guaranteed to satisfy the relevant transformation rules exactly, resulting in superior data efficiency and accuracy. The code for E3x is available from https://github.com/google-research/e3x.
翻译:本文介绍了E3x这一软件包,用于构建对三维空间的平移、旋转和反射组成的欧几里得群$\mathrm{E}(3)$具有等变性的神经网络。与普通神经网络相比,当输入和/或输出数据是与三维物体相关的量时,$\mathrm{E}(3)$-等变模型能带来显著优势。这是因为这些量(如位置)的数值通常依赖于所选的坐标系。在参考系变换下,这些数值会发生可预测的变化,但普通机器学习模型难以学习其底层规则。通过内置的$\mathrm{E}(3)$-等变性,神经网络能够严格保证满足相关的变换规则,从而在数据效率和准确性方面表现更优。E3x的代码可从https://github.com/google-research/e3x 获取。