paper-with-me

홈 › Papers

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

2022-03-08 · CVPR 2022 1 · Robin Wang, Yibo Yang, DaCheng Tao

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.

📄 PDF Abstract BibTeX arXiv:2203.03888

Code (1)

robinwang1/art-point 공식 구현 pytorch

Similar Papers 제목 키워드 기반

ClusterNet: Deep Hierarchical Cluster Network With Rigorously Rotation-Invariant Representation for Point Cloud Analysis

2019-06-01 · CVPR 2019 6 · Chao Chen, Guanbin Li, Ruijia Xu, Tianshui Chen 외

Current neural networks for 3D object recognition are vulnerable to 3D rotation. Existing works mostly rely on massive amounts of rotation-augmented data to alleviate the problem, which lacks solid guarantee of the 3D ro…

3D Object Classification3D Object RecognitionClusteringObject Recognition

Rotation Perturbation Robustness in Point Cloud Analysis: A Perspective of Manifold Distillation

2024-11-04 · Xinyu Xu, Huazhen Liu, Feiming Wei, Huilin Xiong 외

Point cloud is often regarded as a discrete sampling of Riemannian manifold and plays a pivotal role in the 3D image interpretation. Particularly, rotation perturbation, an unexpected small change in rotation caused by v…

A Robust and Reliable Point Cloud Recognition Network Under Rigid Transformation

2020-09-15 · Dongrui Liu, Chuanchuan Chen, Changqing Xu, Qi Cai 외

Point cloud recognition is an essential task in industrial robotics and autonomous driving. Recently, several point cloud processing models have achieved state-of-the-art performances. However, these methods lack rotatio…

Autonomous DrivingTranslation

Robustness Certification for Point Cloud Models

2021-03-30 · ICCV 2021 10 · Tobias Lorenz, Anian Ruoss, Mislav Balunović, Gagandeep Singh 외

The use of deep 3D point cloud models in safety-critical applications, such as autonomous driving, dictates the need to certify the robustness of these models to real-world transformations. This is technically challengin…

The Devils in the Point Clouds: Studying the Robustness of Point Cloud Convolutions

2021-01-19 · Xingyi Li, Wenxuan Wu, Xiaoli Z. Fern, Li Fuxin

Recently, there has been a significant interest in performing convolution over irregularly sampled point clouds. Since point clouds are very different from regular raster images, it is imperative to study the generalizat…

Semantic Segmentation