CVNov 18, 2019

Fine-Grained Neural Architecture Search

arXiv:1911.07478v113 citations
Originality Highly original
AI Analysis

This addresses the need for more efficient and flexible neural network design in resource-demanding computer vision tasks, representing a novel method for a known bottleneck.

The paper tackles the problem of designing efficient neural networks by introducing a fine-grained neural architecture search (FGNAS) framework that allows multiple heterogeneous operations within layers and optimizes under resource constraints like parameters and FLOPs, achieving state-of-the-art performance in image classification and super-resolution.

We present an elegant framework of fine-grained neural architecture search (FGNAS), which allows to employ multiple heterogeneous operations within a single layer and can even generate compositional feature maps using several different base operations. FGNAS runs efficiently in spite of significantly large search space compared to other methods because it trains networks end-to-end by a stochastic gradient descent method. Moreover, the proposed framework allows to optimize the network under predefined resource constraints in terms of number of parameters, FLOPs and latency. FGNAS has been applied to two crucial applications in resource demanding computer vision tasks---large-scale image classification and image super-resolution---and demonstrates the state-of-the-art performance through flexible operation search and channel pruning.

Foundations

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

Your Notes