MorphNet: Fast & Simple Resource-Constrained Structure Learning of Deep Networks
Abstract
We present MorphNet, an approach to automate the design of neural network structures. MorphNet iteratively shrinks and expands a network, shrinking via a resource-weighted sparsifying regularizer on activations and expanding via a uniform multiplicative factor on all layers. In contrast to previous approaches, our method is scalable to large networks, adaptable to specific resource constraints (e.g. the number of floating-point operations per inference), and capable of increasing the network's performance. When applied to standard network architectures on a wide variety of datasets, our approach discovers novel structures in each domain, obtaining higher performance while respecting the resource constraint.
Cite
@article{arxiv.1711.06798,
title = {MorphNet: Fast & Simple Resource-Constrained Structure Learning of Deep Networks},
author = {Ariel Gordon and Elad Eban and Ofir Nachum and Bo Chen and Hao Wu and Tien-Ju Yang and Edward Choi},
journal= {arXiv preprint arXiv:1711.06798},
year = {2018}
}
Comments
Added reproducibility and stability figures in the appendix, as well minor typos and clarifications to the main text