LGMLFeb 7, 2020

Understanding and Optimizing Packed Neural Network Training for Hyper-Parameter Tuning

arXiv:2002.02885v415 citations
Originality Incremental advance
AI Analysis

This addresses resource utilization challenges in hyperparameter tuning for machine learning practitioners, though it is incremental as it builds on existing methods like Hyperband.

The paper tackles the problem of efficiently sharing limited GPU resources for training multiple neural network models by introducing a 'pack' primitive for joint training, resulting in up to 40% performance improvement per training step and a pack-aware Hyperband that is up to 2.7x faster than the original.

As neural networks are increasingly employed in machine learning practice, how to efficiently share limited training resources among a diverse set of model training tasks becomes a crucial issue. To achieve better utilization of the shared resources, we explore the idea of jointly training multiple neural network models on a single GPU in this paper. We realize this idea by proposing a primitive, called pack. We further present a comprehensive empirical study of pack and end-to-end experiments that suggest significant improvements for hyperparameter tuning. The results suggest: (1) packing two models can bring up to 40% performance improvement over unpacked setups for a single training step and the improvement increases when packing more models; (2) the benefit of the pack primitive largely depends on a number of factors including memory capacity, chip architecture, neural network structure, and batch size; (3) there exists a trade-off between packing and unpacking when training multiple neural network models on limited resources; (4) a pack-aware Hyperband is up to 2.7x faster than the original Hyperband, with this improvement growing as memory size increases and subsequently the density of models packed.

Foundations

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

Your Notes