LGJan 11, 2021

PEng4NN: An Accurate Performance Estimation Engine for Efficient Automated Neural Network Architecture Search

arXiv:2101.04185v21 citations
Originality Highly original
AI Analysis

This work addresses the resource intensiveness of Neural Architecture Search for researchers and practitioners, offering a method to accelerate the search for accurate neural network models.

The paper introduces PEng4NN, a performance estimation engine designed to accelerate Neural Architecture Search (NAS) by predicting the final accuracy of neural networks early in their training. This approach significantly reduces training epochs, achieving average savings of 61% to 82% and increasing NAS throughput by 2.5 to 5 times on datasets like CIFAR-100, Fashion MNIST, and SVHN, without compromising accuracy.

Neural network (NN) models are increasingly used in scientific simulations, AI, and other high performance computing (HPC) fields to extract knowledge from datasets. Each dataset requires tailored NN model architecture, but designing structures by hand is a time-consuming and error-prone process. Neural architecture search (NAS) automates the design of NN architectures. NAS attempts to find well-performing NN models for specialized datsets, where performance is measured by key metrics that capture the NN capabilities (e.g., accuracy of classification of samples in a dataset). Existing NAS methods are resource intensive, especially when searching for highly accurate models for larger and larger datasets. To address this problem, we propose a performance estimation strategy that reduces the resources for training NNs and increases NAS throughput without jeopardizing accuracy. We implement our strategy via an engine called PEng4NN that plugs into existing NAS methods; in doing so, PEng4NN predicts the final accuracy of NNs early in the training process, informs the NAS of NN performance, and thus enables the NAS to terminate training NNs early. We assess our engine on three diverse datasets (i.e., CIFAR-100, Fashion MNIST, and SVHN). By reducing the training epochs needed, our engine achieves substantial throughput gain; on average, our engine saves 61% to 82% of training epochs, increasing throughput by a factor of 2.5 to 5 compared to a state-of-the-art NAS method. We achieve this gain without compromising accuracy, as we demonstrate with two key outcomes. First, across all our tests, between 74% and 97% of the ground truth best models lie in our set of predicted best models. Second, the accuracy distributions of the ground truth best models and our predicted best models are comparable, with the mean accuracy values differing by at most .7 percentage points across all tests.

Foundations

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

Your Notes