paper-with-me

Papers

Certified Defences Against Adversarial Patch Attacks on Semantic Segmentation

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

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 segmentation models against this threat model. Previous work on certifiably defending against patch attacks has mostly focused on image classification task and often required changes in the model architecture and additional training which is undesirable and computationally expensive. In Demasked Smoothing, any segmentation model can be applied without particular training, fine-tuning, or restriction of the architecture. Using different masking strategies, Demasked Smoothing can be applied both for certified detection and certified recovery. In extensive experiments we show that Demasked Smoothing can on average certify 64% of the pixel predictions for a 1% patch in the detection task and 48% against a 0.5% patch for the recovery task on the ADE20K dataset.

📄 PDF Abstract BibTeX arXiv:2209.05980

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Certified Defenses for Adversarial Patches

2020-03-14 · ICLR 2020 1 · Ping-Yeh Chiang, Renkun Ni, Ahmed Abdelkader, Chen Zhu 외

Adversarial patch attacks are among one of the most practical threat models against real-world computer vision systems. This paper studies certified and empirical defenses against patch attacks. We begin with a set of ex…

Enhancing the Antidote: Improved Pointwise Certifications against Poisoning Attacks

2023-08-15 · Shijie Liu, Andrew C. Cullen, Paul Montague, Sarah M. Erfani 외

Poisoning attacks can disproportionately influence model behaviour by making small changes to the training corpus. While defences against specific poisoning attacks do exist, they in general do not provide any guarantees…

Adversarial Robustness

Adversarial Patch Attacks and Defences in Vision-Based Tasks: A Survey

2022-06-16 · Abhijith Sharma, Yijun Bian, Phil Munz, Apurva Narayan

Adversarial attacks in deep learning models, especially for safety-critical systems, are gaining more and more attention in recent years, due to the lack of trust in the security and robustness of AI models. Yet the more…

How robust accuracy suffers from certified training with convex relaxations

2023-06-12 · Piersilvio De Bartolomeis, Jacob Clarysse, Amartya Sanyal, Fanny Yang

Adversarial attacks pose significant threats to deploying state-of-the-art classifiers in safety-critical applications. Two classes of methods have emerged to address this issue: empirical defences and certified defences…

Certified robustness against adversarial patch attacks via randomized cropping

2021-06-18 · ICML Workshop AML 2021 7 · Wan-Yi Lin, Fatemeh Sheikholeslami, Jinghao Shi, Leslie Rice 외

This paper proposes a certifiable defense against adversarial patch attacks on image classification. Our approach classifies random crops from the original image independently and classifies the original image as the…

image-classificationImage Classification