paper-with-me

Papers

Adaptive-Gravity: A Defense Against Adversarial Samples

2022-04-07 · Ali Mirzaeian, Zhi Tian, Sai Manoj P D, Banafsheh S. Latibari, Ioannis Savidis, Houman Homayoun, Avesta Sasan

This paper presents a novel model training solution, denoted as Adaptive-Gravity, for enhancing the robustness of deep neural network classifiers against adversarial examples. We conceptualize the model parameters/features associated with each class as a mass characterized by its centroid location and the spread (standard deviation of the distance) of features around the centroid. We use the centroid associated with each cluster to derive an anti-gravity force that pushes the centroids of different classes away from one another during network training. Then we customized an objective function that aims to concentrate each class's features toward their corresponding new centroid, which has been obtained by anti-gravity force. This methodology results in a larger separation between different masses and reduces the spread of features around each centroid. As a result, the samples are pushed away from the space that adversarial examples could be mapped to, effectively increasing the degree of perturbation needed for making an adversarial example. We have implemented this training solution as an iterative method consisting of four steps at each iteration: 1) centroid extraction, 2) anti-gravity force calculation, 3) centroid relocation, and 4) gravity training. Gravity's efficiency is evaluated by measuring the corresponding fooling rates against various attack models, including FGSM, MIM, BIM, and PGD using LeNet and ResNet110 networks, benchmarked against MNIST and CIFAR10 classification problems. Test results show that Gravity not only functions as a powerful instrument to robustify a model against state-of-the-art adversarial attacks but also effectively improves the model training accuracy.

📄 PDF Abstract BibTeX arXiv:2204.03694

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Gravity Gravity is a kinematic approach to optimization based on gradients.

Similar Papers 제목 키워드 기반

MirrorCheck: Efficient Adversarial Defense for Vision-Language Models

2024-06-13 · Samar Fares, Klea Ziu, Toluwani Aremu, Nikita Durasov 외

Vision-Language Models (VLMs) are becoming increasingly vulnerable to adversarial attacks as various novel attack strategies are being proposed against these models. While existing defenses excel in unimodal contexts, th…

Adversarial Defenseimage-classificationImage Classification

Target Training Does Adversarial Training Without Adversarial Samples

2021-02-09 · Blerta Lindqvist

Neural network classifiers are vulnerable to misclassification of adversarial samples, for which the current best defense trains classifiers with adversarial samples. However, adversarial samples are not optimal for stee…

An Adaptive View of Adversarial Robustness from Test-time Smoothing Defense

2019-11-26 · Chao Tang, Yifei Fan, Anthony Yezzi

The safety and robustness of learning-based decision-making systems are under threats from adversarial examples, as imperceptible perturbations can mislead neural networks to completely different outputs. In this paper, …

Adversarial RobustnessDecision Making

Rectifying Adversarial Sample with Low Entropy Prior for Test-Time Defense

2025-07-04 · Lina Ma, Xiaowei Fu, Fuxiang Huang, Xinbo Gao 외

Existing defense methods fail to defend against unknown attacks and thus raise generalization issue of adversarial robustness. To remedy this problem, we attempt to delve into some underlying common characteristics among…

Adversarial Robustness

Improved Adversarial Training Through Adaptive Instance-wise Loss Smoothing

2023-03-24 · Lin Li, Michael Spratling

Deep neural networks can be easily fooled into making incorrect predictions through corruption of the input by adversarial perturbations: human-imperceptible artificial noise. So far adversarial training has been the mos…

Adversarial AttackAdversarial RobustnessData Augmentation