LGCVMLNov 26, 2018

InstaNAS: Instance-aware Neural Architecture Search

arXiv:1811.10201v353 citations
Originality Highly original
AI Analysis

This addresses the need for efficient and adaptive neural networks in resource-constrained applications, representing a novel approach rather than an incremental improvement.

The paper tackles the problem of a single neural architecture being insufficient for diverse datasets by proposing InstaNAS, an instance-aware NAS framework that searches for a distribution of architectures, achieving up to 48.8% latency reduction without accuracy loss on various datasets compared to MobileNetV2.

Conventional Neural Architecture Search (NAS) aims at finding a single architecture that achieves the best performance, which usually optimizes task related learning objectives such as accuracy. However, a single architecture may not be representative enough for the whole dataset with high diversity and variety. Intuitively, electing domain-expert architectures that are proficient in domain-specific features can further benefit architecture related objectives such as latency. In this paper, we propose InstaNAS---an instance-aware NAS framework---that employs a controller trained to search for a "distribution of architectures" instead of a single architecture; This allows the model to use sophisticated architectures for the difficult samples, which usually comes with large architecture related cost, and shallow architectures for those easy samples. During the inference phase, the controller assigns each of the unseen input samples with a domain expert architecture that can achieve high accuracy with customized inference costs. Experiments within a search space inspired by MobileNetV2 show InstaNAS can achieve up to 48.8% latency reduction without compromising accuracy on a series of datasets against MobileNetV2.

Code Implementations2 repos
Foundations

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

Your Notes