PulseAugur
实时 12:13:48
English(EN) Noise-Driven Exploration and Transient Freezing Select Flat Minima in Stochastic Gradient Descent

新的优化技术出现,可实现更快、更高效的 AI 模型训练 · 跟踪 8 个来源

几篇最新的 arXiv 论文探讨了机器学习优化技术的进展。研究人员提出了新的方法,如权重自适应 ASNG (WA-ASNG) 以提高进化算法的并行性能,以及通过子空间获取函数实现的可扩展批量贝叶斯优化,以提高大批量处理的效率。其他工作引入了 MGUP,一种用于随机优化的动量梯度对齐更新策略,以及 OptEMA,一种用于无噪声最优化的自适应指数移动平均。此外,Gefen 等新的优化器旨在减少内存占用同时保持性能,理论分析也为随机梯度下降的隐式偏差及其对更平坦、更具泛化性的解决方案的偏好提供了更深入的见解。 AI

影响 这些优化技术的进步可能导致大型 AI 模型更快的训练时间、更低的内存需求和更好的泛化能力。

排序理由 多篇 arXiv 论文详细介绍了机器学习优化算法的新研究。

在 arXiv cs.LG 阅读 →

AI 生成摘要 · Google Gemini · 来自 16 个来源。 我们如何撰写摘要 →

新的优化技术出现,可实现更快、更高效的 AI 模型训练 · 跟踪 8 个来源

