paper-with-me

홈 › Papers

Information-Theoretic Trust Regions for Stochastic Gradient-Based Optimization

2023-10-31 · Philipp Dahlinger, Philipp Becker, Maximilian Hüttenrauch, Gerhard Neumann

Stochastic gradient-based optimization is crucial to optimize neural networks. While popular approaches heuristically adapt the step size and direction by rescaling gradients, a more principled approach to improve optimizers requires second-order information. Such methods precondition the gradient using the objective's Hessian. Yet, computing the Hessian is usually expensive and effectively using second-order information in the stochastic gradient setting is non-trivial. We propose using Information-Theoretic Trust Region Optimization (arTuRO) for improved updates with uncertain second-order information. By modeling the network parameters as a Gaussian distribution and using a Kullback-Leibler divergence-based trust region, our approach takes bounded steps accounting for the objective's curvature and uncertainty in the parameters. Before each update, it solves the trust region problem for an optimal step size, resulting in a more stable and faster optimization process. We approximate the diagonal elements of the Hessian from stochastic gradients using a simple recursive least squares approach, constructing a model of the expected Hessian over time using only first-order information. We show that arTuRO combines the fast convergence of adaptive moment-based optimization with the generalization capabilities of SGD.

📄 PDF Abstract BibTeX arXiv:2310.20574

Code (1)

alrhub/arturo 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

TRSVR: An Adaptive Stochastic Trust-Region Method with Variance Reduction

2026-01-21 · Yuchen Fang, Xinshou Zheng, Javad Lavaei arxiv

We propose a stochastic trust-region method for unconstrained nonconvex optimization that incorporates stochastic variance-reduced gradients (SVRG) to accelerate convergence. Unlike classical trust-region methods, the pr…

Trust Region Constrained Measure Transport in Path Space for Stochastic Optimal Control and Inference

2025-08-17 · Denis Blessing, Julius Berner, Lorenz Richter, Carles Domingo-Enrich 외 arxiv

Solving stochastic optimal control problems with quadratic control costs can be viewed as approximating a target path space measure, e.g. via gradient-based optimization. In practice, however, this optimization is challe…

A Stochastic Trust Region Method for Non-convex Minimization

2019-03-04 · ICLR 2020 1 · Zebang Shen, Pan Zhou, Cong Fang, Alejandro Ribeiro

We target the problem of finding a local minimum in non-convex finite-sum minimization. Towards this goal, we first prove that the trust region method with inexact gradient and Hessian estimation can achieve a convergenc…

Fast Black-box Variational Inference through Stochastic Trust-Region Optimization

2017-06-07 · NeurIPS 2017 12 · Jeffrey Regier, Michael. I. Jordan, Jon Mcauliffe

We introduce TrustVI, a fast second-order algorithm for black-box variational inference based on trust-region optimization and the reparameterization trick. At each iteration, TrustVI proposes and assesses a step based o…

Variational Inference

Policy Optimization via Stochastic Recursive Gradient Algorithm

2019-05-01 · ICLR 2019 5 · Huizhuo Yuan, Chris Junchi Li, Yuhao Tang, Yuren Zhou

In this paper, we propose the StochAstic Recursive grAdient Policy Optimization (SARAPO) algorithm which is a novel variance reduction method on Trust Region Policy Optimization (TRPO). The algorithm incorporates the Sto…