paper-with-me

Papers

Optimization Guarantees for Square-Root Natural-Gradient Variational Inference

2025-07-10 · Navish Kumar, Thomas Möllenhoff, Mohammad Emtiyaz Khan, Aurelien Lucchi arxiv

Variational inference with natural-gradient descent often shows fast convergence in practice, but its theoretical convergence guarantees have been challenging to establish. This is true even for the simplest cases that involve concave log-likelihoods and use a Gaussian approximation. We show that the challenge can be circumvented for such cases using a square-root parameterization for the Gaussian covariance. This approach establishes novel convergence guarantees for natural-gradient variational-Gaussian inference and its continuous-time gradient flow. Our experiments demonstrate the effectiveness of natural gradient methods and highlight their advantages over algorithms that use Euclidean or Wasserstein geometries.

📄 PDF Abstract BibTeX arXiv:2507.07853

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bayesian filtering unifies adaptive and non-adaptive neural network optimization methods

2018-07-19 · NeurIPS 2020 12 · Laurence Aitchison

We formulate the problem of neural network optimization as Bayesian filtering, where the observations are the backpropagated gradients. While neural network optimization has previously been studied using natural gradient…

Bayesian Inference

Escaping the Variance Trap: Jacobian-Free Dynamics for Root-Finding Bilevel Optimization

2026-06-21 · Zhiyu Li, Xi Xuan, Davide Carbone arxiv

Many central machine learning tasks, from entropy tuning in reinforcement learning to equilibrating generative adversarial networks, are fundamentally stochastic root-finding problems rather than loss minimization. Yet, …

Reinforcement LearningBilevel Optimization

Second-order Information in First-order Optimization Methods

2019-12-20 · Yuzheng Hu, Licong Lin, Shange Tang

In this paper, we try to uncover the second-order essence of several first-order optimization methods. For Nesterov Accelerated Gradient, we rigorously prove that the algorithm makes use of the difference between past an…

2D Human Pose Estimation

Adaptive Methods for Nonconvex Optimization

2018-12-01 · NeurIPS 2018 12 · Manzil Zaheer, Sashank Reddi, Devendra Sachan, Satyen Kale 외

Adaptive gradient methods that rely on scaling gradients down by the square root of exponential moving averages of past squared gradients, such RMSProp, Adam, Adadelta have found wide application in optimizing the noncon…

Stochastic Optimization

On the SDEs and Scaling Rules for Adaptive Gradient Algorithms

2022-05-20 · Sadhika Malladi, Kaifeng Lyu, Abhishek Panigrahi, Sanjeev Arora

Approximating Stochastic Gradient Descent (SGD) as a Stochastic Differential Equation (SDE) has allowed researchers to enjoy the benefits of studying a continuous optimization trajectory while carefully preserving the st…