CVMar 8, 2022

ART-Point: Improving Rotation Robustness of Point Cloud Classifiers via Adversarial Rotation

arXiv:2203.03888v127 citationsh-index: 24
Originality Highly original
AI Analysis

This addresses the challenge of maintaining high accuracy in 3D deep learning applications when point clouds are rotated, offering a method that improves robustness without sacrificing clean dataset performance.

The paper tackles the problem of rotation robustness in point cloud classifiers by introducing adversarial training with adversarial rotations, achieving better performance on both rotated and clean datasets compared to state-of-the-art methods.

Point cloud classifiers with rotation robustness have been widely discussed in the 3D deep learning community. Most proposed methods either use rotation invariant descriptors as inputs or try to design rotation equivariant networks. However, robust models generated by these methods have limited performance under clean aligned datasets due to modifications on the original classifiers or input space. In this study, for the first time, we show that the rotation robustness of point cloud classifiers can also be acquired via adversarial training with better performance on both rotated and clean datasets. Specifically, our proposed framework named ART-Point regards the rotation of the point cloud as an attack and improves rotation robustness by training the classifier on inputs with Adversarial RoTations. We contribute an axis-wise rotation attack that uses back-propagated gradients of the pre-trained model to effectively find the adversarial rotations. To avoid model over-fitting on adversarial inputs, we construct rotation pools that leverage the transferability of adversarial rotations among samples to increase the diversity of training data. Moreover, we propose a fast one-step optimization to efficiently reach the final robust model. Experiments show that our proposed rotation attack achieves a high success rate and ART-Point can be used on most existing classifiers to improve the rotation robustness while showing better performance on clean datasets than state-of-the-art methods.

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