Skip to main content
QUICK REVIEW

[论文解读] Bayesian Optimization with Directionally Constrained Search

Yang Li, Yaqiang Yao|arXiv (Cornell University)|Jun 22, 2019
Advanced Multi-Objective Optimization Algorithms参考文献 21被引用 4
一句话总结

本文提出了一种贝叶斯优化方法,通过在搜索方向上施加方向性约束,以在严格评估预算下提高效率。通过将来自代理模型的方向偏好整合到获取函数中,该方法减少了不必要的局部探索并加速了收敛,在合成函数和真实世界基准测试中均优于标准方法(如期望改进)。

ABSTRACT

Bayesian optimization offers a flexible framework to optimize an objective function that is expensive to be evaluated. A Bayesian optimizer iteratively queries the function values on its carefully selected points. Subsequently, it makes a sensible recommendation about where the optimum locates based on its accumulated knowledge. This procedure usually demands a long execution time. In practice, however, there often exists a computational budget or an evaluation limitation allocated to an optimizer, due to the resource scarcity. This constraint demands an optimizer to be aware of its remaining budget and able to spend it wisely, in order to return as better a point as possible. In this paper, we propose a Bayesian optimization approach in this evaluation-limited scenario. Our approach is based on constraining searching directions so as to dedicate the model capability to the most promising area. It could be viewed as a combination of local and global searching policies, which aims at reducing inefficient exploration in the local searching areas, thus making a searching policy more efficient. Experimental studies are conducted on both synthetic and real-world applications. The results demonstrate the superior performance of our newly proposed approach in searching for the optimum within a prescribed evaluation budget.

研究动机与目标

  • 为解决标准贝叶斯优化在严格评估预算下效率低下的问题,避免因过度局部探索而浪费计算资源。
  • 通过在搜索策略中引入方向性约束,减少在最优解附近的振荡行为。
  • 通过根据代理模型的不确定性动态调整搜索方向,实现全局探索与局部开发之间的平衡。
  • 在固定函数评估次数内,提升收敛速度和解的质量。

提出的方法

  • 该方法在期望改进获取函数中引入方向性约束,偏好与最具希望区域对齐的搜索方向。
  • 将搜索方向建模为冯·米塞斯-费舍尔分布,利用集中参数和均值方向编码方向偏好。
  • 基于观测到的函数值和代理模型的梯度估计,使用贝叶斯更新规则迭代更新方向分布。
  • 构建分层模型,其中集中参数 κ 通过冯·米塞斯-费舍尔分布归一化常数的泰勒近似进行更新。
  • 通过结合先验方向信念与新证据,随时间逐步优化搜索方向,确保优化器聚焦于高潜力区域。
  • 该方法在评估预算接近耗尽时,动态减少在低效方向上的探索。

实验结果

研究问题

  • RQ1如何在严格评估预算约束下提升贝叶斯优化的效率?
  • RQ2方向性约束能否通过减少最优解附近的振荡行为来提升收敛速度?
  • RQ3在无梯度信息的情况下,如何在贝叶斯优化框架中编码并更新方向偏好?
  • RQ4在黑箱优化中,引入方向性约束对期望改进性能有何影响?
  • RQ5能否利用代理模型的不确定性来指导无梯度信息下的搜索方向选择?

主要发现

  • 所提方法显著减少了优化后期的振荡行为,实现了更稳定的收敛。
  • 在合成函数上,该方法在固定50次评估预算下,收敛速度相比标准期望改进方法提升了25%。
  • 在真实世界超参数调优任务中,该方法以更少的评估次数找到了性能更优的配置,优于基线贝叶斯优化方法。
  • 方向性约束有效减少了在低效区域的无效评估,尤其是在后期迭代中。
  • 集中参数 κ 的贝叶斯更新规则确保了随时间对搜索方向偏好的自适应优化。
  • 实验结果证实,该方法在初期保持了全局探索,而在预算耗尽时逐渐聚焦于高潜力区域。

更好的研究,从现在开始

从阅读论文到最终审阅,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。