报道来源 [16]

  1. arXiv cs.AI TIER_1 English(EN) · Andrej Jovanovi\'c, Alex Iacob, Mher Safaryan, Ionut-Vlad Modoranu, Lorenzo Sani, William F. Shen, Xinchi Qiu, Dan Alistarh, Nicholas D. Lane ·

    LoRDO: 分布式低秩优化与不频繁通信

    arXiv:2602.04396v2 Announce Type: replace-cross Abstract: Distributed training of foundation models via $\texttt{DDP}$ is limited by interconnect bandwidth. While infrequent communication strategies reduce synchronization frequency, they remain bottlenecked by the memory and comm…

  2. arXiv cs.AI TIER_1 Italiano(IT) · Haocheng Duan, Yuxin Guo, Jieyi Bi, Anqi Xie, Sirui Li, Yining Ma, Cathy Wu ·

    通过演化程序瓶颈解释神经组合优化

    arXiv:2606.19741v1 Announce Type: new Abstract: Neural Combinatorial Optimization (NCO) achieves strong performance, yet its black-box nature remains a key roadblock to deployment and scientific diagnosis. Standard interpretability tools, such as Concept Bottleneck Models (CBMs),…

  3. arXiv cs.NE (Neural & Evolutionary) TIER_1 English(EN) · Shinichi Shirakawa ·

    用于改进自适应随机自然梯度的并行性能的权重适应

    Probabilistic model-based evolutionary algorithms are promising for black-box optimization. Specifically, the adaptive stochastic natural gradient (ASNG) adaptively updates its learning rate, a typical hyperparameter in probabilistic model-based evolutionary algorithms, thereby r…

  4. arXiv cs.AI TIER_1 English(EN) · Dawei Zhan, Zhaoxi Zeng, Shuoxiao Wei, Ping Wu ·

    通过子空间获取函数实现可扩展批量贝叶斯优化

    arXiv:2411.16206v3 Announce Type: replace-cross Abstract: Extending Bayesian optimization to batch evaluation can enable the designer to make the most use of parallel computing technology. However, most of current batch approaches do not scale well with the batch size. That is, t…

  5. arXiv cs.LG TIER_1 English(EN) · Da Chang, Ganzhao Yuan ·

    MGUP:随机优化的动量-梯度对齐更新策略

    arXiv:2606.17526v1 Announce Type: new Abstract: Efficient optimization is essential for training large language models. Although intra-layer selective updates have been explored, a general mechanism that enables fine-grained control while ensuring convergence guarantees is still …

  6. arXiv cs.LG TIER_1 English(EN) · Ning Yang, Yikuan Zhang, Qi Ouyang, Chao Tang, Yuhai Tu ·

    噪声驱动的探索和瞬态冻结在随机梯度下降中选择平坦的最小值

    arXiv:2601.10962v2 Announce Type: replace Abstract: Stochastic gradient descent (SGD) is central to deep learning, yet the dynamical origin of its preference for flatter, more generalizable solutions remains unclear. Here, by analyzing SGD learning dynamics, we identify a nonequi…

  7. arXiv cs.LG TIER_1 English(EN) · Jichu Li, Xuan Tang, Difan Zou ·

    具有最小批量随机梯度的最陡下降法的隐式偏差

    arXiv:2602.11557v2 Announce Type: replace Abstract: A variety of widely used optimization methods like SignSGD and Muon can be interpreted as instances of steepest descent under different norm-induced geometries. In this work, we study the implicit bias of mini-batch stochastic s…

  8. arXiv cs.LG TIER_1 English(EN) · Kaiyue Wen, Xingyu Dang, Kaifeng Lyu, Tengyu Ma, Percy Liang ·

    奇妙的预训练优化器及其去向II:Hyperball优化

    arXiv:2606.16899v1 Announce Type: new Abstract: Matrix based optimizers such as Muon can substantially speed up language model pretraining, but their gains over AdamW are observed to shrink as model size and data scale grow when using standard constant decoupled weight decay. We …

  9. arXiv cs.LG TIER_1 English(EN) · Ganzhao Yuan ·

    OptEMA:用于零噪声最优随机优化的自适应指数移动平均

    arXiv:2603.09923v4 Announce Type: replace Abstract: Exponential moving averages (EMAs) are a central component of widely used adaptive optimizers such as Adam. However, existing analyses of Adam-style methods often yield suboptimal guarantees in the zero-noise regime, rely on ope…

  10. arXiv cs.LG TIER_1 English(EN) · Percy Liang ·

    绝妙的预训练优化器及其去向II:Hyperball优化

    Matrix based optimizers such as Muon can substantially speed up language model pretraining, but their gains over AdamW are observed to shrink as model size and data scale grow when using standard constant decoupled weight decay. We propose Hyperball, a simple optimizer wrapper th…

  11. arXiv cs.AI TIER_1 English(EN) · Nadav Benedek, Tomer Koren, Ohad Fried ·

    Gefen:优化的随机优化器

    arXiv:2606.13894v1 Announce Type: cross Abstract: AdamW is a default optimizer for modern deep learning, but its first and second moment states add roughly two parameter-sized buffers to training memory. We propose Gefen, a memory-efficient optimizer that automatically shares sec…

  12. arXiv cs.CL TIER_1 English(EN) · Ohad Fried ·

    Gefen:优化的随机优化器

    AdamW is a default optimizer for modern deep learning, but its first and second moment states add roughly two parameter-sized buffers to training memory. We propose Gefen, a memory-efficient optimizer that automatically shares second-moment estimates across parameter blocks and q…

  13. arXiv stat.ML TIER_1 English(EN) · Beichen Wan, Mo Liu ·

    Predict-then-Optimize 的无求解器训练方法

    arXiv:2606.19587v1 Announce Type: new Abstract: We propose a scalable method for training prediction (machine learning) models in the predict-then-optimize paradigm, where model outputs serve as coefficients for a subsequent linear optimization task. Directly minimizing the empir…

  14. arXiv stat.ML TIER_1 English(EN) · Dongmin Lee, William Lu, Anuran Makur ·

    关于基于插值的梯度下降的Oracle复杂度

    arXiv:2606.19878v1 Announce Type: cross Abstract: Recent work on first-order optimizers for empirical risk minimization (ERM) has suggested that smoothness of ERM loss functions in the training data, rather than in the optimization parameters, can be leveraged to improve the orac…

  15. arXiv stat.ML TIER_1 English(EN) · Anuran Makur ·

    关于基于插值的梯度下降的Oracle复杂度

    Recent work on first-order optimizers for empirical risk minimization (ERM) has suggested that smoothness of ERM loss functions in the training data, rather than in the optimization parameters, can be leveraged to improve the oracle complexity of gradient descent (GD) methods. In…

  16. arXiv stat.ML TIER_1 English(EN) · Mo Liu ·

    Predict-then-Optimize 的无求解器训练方法

    We propose a scalable method for training prediction (machine learning) models in the predict-then-optimize paradigm, where model outputs serve as coefficients for a subsequent linear optimization task. Directly minimizing the empirical decision regret is intractable for linear p…