English

Game Theory for Adversarial Attacks and Defenses

Machine Learning 2024-01-08 v4 Cryptography and Security Computer Science and Game Theory

Abstract

Adversarial attacks can generate adversarial inputs by applying small but intentionally worst-case perturbations to samples from the dataset, which leads to even state-of-the-art deep neural networks outputting incorrect answers with high confidence. Hence, some adversarial defense techniques are developed to improve the security and robustness of the models and avoid them being attacked. Gradually, a game-like competition between attackers and defenders formed, in which both players would attempt to play their best strategies against each other while maximizing their own payoffs. To solve the game, each player would choose an optimal strategy against the opponent based on the prediction of the opponent's strategy choice. In this work, we are on the defensive side to apply game-theoretic approaches on defending against attacks. We use two randomization methods, random initialization and stochastic activation pruning, to create diversity of networks. Furthermore, we use one denoising technique, super resolution, to improve models' robustness by preprocessing images before attacks. Our experimental results indicate that those three methods can effectively improve the robustness of deep-learning neural networks.

Keywords

Cite

@article{arxiv.2110.06166,
  title  = {Game Theory for Adversarial Attacks and Defenses},
  author = {Shorya Sharma},
  journal= {arXiv preprint arXiv:2110.06166},
  year   = {2024}
}

Comments

With the agreement of my coauthors, I would like to withdraw the manuscript "Game Theory for Adversarial Attacks and Defenses". Some experimental procedures were not included in the manuscript, which makes a part of important claims not meaningful

R2 v1 2026-06-24T06:50:00.773Z