A General Framework for Black-Box Attacks Under Cost Asymmetry
Overview
Overall Novelty Assessment
The paper introduces asymmetric black-box attacks, proposing Asymmetric Search (AS) and Asymmetric Gradient Estimation (AGREST) to handle scenarios where different query types incur different costs. It resides in the 'General Framework for Cost Asymmetry' leaf, which contains only two papers total (including this one and one sibling). This indicates a relatively sparse research direction within the broader taxonomy of decision-based black-box attacks, suggesting the problem formulation itself is not yet heavily explored.
The taxonomy reveals that the broader field includes Decision-Based Attack Techniques (e.g., query-efficient patch attacks), Theoretical Foundations (query complexity bounds), and Game-Theoretic Models (asymmetric information scenarios). The paper's leaf sits under 'Asymmetric Cost-Aware Attack Methods,' which explicitly excludes uniform-cost assumptions and domain-specific evasion methods. Neighboring work like 'Evasion-Focused Methods with Flagged Query Awareness' addresses similar cost concerns but targets security-critical evasion rather than general cost-balancing frameworks, highlighting the paper's broader scope.
Among 26 candidates examined, the analysis found limited prior work overlap. The AS boundary search contribution examined 10 candidates with 1 refutable match, while AGREST examined 6 candidates with none refutable. The general framework contribution also examined 10 candidates with 1 refutable match. These statistics suggest that within the top-26 semantic matches, most contributions appear relatively novel, though the search scope is modest and does not guarantee exhaustive coverage of all relevant prior work in adversarial machine learning.
Based on the limited search scope and sparse taxonomy leaf, the work appears to address an underexplored problem setting. The sibling paper and one refutable candidate per contribution indicate some prior exploration, but the overall field structure suggests this cost-asymmetry framing is not yet crowded. A broader literature review beyond top-26 semantic matches would be needed to confirm whether related ideas exist under different terminology or in adjacent domains.
Taxonomy
Research Landscape Overview
Claimed Contributions
AS is a boundary search method that splits search intervals according to the cost ratio between high-cost and low-cost queries, rather than equally as in binary search. This minimizes expected total cost instead of merely minimizing the number of queries.
AGREST shifts the sampling center away from the boundary point toward the low-cost region and reweights high-cost and low-cost queries differently. This reduces the frequency of high-cost queries while maintaining effective gradient approximation.
The authors propose a versatile framework that handles arbitrary cost ratios between high-cost and low-cost queries. Unlike prior stealthy attacks that assume zero cost for benign queries, this framework balances different query types to reduce total attack cost.
Core Task Comparisons
Comparisons with papers in the same taxonomy category
[5] Rewriting the Budget: A General Framework for Black-Box Attacks Under Cost Asymmetry PDF
Contribution Analysis
Detailed comparisons for each claimed contribution
Asymmetric Search (AS) for boundary search under cost asymmetry
AS is a boundary search method that splits search intervals according to the cost ratio between high-cost and low-cost queries, rather than equally as in binary search. This minimizes expected total cost instead of merely minimizing the number of queries.
[19] Binary Search with Distance-Dependent Costs PDF
[5] Rewriting the Budget: A General Framework for Black-Box Attacks Under Cost Asymmetry PDF
[15] Similarity search the metric space approach PDF
[16] Search costs, lags and prices at the pump PDF
[17] Keyword management costs and âbroad matchâ in sponsored search advertising PDF
[18] Making cost-based query optimization asymmetry-aware PDF
[20] An efficient potential member promotion algorithm in social networks via skyline PDF
[21] Expected Value of Asymmetric Coordinated Search Technique for Detecting a Randomly Located Target on the Plane PDF
[22] Abstaining Classification When Error Costs are Unequal and Unknown PDF
[23] Query Learning with Exponential Query Costs PDF
Asymmetric Gradient Estimation (AGREST) for Monte Carlo gradient estimation
AGREST shifts the sampling center away from the boundary point toward the low-cost region and reweights high-cost and low-cost queries differently. This reduces the frequency of high-cost queries while maintaining effective gradient approximation.
[24] On the theory of policy gradient methods: Optimality, approximation, and distribution shift PDF
[25] Parameter Expanded Stochastic Gradient Markov Chain Monte Carlo PDF
[26] Quasi-Monte Carlo sampling to improve the efficiency of Monte Carlo EM PDF
[27] A gradient approach to the optimal design of CUSUM charts under unknown mean-shift sizes PDF
[28] Slight Stochastic Shifts Suffice: Cross-Trajectory Vectorized Estimation of Simulation Gradients PDF
[29] MONTE CARLO-BASED TEXTUAL GRADIENT DESCENT: A MATHEMATICAL FRAMEWORK FOR LLM OPTIMIZATION PDF
General framework for decision-based attacks under arbitrary query cost asymmetry
The authors propose a versatile framework that handles arbitrary cost ratios between high-cost and low-cost queries. Unlike prior stealthy attacks that assume zero cost for benign queries, this framework balances different query types to reduce total attack cost.