NECVMar 18, 2018

Fast Neural Architecture Construction using EnvelopeNets

arXiv:1803.06744v316 citations
Originality Incremental advance
AI Analysis

This method accelerates architecture search for image classification, though it is incremental compared to existing automated search techniques.

The paper tackles the problem of slow neural architecture search by introducing Fast Neural Architecture Construction (NAC), which uses filter utility statistics to build networks, achieving close to state-of-the-art accuracy on CIFAR-10 and ImageNet in under 1 GPU day.

Fast Neural Architecture Construction (NAC) is a method to construct deep network architectures by pruning and expansion of a base network. In recent years, several automated search methods for neural network architectures have been proposed using methods such as evolutionary algorithms and reinforcement learning. These methods use a single scalar objective function (usually accuracy) that is evaluated after a full training and evaluation cycle. In contrast NAC directly compares the utility of different filters using statistics derived from filter featuremaps reach a state where the utility of different filters within a network can be compared and hence can be used to construct networks. The training epochs needed for filters within a network to reach this state is much less than the training epochs needed for the accuracy of a network to stabilize. NAC exploits this finding to construct convolutional neural nets (CNNs) with close to state of the art accuracy, in < 1 GPU day, faster than most of the current neural architecture search methods. The constructed networks show close to state of the art performance on the image classification problem on well known datasets (CIFAR-10, ImageNet) and consistently show better performance than hand constructed and randomly generated networks of the same depth, operators and approximately the same number of parameters.

Foundations

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

Your Notes