Damien Scieur

Menu Home Publications Projects Random stuff Contact

Book on Acceleration in Optimization

This monograph covers some recent advances in a range of acceleration techniques frequently used in convex optimization. We first use quadratic optimization problems to introduce two key families of methods, namely momentum and nested optimization schemes. They coincide in the quadratic case to form the Chebyshev method.

We discuss momentum methods in detail, starting with the seminal work of Nesterov and structure convergence proofs using a few master templates, such as that for optimized gradient methods, which provide the key benefit of showing how momentum methods optimize convergence guarantees. We further cover proximal acceleration, at the heart of the Catalyst and Accelerated Hybrid Proximal Extragradient frameworks, using similar algorithmic patterns.

Common acceleration techniques rely directly on the knowledge of some of the regularity parameters in the problem at hand. We conclude by discussing restart schemes, a set of simple techniques for reaching nearly optimal convergence rates while adapting to unobserved regularity parameters.

Non-exhaustive list of methods we talk about:

[Website]

FAST Toolbox for Matlab

FAST (Finally An SDDP Toolbox) is an easy-to-use Stochastic Dynamic Dual Programming (SDDP) toolbox for Matlab. It helps you to model and solve your problem easily and quickly! The goal of SDDP is to solve large-scale stochastic problems with an algorithm based on the Cutting plane method.
Three typical applications of FAST,

[Website] [Git repository]

JSR Toolbox for Matlab

I partially contributed to the JSR toolbox by implementing a few algorithms. The Joint Spectral Radius of a set of matrices characterizes the maximal asymptotic rate of growth of a product of matrices taken in this set when the length of the product increases. It is known to be very hard to compute. In recent years, many different methods have been proposed to approximate it.
These methods have different advantages, depending on the application, the type of matrices, the desired accuracy or running time, etc. This toolbox aims to provide the practitioner with the best available methods and propose an easy tool for the researcher to compare the different algorithms.

[Website]