GSBAK$^K$: $top$-$K$ Geometric Score-based Black-box Attack

📅 2025-03-17
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Existing score-based black-box attacks are limited to top-1 single-label settings, suffer from low success rates and poor query efficiency under small perturbations, and lack systematic investigation of top-K vulnerability in multi-label classifiers. Method: We propose the first proxy-free, top-K–aware geometric score-based black-box attack. It introduces a novel geometric modeling of top-K decision boundaries, integrates boundary-point initialization for gradient estimation, and employs iterative perturbation optimization—unifying untargeted and targeted attacks while supporting both single-label and multi-label classifiers. Results: Experiments on ImageNet and PASCAL VOC demonstrate that our method significantly improves attack success rate and query efficiency under strict L₂/L∞ perturbation constraints, outperforming state-of-the-art top-1 methods. Moreover, it provides the first empirical evidence of structural top-K vulnerability in multi-label models.

Technology Category

Application Category

📝 Abstract
Existing score-based adversarial attacks mainly focus on crafting $top$-1 adversarial examples against classifiers with single-label classification. Their attack success rate and query efficiency are often less than satisfactory, particularly under small perturbation requirements; moreover, the vulnerability of classifiers with multi-label learning is yet to be studied. In this paper, we propose a comprehensive surrogate free score-based attack, named  geometric  score-based  black-box  attack (GSBAK$^K$), to craft adversarial examples in an aggressive $top$-$K$ setting for both untargeted and targeted attacks, where the goal is to change the $top$-$K$ predictions of the target classifier. We introduce novel gradient-based methods to find a good initial boundary point to attack. Our iterative method employs novel gradient estimation techniques, particularly effective in $top$-$K$ setting, on the decision boundary to effectively exploit the geometry of the decision boundary. Additionally, GSBAK$^K$ can be used to attack against classifiers with $top$-$K$ multi-label learning. Extensive experimental results on ImageNet and PASCAL VOC datasets validate the effectiveness of GSBAK$^K$ in crafting $top$-$K$ adversarial examples.
Problem

Research questions and friction points this paper is trying to address.

Improves attack success rate and query efficiency in adversarial attacks.
Targets top-K predictions in both untargeted and targeted attacks.
Extends adversarial attacks to multi-label learning classifiers.
Innovation

Methods, ideas, or system contributions that make the work stand out.

Geometric score-based black-box attack method
Novel gradient estimation for top-K predictions
Effective against multi-label learning classifiers