Highlight

MnasNet: Platform-Aware Neural Architecture Search for Mobile

Introduces MNAS, an automated mobile neural architecture search that folds real measured on-device latency into the search objective.

Based on

MnasNet: Platform-Aware Neural Architecture Search for Mobile

By Mingxing Tan, Bo Chen, Ruoming Pang et al.Computer Vision and Pattern Recognition
Read original article →

MnasNet addresses the difficulty of manually designing mobile CNNs that are simultaneously small, fast, and accurate given the huge space of architectural possibilities. The authors propose an automated mobile neural architecture search (MNAS) that explicitly incorporates model latency into the main objective, so the search identifies models with a good accuracy-latency trade-off. Unlike prior work that used inaccurate proxies such as FLOPS, MnasNet directly measures real-world inference latency by executing candidate models on mobile phones, and it introduces a novel factorized hierarchical search space that encourages layer diversity throughout the network.

Experiments show the approach consistently outperforms state-of-the-art mobile CNN models across multiple vision tasks. On ImageNet classification, MnasNet achieves 75.2% top-1 accuracy with 78ms latency on a Pixel phone, making it 1.8x faster than MobileNetV2 with 0.5% higher accuracy and 2.3x faster than NASNet with 1.2% higher accuracy. It also achieves better mAP for COCO object detection than MobileNets, demonstrating that platform-aware, latency-driven search produces broadly stronger mobile models.

Abstract

Designing accurate yet small and fast mobile CNNs is hard given many architectural trade-offs. MnasNet proposes an automated mobile neural architecture search that incorporates model latency directly into the objective, measuring real inference latency by running models on phones rather than using FLOPS proxies. A factorized hierarchical search space encourages layer diversity. On ImageNet, MnasNet reaches 75.2% top-1 accuracy at 78ms on a Pixel phone, 1.8x faster than MobileNetV2 with higher accuracy, and also improves COCO detection mAP over MobileNets.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

neural architecture searchmobile CNNlatency-awareImageNetefficient models
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.

MnasNet: Platform-Aware Neural Architecture Search for Mobile | Aramai