LGMLJun 6, 2020

Frank-Wolfe optimization for deep networks

arXiv:2006.03960v1
Originality Synthesis-oriented
AI Analysis

This work addresses optimization challenges in deep learning for researchers, but it is incremental as it shows limited practical improvement over existing methods.

The authors applied Frank-Wolfe optimization to train a small deep neural network and compared it to gradient descent, finding that it converges slowly and is unstable in stochastic settings without line search.

Deep neural networks is today one of the most popular choices in classification, regression and function approximation. However, the training of such deep networks is far from trivial as there are often millions of parameters to tune. Typically, one use some optimization method that hopefully converges towards some minimum. The most popular and successful methods are based on gradient descent. In this paper, another optimization method, Frank-Wolfe optimization, is applied to a small deep network and compared to gradient descent. Although the optimization does converge, it does so slowly and not close to the speed of gradient descent. Further, in a stochastic setting, the optimization becomes very unstable and does not seem to converge unless one uses a line search approach.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes