CRLGOct 26, 2022

LP-BFGS attack: An adversarial attack based on the Hessian with limited pixels

arXiv:2210.15446v28 citationsh-index: 17
Originality Incremental advance
AI Analysis

This work addresses the vulnerability of deep neural networks to adversarial attacks, offering a novel approach for security testing, but it is incremental as it builds on existing Hessian-based methods with pixel selection.

The authors tackled the problem of adversarial attacks on deep neural networks by proposing the LP-BFGS attack, which uses Hessian information with limited pixels to achieve comparable attack performance to existing methods while maintaining reasonable computation costs.

Deep neural networks are vulnerable to adversarial attacks. Most $L_{0}$-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 attack. Experimental results across different networks and datasets demonstrate that our approach has comparable attack ability with reasonable computation in different numbers of perturbation pixels compared with existing solutions.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes