LGMLMar 20, 2018

MLtuner: System Support for Automatic Machine Learning Tuning

arXiv:1803.07445v112 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient hyperparameter tuning for machine learning practitioners, though it is incremental as it builds on existing auto-tuning methods.

The paper tackles the problem of manually tuning machine learning hyperparameters, which is error-prone and requires domain expertise, by introducing MLtuner, a system that automatically tunes settings like learning rate and batch size. Experiments show it is more robust for large problems and over an order of magnitude faster than state-of-the-art auto-tuning approaches.

MLtuner automatically tunes settings for training tunables (such as the learning rate, the momentum, the mini-batch size, and the data staleness bound) that have a significant impact on large-scale machine learning (ML) performance. Traditionally, these tunables are set manually, which is unsurprisingly error-prone and difficult to do without extensive domain knowledge. MLtuner uses efficient snapshotting, branching, and optimization-guided online trial-and-error to find good initial settings as well as to re-tune settings during execution. Experiments show that MLtuner can robustly find and re-tune tunable settings for a variety of ML applications, including image classification (for 3 models and 2 datasets), video classification, and matrix factorization. Compared to state-of-the-art ML auto-tuning approaches, MLtuner is more robust for large problems and over an order of magnitude faster.

Code Implementations1 repo
Foundations

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

Your Notes