E2PN: Efficient SE(3)-Equivariant Point Network
Minghan Zhu, Maani Ghaffari, William A. Clark, Huei Peng

TL;DR
This paper introduces E2PN, a lightweight and efficient SE(3)-equivariant convolutional network for 3D point cloud analysis, combining group convolutions and quotient representations to improve performance and computational efficiency.
Contribution
It presents a novel, simple, and fast SE(3)-equivariant convolution architecture for point clouds, integrating group theory with kernel point convolutions for enhanced efficiency.
Findings
Achieves comparable or better accuracy in classification, pose estimation, and keypoint matching.
Consumes less memory and runs faster than existing equivariant networks.
Demonstrates effectiveness across multiple 3D point cloud tasks.
Abstract
This paper proposes a convolution structure for learning SE(3)-equivariant features from 3D point clouds. It can be viewed as an equivariant version of kernel point convolutions (KPConv), a widely used convolution form to process point cloud data. Compared with existing equivariant networks, our design is simple, lightweight, fast, and easy to be integrated with existing task-specific point cloud learning pipelines. We achieve these desirable properties by combining group convolutions and quotient representations. Specifically, we discretize SO(3) to finite groups for their simplicity while using SO(2) as the stabilizer subgroup to form spherical quotient feature fields to save computations. We also propose a permutation layer to recover SO(3) features from spherical features to preserve the capacity to distinguish rotations. Experiments show that our method achieves comparable or…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · 3D Surveying and Cultural Heritage · Image Processing and 3D Reconstruction
MethodsConvolution
