PulseAugur
EN
LIVE 14:11:56

New optimization techniques emerge for faster, more efficient AI model training · 8 sources tracked

Several recent arXiv papers explore advancements in optimization techniques for machine learning. Researchers have proposed new methods like Weight Adaptation ASNG (WA-ASNG) to improve parallel performance in evolutionary algorithms, and Scalable Batch Bayesian Optimization Via Subspace Acquisition Functions to enhance efficiency with larger batch sizes. Other work introduces MGUP, a momentum-gradient alignment update policy for stochastic optimization, and OptEMA, an adaptive exponential moving average for zero-noise optimality. Additionally, new optimizers such as Gefen aim to reduce memory footprints while maintaining performance, and theoretical analyses are providing deeper insights into the implicit bias of stochastic gradient descent and its preference for flatter, more generalizable solutions. AI

IMPACT These advancements in optimization techniques could lead to faster training times, reduced memory requirements, and improved generalization for large-scale AI models.

RANK_REASON Multiple arXiv papers detailing new research in optimization algorithms for machine learning.

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 16 sources. How we write summaries →

New optimization techniques emerge for faster, more efficient AI model training · 8 sources tracked

COVERAGE [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: Distributed Low-Rank Optimization with Infrequent Communication

    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 ·

    Interpreting Neural Combinatorial Optimization via Evolving Programmatic Bottlenecks

    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 ·

    Weight Adaptation for Improving Parallel Performance of Adaptive Stochastic Natural Gradient

    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 ·

    Scalable Batch Bayesian Optimization Via Subspace Acquisition Functions

    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: A Momentum-Gradient Alignment Update Policy for Stochastic Optimization

    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 ·

    Noise-Driven Exploration and Transient Freezing Select Flat Minima in Stochastic Gradient Descent

    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 ·

    The Implicit Bias of Steepest Descent with Mini-batch Stochastic Gradient

    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 ·

    Fantastic Pretraining Optimizers and Where to Find Them II: Hyperball Optimization

    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: Adaptive Exponential Moving Average for Stochastic Optimization with Zero-Noise Optimality

    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 ·

    Fantastic Pretraining Optimizers and Where to Find Them II: Hyperball Optimization

    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: Optimized Stochastic Optimizer

    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: Optimized Stochastic Optimizer

    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 ·

    A Solver-Free Training Method for 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 ·

    On the Oracle Complexity of Interpolation-Based Gradient Descent

    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 ·

    On the Oracle Complexity of Interpolation-Based Gradient Descent

    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 ·

    A Solver-Free Training Method for 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…