LGAINEMLMar 8, 2019

Inductive Transfer for Neural Architecture Optimization

arXiv:1903.03536v17 citations
Originality Incremental advance
AI Analysis

This work addresses the high computational cost of neural architecture search for researchers and practitioners, offering incremental improvements to existing methods.

The paper tackles the computational expense of neural architecture search by proposing two methods for inductive transfer: one for selecting architectures based on knowledge from previous tasks, and another for early termination using learning curve extrapolation. On five image classification benchmarks, both methods independently accelerate the search without significant accuracy loss.

The recent advent of automated neural network architecture search led to several methods that outperform state-of-the-art human-designed architectures. However, these approaches are computationally expensive, in extreme cases consuming GPU years. We propose two novel methods which aim to expedite this optimization problem by transferring knowledge acquired from previous tasks to new ones. First, we propose a novel neural architecture selection method which employs this knowledge to identify strong and weak characteristics of neural architectures across datasets. Thus, these characteristics do not need to be rediscovered in every search, a strong weakness of current state-of-the-art searches. Second, we propose a method for learning curve extrapolation to determine if a training process can be terminated early. In contrast to existing work, we propose to learn from learning curves of architectures trained on other datasets to improve the prediction accuracy for novel datasets. On five different image classification benchmarks, we empirically demonstrate that both of our orthogonal contributions independently lead to an acceleration, without any significant loss in accuracy.

Foundations

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

Your Notes