CVAIROJun 11, 2022

E2PN: Efficient SE(3)-Equivariant Point Network

arXiv:2206.05398v329 citationsh-index: 17
Originality Incremental advance
AI Analysis

This work addresses the need for efficient equivariant models in real-world point cloud applications, representing an incremental improvement over prior equivariant networks.

The paper tackles the problem of learning SE(3)-equivariant features from 3D point clouds by proposing a convolution structure that is simple, lightweight, and fast, achieving comparable or superior performance in tasks like object classification and pose estimation while using less memory and running faster than existing methods.

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 superior performance in various tasks, including object classification, pose estimation, and keypoint-matching, while consuming much less memory and running faster than existing work. The proposed method can foster the development of equivariant models for real-world applications based on point clouds.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes