paper-with-me

Papers

Benchmarking and Analyzing Robust Point Cloud Recognition: Bag of Tricks for Defending Adversarial Examples

2023-07-31 · ICCV 2023 1 · Qiufan Ji, Lin Wang, Cong Shi, Shengshan Hu, Yingying Chen, Lichao Sun

Deep Neural Networks (DNNs) for 3D point cloud recognition are vulnerable to adversarial examples, threatening their practical deployment. Despite the many research endeavors have been made to tackle this issue in recent years, the diversity of adversarial examples on 3D point clouds makes them more challenging to defend against than those on 2D images. For examples, attackers can generate adversarial examples by adding, shifting, or removing points. Consequently, existing defense strategies are hard to counter unseen point cloud adversarial examples. In this paper, we first establish a comprehensive, and rigorous point cloud adversarial robustness benchmark to evaluate adversarial robustness, which can provide a detailed understanding of the effects of the defense and attack methods. We then collect existing defense tricks in point cloud adversarial defenses and then perform extensive and systematic experiments to identify an effective combination of these tricks. Furthermore, we propose a hybrid training augmentation methods that consider various types of point cloud adversarial examples to adversarial training, significantly improving the adversarial robustness. By combining these tricks, we construct a more robust defense framework achieving an average accuracy of 83.45\% against various attacks, demonstrating its capability to enabling robust learners. Our codebase are open-sourced on: \url{https://github.com/qiufan319/benchmark_pc_attack.git}.

📄 PDF Abstract BibTeX arXiv:2307.16361

Code (1)

qiufan319/benchmark_pc_attack 공식 구현 pytorch

Tasks

Adversarial RobustnessBenchmarking

Similar Papers 제목 키워드 기반

Benchmarking and Analyzing Point Cloud Classification under Corruptions

2022-02-07 · Jiawei Ren, Liang Pan, Ziwei Liu

3D perception, especially point cloud classification, has achieved substantial progress. However, in real-world deployment, point cloud corruptions are inevitable due to the scene complexity, sensor inaccuracy, and proce…

BenchmarkingClassificationPoint Cloud Classification

LidarGait: Benchmarking 3D Gait Recognition with Point Clouds

2022-11-19 · CVPR 2023 1 · Chuanfu Shen, Chao Fan, Wei Wu, Rui Wang 외

Video-based gait recognition has achieved impressive results in constrained scenarios. However, visual cameras neglect human 3D structure information, which limits the feasibility of gait recognition in the 3D wild world…

3D geometryBenchmarkingGait RecognitionGait Recognition in the Wild

TEMPO: Feature-Endowed Teichmüller Extremal Mappings of Point Clouds

2015-11-20 · Ting Wei Meng, Gary Pui-Tung Choi, Lok Ming Lui

In recent decades, the use of 3D point clouds has been widespread in computer industry. The development of techniques in analyzing point clouds is increasingly important. In particular, mapping of point clouds has been a…

General Classification

Benchmarking Robustness of 3D Point Cloud Recognition Against Common Corruptions

2022-01-28 · Jiachen Sun, Qingzhao Zhang, Bhavya Kailkhura, Zhiding Yu 외

Deep neural networks on 3D point cloud data have been widely used in the real world, especially in safety-critical applications. However, their robustness against corruptions is less studied. In this paper, we present Mo…

3D Point Cloud Classification3D Point Cloud Data AugmentationBenchmarkingTest-time Adaptation

Bag of Tricks for Long-Tailed Visual Recognition with Deep Convolutional Neural Networks

2021-05-19 · Association for the Advancement of Artificial Intelligence 2021 5 · Yongshun Zhang, Xiu-Shen Wei, Boyan Zhou, Jianxin Wu

In recent years, visual recognition on challenging long-tailed distributions, where classes often exhibit extremely imbalanced frequencies, has made great progress mostly based on various complex paradigms (e.g., meta le…

Data AugmentationMeta-Learning