An intuitive multi-frequency feature representation for SO(3)-equivariant networks
Dongwon Son, Jaehyung Kim, Sanghyeon Son, Beomjoon Kim
TL;DR
This paper tackles the limited expressivity of SO(3)-equivariant networks by introducing a Frequency-based Equivariant Feature Representation (fer) that maps a 3D point to a high-dimensional, rotation-equivariant feature. The core idea is to construct a mapping $D: SO(3) \to SO(n)$ via skew-symmetric generators $\vec{J}=[J_1,J_2,J_3]$ satisfying specific commutator and periodicity conditions, yielding $D(R)=\exp(\theta \hat{\omega} \cdot \vec{J}) \in SO(n)$ whose spectrum encodes multiple frequencies up to $\lfloor( n-1)/2 \rfloor$. By concatenating multi-frequency fer features with Vector Neurons and feeding them into standard 3D backbones like PointNet and DGCNN, the approach achieves state-of-the-art performance among equivariant methods across tasks including shape completion, shape compression, normal estimation, registration, and classification/segmentation, with notable improvements in high-frequency detail capture under rotations. The work provides theoretical guarantees of equivariance, demonstrates practical gains on diverse 3D vision benchmarks, and offers reproducibility resources, advancing robust 3D understanding in rotational settings.
Abstract
The usage of 3D vision algorithms, such as shape reconstruction, remains limited because they require inputs to be at a fixed canonical rotation. Recently, a simple equivariant network, Vector Neuron (VN) has been proposed that can be easily used with the state-of-the-art 3D neural network (NN) architectures. However, its performance is limited because it is designed to use only three-dimensional features, which is insufficient to capture the details present in 3D data. In this paper, we introduce an equivariant feature representation for mapping a 3D point to a high-dimensional feature space. Our feature can discern multiple frequencies present in 3D data, which is the key to designing an expressive feature for 3D vision tasks. Our representation can be used as an input to VNs, and the results demonstrate that with our feature representation, VN captures more details, overcoming the limitation raised in its original paper.
