paper-with-me

Papers

Pixel-wise Smoothing for Certified Robustness against Camera Motion Perturbations

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

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 extensive number of image projections required for Monte Carlo sampling in the 3D camera motion space. To address these challenges, we present a novel, efficient, and practical framework for certifying the robustness of 3D-2D projective transformations against camera motion perturbations. Our approach leverages a smoothing distribution over the 2D pixel space instead of in the 3D physical space, eliminating the need for costly camera motion sampling and significantly enhancing the efficiency of robustness certifications. With the pixel-wise smoothed classifier, we are able to fully upper bound the projection errors using a technique of uniform partitioning in camera motion space. Additionally, we extend our certification framework to a more general scenario where only a single-frame point cloud is required in the projection oracle. Through extensive experimentation, we validate the trade-off between effectiveness and efficiency enabled by our proposed method. Remarkably, our approach achieves approximately 80% certified accuracy while utilizing only 30% of the projected image frames. The code is available at https://github.com/HanjiangHu/pixel-wise-smoothing.

📄 PDF Abstract BibTeX arXiv:2309.13150

Code (1)

hanjianghu/pixel-wise-smoothing 공식 구현 pytorch

Tasks

Autonomous Driving

Similar Papers 제목 키워드 기반

Certified Adversarial Robustness via Anisotropic Randomized Smoothing

2022-07-12 · Hanbin Hong, Yuan Hong

Randomized smoothing has achieved great success for certified robustness against adversarial perturbations. Given any arbitrary classifier, randomized smoothing can guarantee the classifier's prediction over the perturbe…

Adversarial RobustnessAll

Variational Randomized Smoothing for Sample-Wise Adversarial Robustness

2024-07-16 · Ryo Hase, Ye Wang, Toshiaki Koike-Akino, Jing Liu 외

Randomized smoothing is a defensive technique to achieve enhanced robustness against adversarial examples which are small input perturbations that degrade the performance of neural network models. Conventional randomized…

Adversarial Robustness

Certified Defences Against Adversarial Patch Attacks on Semantic Segmentation

2022-09-13 · Maksym Yatsura, Kaspar Sakmann, N. Grace Hua, Matthias Hein 외

Adversarial patch attacks are an emerging security threat for real world deep learning applications. We present Demasked Smoothing, the first approach (up to our knowledge) to certify the robustness of semantic segmentat…

image-classificationImage ClassificationSegmentationSemantic Segmentation

GSmooth: Certified Robustness against Semantic Transformations via Generalized Randomized Smoothing

2022-06-09 · Zhongkai Hao, Chengyang Ying, Yinpeng Dong, Hang Su 외

Certified defenses such as randomized smoothing have shown promise towards building reliable machine learning systems against $\ell_p$-norm bounded attacks. However, existing methods are insufficient or unable to provabl…

(De)Randomized Smoothing for Certifiable Defense against Patch Attacks

2020-02-25 · NeurIPS 2020 12 · Alexander Levine, Soheil Feizi

Patch adversarial attacks on images, in which the attacker can distort pixels within a region of bounded size, are an important threat model since they provide a quantitative model for physical adversarial attacks. In th…