CVCRLGJan 24, 2025

GreedyPixel: Fine-Grained Black-Box Adversarial Attack Via Greedy Algorithm

arXiv:2501.14230v35 citationsh-index: 5Has CodeIEEE Trans Inf Forensics Secur
Originality Highly original
AI Analysis

This addresses the need for precise and efficient adversarial attacks to evaluate model robustness, though it is incremental in improving existing black-box methods.

The paper tackled the problem of black-box adversarial attacks by introducing GreedyPixel, a method that uses greedy optimization to achieve state-of-the-art success rates on CIFAR-10 and ImageNet with imperceptible perturbations, bridging the gap between black-box practicality and white-box performance.

Deep neural networks are highly vulnerable to adversarial examples, which are inputs with small, carefully crafted perturbations that cause misclassification -- making adversarial attacks a critical tool for evaluating robustness. Existing black-box methods typically entail a trade-off between precision and flexibility: pixel-sparse attacks (e.g., single- or few-pixel attacks) provide fine-grained control but lack adaptability, whereas patch- or frequency-based attacks improve efficiency or transferability, but at the cost of producing larger and less precise perturbations. We present GreedyPixel, a fine-grained black-box attack method that performs brute-force-style, per-pixel greedy optimization guided by a surrogate-derived priority map and refined by means of query feedback. It evaluates each coordinate directly without any gradient information, guaranteeing monotonic loss reduction and convergence to a coordinate-wise optimum, while also yielding near white-box-level precision and pixel-wise sparsity and perceptual quality. On the CIFAR-10 and ImageNet datasets, spanning convolutional neural networks (CNNs) and Transformer models, GreedyPixel achieved state-of-the-art success rates with visually imperceptible perturbations, effectively bridging the gap between black-box practicality and white-box performance. The implementation is available at https://github.com/azrealwang/greedypixel.

Foundations

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

Your Notes