GRAPE: Gradient Refinement and Progress-Aware Exploitation for Query-Efficient High-Dimensional Bayesian Optimization

📅 2026-08-25
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出GRAPE方法,通过梯度细化和进步感知开发两阶段框架解决高维黑盒函数优化问题,提高了查询效率。
📝 Abstract
Optimizing expensive, high-dimensional black-box functions remains a central challenge in modern machine learning and scientific discovery. While local Bayesian optimization mitigates the curse of dimensionality, existing techniques often prioritize the probability of descent over the magnitude of progress. This leads to overly conservative steps that yield negligible improvement, wasting queries on directions that are nearly certain to descend but offer little decrease. We introduce Gradient Refinement and Progress-Aware Exploitation (GRAPE), a two-stage framework that first sharpens the local gradient posterior via a closed-form acquisition function, then selects update directions by maximizing the expected decrease conditional on descent. Theoretical analysis proves that this gradient refinement stage monotonically minimizes local uncertainty and that the progress-aware direction converges to true steepest descent as the posterior sharpens. Empirically, GRAPE demonstrates superior query efficiency across high-dimensional tasks: in black-box adversarial attacks, it achieves an average 5.4$\times$ speedup over baselines, and on large language model prompt optimization tasks, it outperforms the second best method by a reduction of 3.8 log-units in the final average regret.
Problem

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

high-dimensional black-box functions
Bayesian optimization
curse of dimensionality
probability of descent
magnitude of progress
Innovation

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

Gradient Refinement
Progress-Aware Exploitation
High-Dimensional Bayesian Optimization
Query Efficiency
🔎 Similar Papers
2024-04-18Swarm and Evolutionary ComputationCitations: 4