CVDec 9, 2018

FBNet: Hardware-Aware Efficient ConvNet Design via Differentiable Neural Architecture Search

arXiv:1812.03443v31439 citations
Originality Highly original
AI Analysis

This addresses the challenge of creating accurate and efficient neural networks for mobile applications, offering a more cost-effective and hardware-aware design method.

The paper tackles the problem of designing efficient ConvNets for mobile devices by proposing a differentiable neural architecture search (DNAS) framework, resulting in FBNet models that achieve higher accuracy and lower latency than state-of-the-art models, such as FBNet-B with 74.1% top-1 accuracy on ImageNet and 23.1 ms latency on a Samsung S8, while reducing search costs by 420x compared to MnasNet.

Designing accurate and efficient ConvNets for mobile devices is challenging because the design space is combinatorially large. Due to this, previous neural architecture search (NAS) methods are computationally expensive. ConvNet architecture optimality depends on factors such as input resolution and target devices. However, existing approaches are too expensive for case-by-case redesigns. Also, previous work focuses primarily on reducing FLOPs, but FLOP count does not always reflect actual latency. To address these, we propose a differentiable neural architecture search (DNAS) framework that uses gradient-based methods to optimize ConvNet architectures, avoiding enumerating and training individual architectures separately as in previous methods. FBNets, a family of models discovered by DNAS surpass state-of-the-art models both designed manually and generated automatically. FBNet-B achieves 74.1% top-1 accuracy on ImageNet with 295M FLOPs and 23.1 ms latency on a Samsung S8 phone, 2.4x smaller and 1.5x faster than MobileNetV2-1.3 with similar accuracy. Despite higher accuracy and lower latency than MnasNet, we estimate FBNet-B's search cost is 420x smaller than MnasNet's, at only 216 GPU-hours. Searched for different resolutions and channel sizes, FBNets achieve 1.5% to 6.4% higher accuracy than MobileNetV2. The smallest FBNet achieves 50.2% accuracy and 2.9 ms latency (345 frames per second) on a Samsung S8. Over a Samsung-optimized FBNet, the iPhone-X-optimized model achieves a 1.4x speedup on an iPhone X.

Code Implementations5 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