Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/28 04:00:00
Learning from the Descent Direction: Adaptive Gradient Descent under One-Sided H\"older Regularity
AI 中文解读
学习方向,而非全盘照收:自适应梯度下降有了更聪明的步长策略。传统方法假设函数在所有方向上变化规律一致,但现实中很多方向的变化其实对下降没有阻碍。这篇研究提出一种新算法,只关注那些真正影响下降的方向来调整步长,因此可以更大胆地前进,同时保证收敛。在两类典型问题——二分类和非凸回归——的测试中,新方法都取得了最低的损失值和梯度范数,证明这种“看路下坡”的思路确实更高效。虽然这项技术主要影响机器学习模型的训练效率,但它意味着未来AI产品能更快学会新技能,比如图像识别或语言模型可以花更少的时间调参、跑出更好的结果。对于普通用户来说,这意味着更快的软件更新和更智能的响应体验,背后正是这类让算法自己学会“该快则快、该慢则慢”的优化进步。
arXiv:2607.22906v1 Announce Type: new
Abstract: We study adaptive gradient descent for continuously differentiable, possibly nonconvex objectives under one-sided H\"older regularity. Unlike classical H\"older- or Lipschitz-gradient assumptions, which control the full gradient variation, our condition bounds only the directional term appearing in the descent inequality. This can allow less conservative step sizes when large gradient changes are orthogonal to, or favorable along, the update direction. We propose an adaptive scalar-step method based on an estimate of positive one-sided H\"older curvature, combined with a simple sufficient-decrease safeguard. For nonconvex objectives on a convex region containing the accepted update segments, we prove an explicit best-iterate stationarity bound with a rate determined by the H\"older exponent. Unlike predetermined diminishing step-size schemes, the method adapts to the local descent geometry. We evaluate the approach on two full-batch benchmarks designed to separate directional curvature from full gradient variation. On a binary classification problem, the method achieves the lowest final cross-entropy, objective value, and gradient norm, together with the largest classification margin among the compared scalar gradient methods. On a nonconvex H\"older regression problem, it attains the lowest final objective gap and gradient norm. These results indicate that one-sided H\"older curvature is an effective adaptive step-size signal when full-gradient variation is inflated by directions that do not hinder descent.
分享
阅读原文 ↗