arXiv:2604.12968cs.LGcs.CV2026-04被引 1

梳理优化算法演进,对比主流方法在不同场景下的表现。

Evolution of Optimization Methods: Algorithms, Scenarios, and Evaluations

  • 从一阶到二阶、零阶方法,系统分析优化器设计思路。
  • 实证发现:不同模型与场景下,各优化器性能差异显著。
  • 适合研究者参考,指导高效可信优化器的设计与选型。

深度学习优化中,收敛速度、泛化能力与计算效率的平衡仍是核心挑战。以随机梯度下降(SGD)和Adam为代表的一阶梯度方法是现代训练流程的基础。然而,在大规模模型训练、严格的差分隐私要求及分布式学习范式下,这些传统方法在隐私保护与内存效率方面暴露出关键局限。为突破一阶方法的性能瓶颈,研究者探索二阶优化技术,同时零阶方法因能缓解大规模训练中的内存压力而重新兴起。尽管方法多样化,该领域仍缺乏统一框架来整合其内在原理并明确适用场景。本文回溯深度学习优化算法的演进历程,对主流优化器在多种模型架构与训练场景下进行综合实证评估。我们提炼出关键趋势与根本设计权衡,指明未来研究的潜在方向。通过理论洞察与大量实证数据的结合,为设计下一代高效、鲁棒且可信的优化方法提供可操作的指导。代码开源地址:https://github.com/APRIL-AIGC/Awesome-Optimizer。

原文摘要 · Abstract (English)

Balancing convergence speed, generalization capability, and computational efficiency remains a core challenge in deep learning optimization. First-order gradient descent methods, epitomized by stochastic gradient descent (SGD) and Adam, serve as the cornerstone of modern training pipelines. However, large-scale model training, stringent differential privacy requirements, and distributed learning paradigms expose critical limitations in these conventional approaches regarding privacy protection and memory efficiency. To mitigate these bottlenecks, researchers explore second-order optimization techniques to surpass first-order performance ceilings, while zeroth-order methods reemerge to alleviate memory constraints inherent to large-scale training. Despite this proliferation of methodologies, the field lacks a cohesive framework that unifies underlying principles and delineates application scenarios for these disparate approaches. In this work, we retrospectively analyze the evolutionary trajectory of deep learning optimization algorithms and present a comprehensive empirical evaluation of mainstream optimizers across diverse model architectures and training scenarios. We distill key emerging trends and fundamental design trade-offs, pinpointing promising directions for future research. By synthesizing theoretical insights with extensive empirical evidence, we provide actionable guidance for designing next-generation highly efficient, robust, and trustworthy optimization methods. The code is available at https://github.com/APRIL-AIGC/Awesome-Optimizer.

优化算法深度学习实证研究

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