Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/31 10:18:54
Simple-regret rates and minimax optimality of fixed-prior expected improvement in Matérn and squared-exponential RKHSs
AI 中文解读
核心亮点:这项研究给“自动寻优”算法上了一道保险——证明了一种名叫“预期改进”的聪明策略,在寻找函数最小值时,速度几乎不可能被更快的方法超越。
通俗解读:想象你要在一片起伏的山谷里找最低点,每次只能看一个点的海拔。传统做法是随机乱试,而“预期改进”策略会先快速扫描,再重点探索最有潜力的区域。这篇论文用数学严格证明了:无论地形是平滑的丘陵(Matérn函数)还是超级光滑的镜面(平方指数函数),按这个策略找最低点,误差缩小的速度都能达到理论极限,不多不少正好最优。
实际影响:日常生活中很多问题都能转化成“找最优值”,比如训练AI模型时调参数、设计飞机外形减少阻力、优化物流路径节省油费。以前工程师可能凭经验或运气瞎试,现在有了理论保证,可以更放心地使用这套算法,花更少时间、算力找到更优方案,最终让手机里的AI更聪明,工业设计更高效,甚至帮你省点物流快递的时间。
We study the expected improvement (EI) policy for minimizing a deterministic objective function $f$ on a nonempty compact set $\mathcal X \subset\mathbb R^d$. We assume that $f$ belongs to the RKHS $\mathcal H_k$ of a continuous positive-semidefinite kernel $k$ on $\mathcal X$. Function values are observed exactly, and EI is computed from a fixed zero-mean Gaussian-process model with covariance $σ^2k$. After an initial design, the policy queries a point whose EI is at least a fixed positive fraction of its maximum.
We identify the normalized posterior standard deviation at a candidate point $x$ with the norm of the corresponding innovation in the canonical feature space, namely the component of $k(x,\cdot)$ orthogonal to the span of the preceding evaluation representers. Sequential separation radii bound the ranked innovation norms along arbitrary query sequences. We estimate these radii using Gram determinants and Kolmogorov widths for subspaces of different dimensions, then combine the estimates with a one-step regret inequality to obtain finite-budget bounds for simple regret.
After $N$ post-initial queries, simple regret is $O(N^{-ν/d})$ for isotropic Matérn kernels of smoothness $ν>0$. For the isotropic squared-exponential kernel, simple regret is $O(\exp[-c_1\min\{N, N^{1/d}\log(eN)\}])$ for some $c_1>0$. With exact EI maximization, it is $O(\exp[-c_2N^{1/d} \log(eN)])$ for some $c_2>0$. For every fixed $B\geq0$, these bounds are uniform over the RKHS ball of radius $B$.
If $\mathcal X$ has nonempty interior and $B>0$, then, among deterministic methods whose final recommendation may be any point of $\mathcal X$, the exact EI policy is minimax-rate optimal over the RKHS ball of radius $B$ for Matérn kernels and minimax-rate optimal up to constants in the exponent for squared-exponential kernels.
分享
阅读原文 ↗