English

Dynamics-aware Adversarial Attack of Adaptive Neural Networks

Computer Vision and Pattern Recognition 2024-01-12 v4

Abstract

In this paper, we investigate the dynamics-aware adversarial attack problem of adaptive neural networks. Most existing adversarial attack algorithms are designed under a basic assumption -- the network architecture is fixed throughout the attack process. However, this assumption does not hold for many recently proposed adaptive neural networks, which adaptively deactivate unnecessary execution units based on inputs to improve computational efficiency. It results in a serious issue of lagged gradient, making the learned attack at the current step ineffective due to the architecture change afterward. To address this issue, we propose a Leaded Gradient Method (LGM) and show the significant effects of the lagged gradient. More specifically, we reformulate the gradients to be aware of the potential dynamic changes of network architectures, so that the learned attack better "leads" the next step than the dynamics-unaware methods when network architecture changes dynamically. Extensive experiments on representative types of adaptive neural networks for both 2D images and 3D point clouds show that our LGM achieves impressive adversarial attack performance compared with the dynamic-unaware attack methods. Code is available at https://github.com/antao97/LGM.

Keywords

Cite

@article{arxiv.2210.08159,
  title  = {Dynamics-aware Adversarial Attack of Adaptive Neural Networks},
  author = {An Tao and Yueqi Duan and Yingqi Wang and Jiwen Lu and Jie Zhou},
  journal= {arXiv preprint arXiv:2210.08159},
  year   = {2024}
}

Comments

arXiv admin note: text overlap with arXiv:2112.09428

R2 v1 2026-06-28T03:41:53.929Z