Daily Tech Briefing
AI 科技速览

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

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

Mini-batch Noise Lowers Sharpness via Dominant-Subspace Fluctuations

AI 中文解读
核心亮点:科学家发现,训练AI模型时,那种看似随机的“小批量噪声”其实能巧妙降低模型的“锐度”,让模型表现得更好、更稳定。 通俗解读:训练神经网络就像在起伏不平的山地上找最低点。以前的训练方法(梯度下降)容易卡在陡峭的“深坑”里,这样模型虽然训练时很准,但一遇到新数据就容易“翻车”。而小批量梯度下降(SGD)每次用一小批数据来调整方向,这些方向里有一种主导性的“大方向”。研究者发现,这些大方向上的微小波动反而有好作用——它们像给模型表面加了一层“熨斗”,把尖锐的坑坑洼洼熨平了,让模型进入更平坦、更宽阔的“盆地”。在这个盆地里,模型对数据的变化不那么敏感,泛化能力自然更强。 实际影响:这项研究虽然听起来很学术,但它意味着未来训练AI可以更聪明、更高效。普通人用到的AI产品,比如手机人脸识别、智能翻译、自动驾驶,它们的准确性和稳定性可能会明显提升,出错率更低。此外,这种方法还能帮助节省算力,让开发者用更少的资源训练出更好的模型,最终让更多智能应用走进日常生活。
arXiv:2607.23012v1 Announce Type: new Abstract: During SGD training, the gradients often align strongly with the dominant subspace spanned by the top-$k$ eigenvectors of the Hessian of the loss. While this seems to naturally imply that loss reduction mainly occurs within this space, prior work has shown that updates within this dominant subspace make no meaningful progress in reducing the loss. In this work, we argue that the dominant subspace is better understood not as the main space for loss reduction, but as a key subspace for explaining the sharpness dynamics of mini-batch SGD. To explain the role of the dominant subspace in reducing top-$k$ sharpness, we show how the averaged gradient over fluctuations in the dominant directions produces a sharpness correction term, and derive a sharpness correction term induced by mini-batch noise in the dominant directions. Experimental results show that adding the derived correction term to GD brings the sharpness evolution of GD closer to that of SGD.
分享
阅读原文