arXiv:2512.18373cs.LGmath.OC2025-12被引 1

解析大规模神经网络训练中的优化难题,提出更高效的算法设计思路。

Towards Guided Descent: Optimization Algorithms for Training Neural Networks At Scale

  • 从梯度下降出发,分析现有方法在真实数据下的局限性
  • 引入曲率信息与分层预条件等高阶技术改进优化效率
  • 为实际训练提供可落地的算法集成方案,适合模型开发者参考

神经网络优化是现代人工智能研究中最关键却最不清晰的挑战之一,优化算法的改进能显著提升基础模型的特征学习能力、降低训练时间一个数量级,并增强对网络学习过程的理解。尽管随机梯度下降(SGD)及其变体已成为深度网络训练的默认选择,但其在过参数化场景中的成功往往依赖经验而非理论指导。本文从一阶方法出发,逐步揭示传统方法在面对真实数据中各向异性时的失效机制,进而探索基于曲率信息的二阶近似、层间预条件、自适应学习率等先进策略。同时,优化算法与训练工具链(如最大更新参数化、学习率调度、指数移动平均等)的协同作用同样至关重要。论文最终提出实用建议与实现策略,推动理论理解与实际部署的融合。

原文摘要 · Abstract (English)

Neural network optimization remains one of the most consequential yet poorly understood challenges in modern AI research, where improvements in training algorithms can lead to enhanced feature learning in foundation models, order-of-magnitude reductions in training time, and improved interpretability into how networks learn. While stochastic gradient descent (SGD) and its variants have become the de facto standard for training deep networks, their success in these over-parameterized regimes often appears more empirical than principled. This thesis investigates this apparent paradox by tracing the evolution of optimization algorithms from classical first-order methods to modern higher-order techniques, revealing how principled algorithmic design can demystify the training process. Starting from first principles with SGD and adaptive gradient methods, the analysis progressively uncovers the limitations of these conventional approaches when confronted with anisotropy that is representative of real-world data. These breakdowns motivate the exploration of sophisticated alternatives rooted in curvature information: second-order approximation techniques, layer-wise preconditioning, adaptive learning rates, and more. Next, the interplay between these optimization algorithms and the broader neural network training toolkit, which includes prior and recent developments such as maximal update parametrization, learning rate schedules, and exponential moving averages, emerges as equally essential to empirical success. To bridge the gap between theoretical understanding and practical deployment, this paper offers practical prescriptions and implementation strategies for integrating these methods into modern deep learning workflows.

优化算法深度学习训练效率

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。