CVLGMar 30, 2021

Differentiable Network Adaption with Elastic Search Space

arXiv:2103.16350v11 citations
Originality Incremental advance
AI Analysis

This addresses the need for efficient network adaptation to meet computation constraints, offering an automated alternative to heuristic methods, though it is incremental as it builds on existing neural architecture search techniques.

The paper tackles the problem of adapting neural networks to specific computation budgets by adjusting width and depth, proposing Differentiable Network Adaption (DNA) with an elastic search space, and demonstrates on ImageNet that it outperforms previous methods and enhances high-accuracy networks like EfficientNet and MobileNet-v3.

In this paper we propose a novel network adaption method called Differentiable Network Adaption (DNA), which can adapt an existing network to a specific computation budget by adjusting the width and depth in a differentiable manner. The gradient-based optimization allows DNA to achieve an automatic optimization of width and depth rather than previous heuristic methods that heavily rely on human priors. Moreover, we propose a new elastic search space that can flexibly condense or expand during the optimization process, allowing the network optimization of width and depth in a bi-direction manner. By DNA, we successfully achieve network architecture optimization by condensing and expanding in both width and depth dimensions. Extensive experiments on ImageNet demonstrate that DNA can adapt the existing network to meet different targeted computation requirements with better performance than previous methods. What's more, DNA can further improve the performance of high-accuracy networks obtained by state-of-the-art neural architecture search methods such as EfficientNet and MobileNet-v3.

Foundations

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

Your Notes