paper-with-me

홈 › Papers

Optimizing Optimizers: Regret-optimal gradient descent algorithms

2020-12-31 · Philippe Casgrain, Anastasis Kratsios

The need for fast and robust optimization algorithms are of critical importance in all areas of machine learning. This paper treats the task of designing optimization algorithms as an optimal control problem. Using regret as a metric for an algorithm's performance, we study the existence, uniqueness and consistency of regret-optimal algorithms. By providing first-order optimality conditions for the control problem, we show that regret-optimal algorithms must satisfy a specific structure in their dynamics which we show is equivalent to performing dual-preconditioned gradient descent on the value function generated by its regret. Using these optimal dynamics, we provide bounds on their rates of convergence to solutions of convex optimization problems. Though closed-form optimal dynamics cannot be obtained in general, we present fast numerical methods for approximating them, generating optimization algorithms which directly optimize their long-term regret. Lastly, these are benchmarked against commonly used optimization algorithms to demonstrate their effectiveness.

📄 PDF Abstract BibTeX arXiv:2101.00041

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Meta-Learning for Black-box Optimization

2019-07-16 · Vishnu TV, Pankaj Malhotra, Jyoti Narwariya, Lovekesh Vig 외

Recently, neural networks trained as optimizers under the "learning to learn" or meta-learning framework have been shown to be effective for a broad range of optimization tasks including derivative-free black-box functio…

Meta-Learning

Optimizing Regret

2026-07-21 · Irene Aldridge arxiv

Building on the identity that expected regret equals the covariance between costs and decisions, this paper develops a derivative theory of the covariance regret functional. We derive the Gâteaux derivative, showing that…

An overview of gradient descent optimization algorithms

2016-09-15 · Sebastian Ruder

Gradient descent optimization algorithms, while increasingly popular, are often used as black-box optimizers, as practical explanations of their strengths and weaknesses are hard to come by. This article aims to provide …

Cost-Sensitive Approach to Batch Size Adaptation for Gradient Descent

2017-12-09 · Matteo Pirotta, Marcello Restelli

In this paper, we propose a novel approach to automatically determine the batch size in stochastic gradient descent methods. The choice of the batch size induces a trade-off between the accuracy of the gradient estimate …

General Classification

MADA: Meta-Adaptive Optimizers through hyper-gradient Descent

2024-01-17 · Kaan Ozkara, Can Karakus, Parameswaran Raman, Mingyi Hong 외

Following the introduction of Adam, several novel adaptive optimizers for deep learning have been proposed. These optimizers typically excel in some tasks but may not outperform Adam uniformly across all tasks. In this w…