paper-with-me

Papers

Automatic Differentiation of Optimization Algorithms with Time-Varying Updates

2024-10-21 · Sheheryar Mehmood, Peter Ochs

Numerous Optimization Algorithms have a time-varying update rule thanks to, for instance, a changing step size, momentum parameter or, Hessian approximation. In this paper, we apply unrolled or automatic differentiation to a time-varying iterative process and provide convergence (rate) guarantees for the resulting derivative iterates. We adapt these convergence results and apply them to proximal gradient descent with variable step size and FISTA when solving partly smooth problems. We confirm our findings numerically by solving $\ell_1$ and $\ell_2$-regularized linear and logisitc regression respectively. Our theoretical and numerical results show that the convergence rate of the algorithm is reflected in its derivative iterates.

📄 PDF Abstract BibTeX arXiv:2410.15923

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

One-step differentiation of iterative algorithms

2023-05-23 · NeurIPS 2023 11

In appropriate frameworks, automatic differentiation is transparent to the user at the cost of being a significant computational burden when the number of operations is large. For iterative algorithms, implicit different…

Bilevel Optimization

Automatic differentiation and the optimization of differential equation models in biology

2022-07-10 · Steven A. Frank

A computational revolution unleashed the power of artificial neural networks. At the heart of that revolution is automatic differentiation, which calculates the derivative of a performance measure relative to a large num…

Automatic Differentiation via Effects and Handlers: An Implementation in Frank

2021-01-20 · Jesse Sigal

Automatic differentiation (AD) is an important family of algorithms which enables derivative based optimization. We show that AD can be simply implemented with effects and handlers by doing so in the Frank language. By c…

Fixed-Point Automatic Differentiation of Forward--Backward Splitting Algorithms for Partly Smooth Functions

2022-08-05 · Sheheryar Mehmood, Peter Ochs

A large class of non-smooth practical optimization problems can be written as minimization of a sum of smooth and partly smooth functions. We examine such structured problems which also depend on a parameter vector and s…

DenoisingImage Denoising

Randomized Forward Mode of Automatic Differentiation For Optimization Algorithms

2023-10-22 · Khemraj Shukla, Yeonjong Shin

We present a randomized forward mode gradient (RFG) as an alternative to backpropagation. RFG is a random estimator for the gradient that is constructed based on the directional derivative along a random vector. The forw…