Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/31 04:00:00

The Convergence Behavior of Adam under Heavy-Tailed Noise

AI 中文解读
苹果推出新AI优化器研究:首次在“极端噪声”环境下验证了经典Adam算法的收敛性。过去,AI训练中如果数据噪声过大,比如出现极端异常值,Adam的表现缺乏理论保障。这项研究不仅填补了空白,还揭示了一个关键问题:在重尾噪声下,Adam虽然能“到达”最优解附近,但速度不是最快的,效果还受噪声特性影响。不过,研究者发现,如果能预知数据范围并加以利用,Adam就能追平最优算法。通俗说,这就像在暴风雨中导航,Adam能带你到终点,但有时会绕路;若提前知道地图边界,就能抄近道。这项成果对普通人的价值在于,它让AI工程师更清楚何时该信赖Adam、何时需要调整参数,从而训练出更稳定、更聪明的AI模型。未来我们使用的语音助手、推荐系统、自动驾驶等AI服务,都可能因为这类理论突破而变得更可靠、训练成本更低,最终反映在日常体验的升级上。
arXiv:2607.27383v1 Announce Type: new Abstract: We establish the first convergence guarantees for the plain vector-form \emph{Adam} optimizer under heavy-tailed stochastic noise. While several Adam variants are known to achieve optimal iteration complexity in bounded-variance nonconvex optimization, little is understood about their behavior when stochastic gradients admit only a bounded $p$-th central moment for some $p \in (1,2]$, a setting increasingly observed in modern deep learning. To address this gap, we generalize the recent online-to-nonconvex conversion framework to accommodate heavy-tailed martingale-difference noise. Building on this generalized framework, we develop a discounted regret analysis for Adam, without restrictive parameter coupling. Our results show that Adam converges to $(\rho,\epsilon)$-stationary points under heavy-tailed noise. However, it exhibits a suboptimal iteration complexity and $p$-dependent convergence, a suboptimality that persists even in the bounded-variance case ($p=2$). When the domain radius is known and used to control the online-learner output, a standard setup in related literature, the convergence rate improves to match the optimal complexity. These findings provide new theoretical insight into the robustness and limitations of Adam in heavy-tailed regimes.
分享
阅读原文