LGCRMar 23

Gradient Structure Estimation under Label-Only Oracles via Spectral Sensitivity

arXiv:2601.1430060.4h-index: 4Has Code
Predicted impact top 57% in LG · last 90 daysOriginality Highly original
AI Analysis

This work addresses the practical challenge of understanding model behavior in constrained feedback environments for security and interpretability applications, representing a significant but incremental advance over existing hard-label attacks.

The paper tackles the problem of estimating gradient structure under label-only oracles in hard-label black-box settings, showing that existing attacks implicitly approximate gradient signs and proposing a new framework with theoretical guarantees and empirical validation across multiple datasets and models, achieving higher attack success rates and query efficiency while circumventing state-of-the-art defenses with a 0% detection rate.

Hard-label black-box settings, where only top-1 predicted labels are observable, pose a fundamentally constrained yet practically important feedback model for understanding model behavior. A central challenge in this regime is whether meaningful gradient information can be recovered from such discrete responses. In this work, we develop a unified theoretical perspective showing that a wide range of existing sign-flipping hard-label attacks can be interpreted as implicitly approximating the sign of the true loss gradient. This observation reframes hard-label attacks from heuristic search procedures into instances of gradient sign recovery under extremely limited feedback. Motivated by this first-principles understanding, we propose a new attack framework that combines a zero-query frequency-domain initialization with a Pattern-Driven Optimization (PDO) strategy. We establish theoretical guarantees demonstrating that, under mild assumptions, our initialization achieves higher expected cosine similarity to the true gradient sign compared to random baselines, while the proposed PDO procedure attains substantially lower query complexity than existing structured search approaches. We empirically validate our framework through extensive experiments on CIFAR-10, ImageNet, and ObjectNet, covering standard and adversarially trained models, commercial APIs, and CLIP-based models. The results show that our method consistently surpasses SOTA hard-label attacks in both attack success rate and query efficiency, particularly in low-query regimes. Beyond image classification, our approach generalizes effectively to corrupted data, biomedical datasets, and dense prediction tasks. Notably, it also successfully circumvents Blacklight, a SOTA stateful defense, resulting in a $0\%$ detection rate. Our code will be released publicly soon at https://github.com/csjunjun/DPAttack.git.

Foundations

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

Your Notes