OCLGNAAug 26, 2020

Optimization for Supervised Machine Learning: Randomized Algorithms for Data and Parameters

arXiv:2008.11824v1
Originality Incremental advance
AI Analysis

This work addresses the need for scalable optimization algorithms in machine learning and data science, though it appears incremental as it builds on existing paradigms like randomized sampling and acceleration techniques.

The thesis tackles the challenges of large-scale, ill-conditioned optimization in supervised machine learning by developing randomized algorithms that sample small subsets of data or parameters per iteration, incorporating techniques like higher-order information or momentum, resulting in efficient methods with theoretical and experimental tuning for optimal performance.

Many key problems in machine learning and data science are routinely modeled as optimization problems and solved via optimization algorithms. With the increase of the volume of data and the size and complexity of the statistical models used to formulate these often ill-conditioned optimization tasks, there is a need for new efficient algorithms able to cope with these challenges. In this thesis, we deal with each of these sources of difficulty in a different way. To efficiently address the big data issue, we develop new methods which in each iteration examine a small random subset of the training data only. To handle the big model issue, we develop methods which in each iteration update a random subset of the model parameters only. Finally, to deal with ill-conditioned problems, we devise methods that incorporate either higher-order information or Nesterov's acceleration/momentum. In all cases, randomness is viewed as a powerful algorithmic tool that we tune, both in theory and in experiments, to achieve the best results. Our algorithms have their primary application in training supervised machine learning models via regularized empirical risk minimization, which is the dominant paradigm for training such models. However, due to their generality, our methods can be applied in many other fields, including but not limited to data science, engineering, scientific computing, and statistics.

Foundations

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

Your Notes