paper-with-me

Papers

SOFIM: Stochastic Optimization Using Regularized Fisher Information Matrix

2024-03-05 · Mrinmay Sen, A. K. Qin, Gayathri C, Raghu Kishore N, Yen-Wei Chen, Balasubramanian Raman

This paper introduces a new stochastic optimization method based on the regularized Fisher information matrix (FIM), named SOFIM, which can efficiently utilize the FIM to approximate the Hessian matrix for finding Newton's gradient update in large-scale stochastic optimization of machine learning models. It can be viewed as a variant of natural gradient descent, where the challenge of storing and calculating the full FIM is addressed through making use of the regularized FIM and directly finding the gradient update direction via Sherman-Morrison matrix inversion. Additionally, like the popular Adam method, SOFIM uses the first moment of the gradient to address the issue of non-stationary objectives across mini-batches due to heterogeneous data. The utilization of the regularized FIM and Sherman-Morrison matrix inversion leads to the improved convergence rate with the same space and time complexities as stochastic gradient descent (SGD) with momentum. The extensive experiments on training deep learning models using several benchmark image classification datasets demonstrate that the proposed SOFIM outperforms SGD with momentum and several state-of-the-art Newton optimization methods in term of the convergence speed for achieving the pre-specified objectives of training and test losses as well as test accuracy.

📄 PDF Abstract BibTeX arXiv:2403.02833

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationStochastic Optimization

Methods 이 논문이 사용한 방법론

Adam 설명 없음
AdaHessian ADAHESSIAN is a new stochastic optimization algorithm that directly incorporates approximate curvature information from the loss function, and it includes several novel…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
Natural Gradient Descent 설명 없음
SGD with Momentum 설명 없음

Similar Papers 제목 키워드 기반

DP-FedSOFIM: Differentially Private Federated Stochastic Optimization using Regularized Fisher Information Matrix

2026-01-14 · Sidhant Nair, Tanmay Sen, Mrinmay Sen, Sayantan Banerjee arxiv

Differentially private federated learning (DP-FL) often suffers from slow convergence under tight privacy budgets because the noise required for privacy preservation degrades gradient quality. Although second-order optim…

Stochastic OptimizationFederated Learning

Mean Field Optimization Problem Regularized by Fisher Information

2023-02-12 · Julien Claisse, Giovanni Conforti, Zhenjie Ren, SongBo Wang

Recently there is a rising interest in the research of mean field optimization, in particular because of its role in analyzing the training of neural networks. In this paper by adding the Fisher Information as the regula…

Unregularized Convergence of Single-Loop, Entropy-Regularized Natural Actor-Critic

2026-08-20 · Zhiqiang Tan arxiv

While entropy regularization is widely used to stabilize and accelerate Natural Policy Gradient methods, its ability to yield faster convergence rates for the unregularized objective remains underexplored. Existing analy…

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

New insights and perspectives on the natural gradient method

2014-12-03 · James Martens

Natural gradient descent is an optimization method traditionally motivated from the perspective of information geometry, and works well for many applications as an alternative to stochastic gradient descent. In this pape…