SVNet: Where SO(3) Equivariance Meets Binarization on Point Cloud Representation
Zhuo Su, Max Welling, Matti Pietik\"ainen, Li Liu

TL;DR
This paper introduces SVNet, a framework combining SO(3) equivariance and network binarization for 3D point cloud processing, enhancing efficiency and robustness in real-time applications like autonomous driving.
Contribution
It proposes a novel method to integrate scalar and vector features, enabling binarization while maintaining SO(3) equivariance in 3D neural networks.
Findings
Achieves a good balance between efficiency, robustness, and accuracy.
Demonstrates effectiveness on ModelNet40, ShapeNet, and ScanObjectNN datasets.
Applicable to backbones like PointNet and DGCNN.
Abstract
Efficiency and robustness are increasingly needed for applications on 3D point clouds, with the ubiquitous use of edge devices in scenarios like autonomous driving and robotics, which often demand real-time and reliable responses. The paper tackles the challenge by designing a general framework to construct 3D learning architectures with SO(3) equivariance and network binarization. However, a naive combination of equivariant networks and binarization either causes sub-optimal computational efficiency or geometric ambiguity. We propose to locate both scalar and vector features in our networks to avoid both cases. Precisely, the presence of scalar features makes the major part of the network binarizable, while vector features serve to retain rich structural information and ensure SO(3) equivariance. The proposed approach can be applied to general backbones like PointNet and DGCNN.…
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 · Robotics and Sensor-Based Localization
MethodsDeep Graph Convolutional Neural Network
