paper-with-me

홈 › Papers

A New Family of Neural Networks Provably Resistant to Adversarial Attacks

2019-02-01 · Rakshit Agrawal, Luca de Alfaro, David Helmbold

Adversarial attacks add perturbations to the input features with the intent of changing the classification produced by a machine learning system. Small perturbations can yield adversarial examples which are misclassified despite being virtually indistinguishable from the unperturbed input. Classifiers trained with standard neural network techniques are highly susceptible to adversarial examples, allowing an adversary to create misclassifications of their choice. We introduce a new type of network unit, called MWD (max of weighed distance) units that have a built-in resistant to adversarial attacks. These units are highly non-linear, and we develop the techniques needed to effectively train them. We show that simple interval techniques for propagating perturbation effects through the network enables the efficient computation of robustness (i.e., accuracy guarantees) for MWD networks under any perturbations, including adversarial attacks. MWD networks are significantly more robust to input perturbations than ReLU networks. On permutation invariant MNIST, when test examples can be perturbed by 20% of the input range, MWD networks provably retain accuracy above 83%, while the accuracy of ReLU networks drops below 5%. The provable accuracy of MWD networks is superior even to the observed accuracy of ReLU networks trained with the help of adversarial examples. In the absence of adversarial attacks, MWD networks match the performance of sigmoid networks, and have accuracy only slightly below that of ReLU networks.

📄 PDF Abstract BibTeX arXiv:1902.01208

Code (1)

rakshit-agrawal/mwd_nets 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

OGAN: Disrupting Deepfakes with an Adversarial Attack that Survives Training

2020-06-17 · Eran Segalis, Eran Galili

Recent advances in autoencoders and generative models have given rise to effective video forgery methods, used for generating so-called "deepfakes". Mitigation research is mostly focused on post-factum deepfake detection…

Adversarial AttackBilevel OptimizationDeepFake DetectionFace Swapping

Quantum Adversarial Machine Learning and Defense Strategies: Challenges and Opportunities

2024-12-16 · Eric Yocam, Anthony Rizi, Mahesh Kamepalli, Varghese Vaidyan 외

As quantum computing continues to advance, the development of quantum-secure neural networks is crucial to prevent adversarial attacks. This paper proposes three quantum-secure design principles: (1) using post-quantum c…

Provably Robust Metric Learning

2020-06-12 · NeurIPS 2020 12 · Lu Wang, Xuanqing Liu, Jin-Feng Yi, Yuan Jiang 외

Metric learning is an important family of algorithms for classification and similarity search, but the robustness of learned metrics against small adversarial perturbations is less studied. In this paper, we show that ex…

Metric Learning

Deep-RBF Networks Revisited: Robust Classification with Rejection

2018-12-07 · Pourya Habib Zadeh, Reshad Hosseini, Suvrit Sra

One of the main drawbacks of deep neural networks, like many other classifiers, is their vulnerability to adversarial attacks. An important reason for their vulnerability is assigning high confidence to regions with few …

Adversarial AttackClassificationGeneral ClassificationMetric Learning+1

Defensive Distillation is Not Robust to Adversarial Examples

2016-07-14 · Nicholas Carlini, David Wagner

We show that defensive distillation is not secure: it is no more resistant to targeted misclassification attacks than unprotected neural networks.