paper-with-me

Papers

Revisiting Scalable Hessian Diagonal Approximations for Applications in Reinforcement Learning

2024-06-05 · Mohamed Elsayed, Homayoon Farrahi, Felix Dangel, A. Rupam Mahmood

Second-order information is valuable for many applications but challenging to compute. Several works focus on computing or approximating Hessian diagonals, but even this simplification introduces significant additional costs compared to computing a gradient. In the absence of efficient exact computation schemes for Hessian diagonals, we revisit an early approximation scheme proposed by Becker and LeCun (1989, BL89), which has a cost similar to gradients and appears to have been overlooked by the community. We introduce HesScale, an improvement over BL89, which adds negligible extra computation. On small networks, we find that this improvement is of higher quality than all alternatives, even those with theoretical guarantees, such as unbiasedness, while being much cheaper to compute. We use this insight in reinforcement learning problems where small networks are used and demonstrate HesScale in second-order optimization and scaling the step-size parameter. In our experiments, HesScale optimizes faster than existing methods and improves stability through step-size scaling. These findings are promising for scaling second-order methods in larger models in the future.

📄 PDF Abstract BibTeX arXiv:2406.03276

Code (1)

mohmdelsayed/hesscale 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement LearningSecond-order methods

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

HesScale: Scalable Computation of Hessian Diagonals

2022-10-20 · Mohamed Elsayed, A. Rupam Mahmood

Second-order optimization uses curvature information about the objective function, which can help in faster convergence. However, such methods typically require expensive computation of the Hessian matrix, preventing the…

Modular Block-diagonal Curvature Approximations for Feedforward Architectures

2019-02-05 · Felix Dangel, Stefan Harmeling, Philipp Hennig

We propose a modular extension of backpropagation for the computation of block-diagonal approximations to various curvature matrices of the training objective (in particular, the Hessian, generalized Gauss-Newton, and po…

BIG-bench Machine Learning

Sketching Low-Rank Plus Diagonal Matrices

2025-09-28 · Andres Fernandez, Felix Dangel, Philipp Hennig, Frank Schneider arxiv

Many relevant machine learning and scientific computing tasks involve high-dimensional linear operators accessible only via costly matrix-vector products. In this context, recent advances in sketched methods have enabled…

Online Structured Laplace Approximations For Overcoming Catastrophic Forgetting

2018-05-20 · NeurIPS 2018 12 · Hippolyt Ritter, Aleksandar Botev, David Barber

We introduce the Kronecker factored online Laplace approximation for overcoming catastrophic forgetting in neural networks. The method is grounded in a Bayesian online learning framework, where we recursively approximate…

Permuted-MNIST

Fast Unconstrained Optimization via Hessian Averaging and Adaptive Gradient Sampling Methods

2024-08-14 · Thomas O'Leary-Roseberry, Raghu Bollapragada

We consider minimizing finite-sum and expectation objective functions via Hessian-averaging based subsampled Newton methods. These methods allow for gradient inexactness and have fixed per-iteration Hessian approximation…