1: \begin{abstract}
2: %Point cloud is a compact representation of 3D objects and is widely used by sensors like RGB-Depth cameras and LiDAR.
3: %Unfortunately, due to its irregular and unordered nature, 3D point cloud is extremely challenging to work with.
4: This work seeks to improve the generalization and robustness of existing neural networks for 3D point clouds by inducing group equivariance under general group transformations.
5: The main challenge when designing equivariant models for point clouds is how to trade-off the performance of the model and the complexity.
6: Existing equivariant models are either too complicate to implement or very high complexity.
7: The main aim of this study is to build a general procedure to introduce group equivariant property to SOTA models for 3D point clouds.
8: The group equivariant models built form our procedure are simple to implement, less complexity in comparison with the existing ones, and they preserve the strengths of the original SOTA backbone.
9: From the results of the experiments on object classification, it is shown that our methods are superior to other group equivariant models in performance and complexity.
10: Moreover, our method also helps to improve the mIoU of semantic segmentation models.
11: Overall, by using a combination of only-finite-rotation equivariance and augmentation, our models can outperform existing full $SO(3)$-equivariance models with much cheaper complexity and GPU memory.
12: The proposed procedure is general and forms a fundamental approach to group equivariant neural networks.
13: We believe that it can be easily adapted to other SOTA models in the future.
14: \end{abstract}
15: