LP-BFGS attack: An adversarial attack based on the Hessian with limited pixels
Jiebao Zhang, Wenhua Qian, Rencan Nie, Jinde Cao, Dan Xu

TL;DR
This paper introduces LP-BFGS, an adversarial attack leveraging Hessian information with limited pixels, balancing attack effectiveness and computational cost, and utilizing pixel attribution for optimization.
Contribution
The paper proposes a novel LP-BFGS attack method that uses Hessian information with limited pixels and a pixel selection strategy, improving efficiency and effectiveness.
Findings
Comparable attack success rate to existing methods
Effective with a limited number of perturbation pixels
Balances attack performance and computational cost
Abstract
Deep neural networks are vulnerable to adversarial attacks. Most -norm based white-box attacks craft perturbations by the gradient of models to the input. Since the computation cost and memory limitation of calculating the Hessian matrix, the application of Hessian or approximate Hessian in white-box attacks is gradually shelved. In this work, we note that the sparsity requirement on perturbations naturally lends itself to the usage of Hessian information. We study the attack performance and computation cost of the attack method based on the Hessian with a limited number of perturbation pixels. Specifically, we propose the Limited Pixel BFGS (LP-BFGS) attack method by incorporating the perturbation pixel selection strategy and the BFGS algorithm. Pixels with top-k attribution scores calculated by the Integrated Gradient method are regarded as optimization variables of the LP-BFGS…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Machine Learning in Materials Science
