paper-with-me

홈 › Papers

Robustness Certification for Point Cloud Models

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

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 challenging, as it requires a scalable verifier tailored to point cloud models that handles a wide range of semantic 3D transformations. In this work, we address this challenge and introduce 3DCertify, the first verifier able to certify the robustness of point cloud models. 3DCertify is based on two key insights: (i) a generic relaxation based on first-order Taylor approximations, applicable to any differentiable transformation, and (ii) a precise relaxation for global feature pooling, which is more complex than pointwise activations (e.g., ReLU or sigmoid) but commonly employed in point cloud models. We demonstrate the effectiveness of 3DCertify by performing an extensive evaluation on a wide range of 3D transformations (e.g., rotation, twisting) for both classification and part segmentation tasks. For example, we can certify robustness against rotations by $\pm$60{\deg} for 95.7% of point clouds, and our max pool relaxation increases certification by up to 15.6%.

📄 PDF Abstract BibTeX arXiv:2103.16652

Code (1)

eth-sri/3dcertify 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Certified L2-Norm Robustness of 3D Point Cloud Recognition in the Frequency Domain

2025-11-10 · Liang Zhou, Qiming Wang, Tianze Chen arxiv

3D point cloud classification is a fundamental task in safety-critical applications such as autonomous driving, robotics, and augmented reality. However, recent studies reveal that point cloud classifiers are vulnerable …

3D Point Cloud ClassificationAutonomous DrivingPoint Clouds

TPC: Transformation-Specific Smoothing for Point Cloud Models

2022-01-30 · Wenda Chu, Linyi Li, Bo Li

Point cloud models with neural network architectures have achieved great success and have been widely used in safety-critical applications, such as Lidar-based recognition systems in autonomous vehicles. However, such mo…

Autonomous Vehicles

Provable Adversarial Robustness for Group Equivariant Tasks: Graphs, Point Clouds, Molecules, and More

2023-12-05 · NeurIPS 2023 11 · Jan Schuchardt, Yan Scholten, Stephan Günnemann

A machine learning model is traditionally considered robust if its prediction remains (almost) constant under input perturbations with small norm. However, real-world tasks like molecular property prediction or point clo…

Adversarial RobustnessMolecular Property PredictionNode ClassificationPoint Cloud Segmentation+2

Robustness Certification of Visual Perception Models via Camera Motion Smoothing

2022-10-04 · Hanjiang Hu, Zuxin Liu, Linyi Li, Jiacheng Zhu 외

A vast literature shows that the learning-based visual perception model is sensitive to adversarial noises, but few works consider the robustness of robotic perception models under widely-existing camera motion perturbat…

image-classificationImage Classification

Pixel-wise Smoothing for Certified Robustness against Camera Motion Perturbations

2023-09-22 · Hanjiang Hu, Zuxin Liu, Linyi Li, Jiacheng Zhu 외

Deep learning-based visual perception models lack robustness when faced with camera motion perturbations in practice. The current certification process for assessing robustness is costly and time-consuming due to the ext…

Autonomous Driving