paper-with-me

Papers

Certified Robustness to Adversarial Examples with Differential Privacy

2018-02-09 · Mathias Lecuyer, Vaggelis Atlidakis, Roxana Geambasu, Daniel Hsu, Suman Jana

Adversarial examples that fool machine learning models, particularly deep neural networks, have been a topic of intense research interest, with attacks and defenses being developed in a tight back-and-forth. Most past defenses are best effort and have been shown to be vulnerable to sophisticated attacks. Recently a set of certified defenses have been introduced, which provide guarantees of robustness to norm-bounded attacks, but they either do not scale to large datasets or are limited in the types of models they can support. This paper presents the first certified defense that both scales to large networks and datasets (such as Google's Inception network for ImageNet) and applies broadly to arbitrary model types. Our defense, called PixelDP, is based on a novel connection between robustness against adversarial examples and differential privacy, a cryptographically-inspired formalism, that provides a rigorous, generic, and flexible foundation for defense.

📄 PDF Abstract BibTeX arXiv:1802.03471

Code (6)

columbia/pixeldp 공식 구현 tf
Koukyosyumei/AIJack pytorch
XintongHao/Robust-CNN-with-Differential-Privacy tf
llylly/dsrs pytorch
locuslab/smoothing pytorch
xzh0u/randomized-smoothing pytorch

Similar Papers 제목 키워드 기반

Scalable Differential Privacy with Certified Robustness in Adversarial Learning

2020-01-01 · ICML 2020 1 · Hai Phan, My T. Thai, Han Hu, Ruoming Jin 외

In this paper, we aim to develop a scalable algorithm to preserve differential privacy (DP) in adversarial learning for deep neural networks (DNNs), with certified robustness to adversarial examples. By leveraging the se…

Augment then Smooth: Reconciling Differential Privacy with Certified Robustness

2023-06-14 · Jiapeng Wu, Atiyeh Ashari Ghomi, David Glukhov, Jesse C. Cresswell 외

Machine learning models are susceptible to a variety of attacks that can erode trust, including attacks against the privacy of training data, and adversarial examples that jeopardize model accuracy. Differential privacy …

Certified Robustness of Quantum Classifiers against Adversarial Examples through Quantum Noise

2022-11-02 · Jhih-Cing Huang, Yu-Lin Tsai, Chao-Han Huck Yang, Cheng-Fang Su 외

Recently, quantum classifiers have been found to be vulnerable to adversarial attacks, in which quantum classifiers are deceived by imperceptible noises, leading to misclassification. In this paper, we propose the first …

Certified Robustness to Word Substitution Attack with Differential Privacy

2021-06-01 · NAACL 2021 4 · Wenjie Wang, Pengfei Tang, Jian Lou, Li Xiong

The robustness and security of natural language processing (NLP) models are significantly important in real-world applications. In the context of text classification tasks, adversarial examples can be designed by substit…

Adversarial RobustnessClassificationtext-classificationText Classification

Two Birds, One Stone: Achieving both Differential Privacy and Certified Robustness for Pre-trained Classifiers via Input Perturbation

2021-09-29 · Pengfei Tang, Wenjie Wang, Xiaolan Gu, Jian Lou 외

Recent studies have shown that pre-trained classifiers are increasingly powerful to improve the performance on different tasks, e.g, neural language processing, image classification. However, adversarial examples from at…

image-classificationImage Classification