paper-with-me

Papers

OCP-GN: A Scalable Second-order Optimizer for Stochastic Optimization

2025-12-31 · Jindi Zhong, Congyaohui Yin, Zhaorong Zhang, Huanshui Zhang arxiv

This paper proposes a novel second-order optimization algorithm based on the Optimal Control Principle (OCP), applicable to large-scale optimization problems in neural network training. The algorithm has a computational complexity of O(d) and strong robustness. Extensive experiments on multiple benchmarks demonstrate the significant superiority of the proposed method.

📄 PDF Abstract BibTeX arXiv:2512.24552

Code (0)

등록된 구현이 없습니다.

Tasks

Stochastic Optimization

Similar Papers 제목 키워드 기반

Sophia: A Scalable Stochastic Second-order Optimizer for Language Model Pre-training

2023-05-23 · Hong Liu, Zhiyuan Li, David Hall, Percy Liang 외

Given the massive cost of language model pre-training, a non-trivial improvement of the optimization algorithm would lead to a material reduction on the time and cost of training. Adam and its variants have been state-of…

Language ModelingLanguage ModellingStochastic Optimization

SGD with Partial Hessian for Deep Neural Networks Optimization

2024-03-05 · Ying Sun, Hongwei Yong, Lei Zhang

Due to the effectiveness of second-order algorithms in solving classical optimization problems, designing second-order optimizers to train deep neural networks (DNNs) has attracted much research interest in recent years.…

image-classificationImage ClassificationSecond-order methods

Implementation of Stochastic Quasi-Newton's Method in PyTorch

2018-05-07 · Yingkai Li, Huidong Liu

In this paper, we implement the Stochastic Damped LBFGS (SdLBFGS) for stochastic non-convex optimization. We make two important modifications to the original SdLBFGS algorithm. First, by initializing the Hessian at each …

AdaFisher: Adaptive Second Order Optimization via Fisher Information

2024-05-26 · Damien Martins Gomes, Yanlei Zhang, Eugene Belilovsky, Guy Wolf 외

First-order optimization methods are currently the mainstream in training deep neural networks (DNNs). Optimizers like Adam incorporate limited curvature information by employing the diagonal matrix preconditioning of th…

Computational Efficiencyimage-classificationImage ClassificationLanguage Modeling+1

Towards Practical Second-Order Optimizers in Deep Learning: Insights from Fisher Information Analysis

2025-04-26 · Damien Martins Gomes

First-order optimization methods remain the standard for training deep neural networks (DNNs). Optimizers like Adam incorporate limited curvature information by preconditioning the stochastic gradient with a diagonal mat…

Computational Efficiencyimage-classificationImage ClassificationLanguage Modeling+2