paper-with-me

홈 › Papers

Towards Counteracting Adversarial Perturbations to Resist Adversarial Examples

2021-01-01 · Haimin Zhang, Min Xu

Studies show that neural networks are susceptible to adversarial attacks. This exposes a potential threat to neural network-based artificial intelligence systems. We observe that the probability of the correct result outputted by the network increases by applying small perturbations generated for class labels other than the original predicted one to adversarial examples. Based on this observation, we propose a method of counteracting adversarial perturbations to resist adversarial examples. In our method, we randomly select a number of class labels and generate small perturbations for these selected labels. The generated perturbations are added together and then clamped to a specified space. The obtained perturbation is finally added to the adversarial example to counteract the adversarial perturbation contained in the example. The proposed method is applied at inference time and does not require retraining or finetuning the model. We validate the proposed method on CIFAR-10 and CIFAR-100. The experimental results demonstrate that our method effectively improves the defense performance of the baseline methods, especially against strong adversarial examples generated using more iterations.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Improving Transformation-based Defenses against Adversarial Examples with First-order Perturbations

2021-03-08 · Haimin Zhang, Min Xu

Deep neural networks have been successfully applied in various machine learning tasks. However, studies show that neural networks are susceptible to adversarial attacks. This exposes a potential threat to neural network-…

Adversarial Robustness

Improving the JPEG-resistance of Adversarial Attacks on Face Recognition by Interpolation Smoothing

2024-02-26 · Kefu Guo, Fengfan Zhou, Hefei Ling, Ping Li 외

JPEG compression can significantly impair the performance of adversarial face examples, which previous adversarial attacks on face recognition (FR) have not adequately addressed. Considering this challenge, we propose a …

Adversarial AttackFace Recognition

Adversarial Purification of Information Masking

2023-11-26 · Sitong Liu, Zhichao Lian, Shuangquan Zhang, Liang Xiao

Adversarial attacks meticulously generate minuscule, imperceptible perturbations to images to deceive neural networks. Counteracting these, adversarial purification methods seek to transform adversarial input samples int…

Adversarial AttackAdversarial Purification

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…

Neural Networks with Structural Resistance to Adversarial Attacks

2018-09-25 · ICLR 2019 5 · Luca de Alfaro

In adversarial attacks to machine-learning classifiers, small perturbations are added to input that is correctly classified. The perturbations yield adversarial examples, which are virtually indistinguishable from the un…