MLLGOCJun 15, 2016

Optimization Methods for Large-Scale Machine Learning

arXiv:1606.04838v33835 citations
Originality Synthesis-oriented
AI Analysis

It addresses optimization challenges in large-scale machine learning, but is incremental as it reviews existing methods and suggests improvements.

This paper reviews optimization methods for large-scale machine learning, highlighting that stochastic gradient methods are central while conventional techniques often fail, and discusses future directions including noise reduction and second-order approximations.

This paper provides a review and commentary on the past, present, and future of numerical optimization algorithms in the context of machine learning applications. Through case studies on text classification and the training of deep neural networks, we discuss how optimization problems arise in machine learning and what makes them challenging. A major theme of our study is that large-scale machine learning represents a distinctive setting in which the stochastic gradient (SG) method has traditionally played a central role while conventional gradient-based nonlinear optimization techniques typically falter. Based on this viewpoint, we present a comprehensive theory of a straightforward, yet versatile SG algorithm, discuss its practical behavior, and highlight opportunities for designing algorithms with improved performance. This leads to a discussion about the next generation of optimization methods for large-scale machine learning, including an investigation of two main streams of research on techniques that diminish noise in the stochastic directions and methods that make use of second-order derivative approximations.

Code Implementations4 repos
Foundations

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

Your Notes