LGAIMLJun 27, 2018

MONAS: Multi-Objective Neural Architecture Search using Reinforcement Learning

arXiv:1806.10332v288 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient neural network deployment in resource-constrained environments, representing an incremental improvement over existing NAS methods.

The paper tackles the problem of neural architecture search (NAS) by proposing MONAS, a multi-objective framework that optimizes for both prediction accuracy and other objectives like power consumption. Experimental results show that models found by MONAS achieve comparable or better classification accuracy on computer vision tasks while meeting additional constraints such as peak power.

Recent studies on neural architecture search have shown that automatically designed neural networks perform as good as expert-crafted architectures. While most existing works aim at finding architectures that optimize the prediction accuracy, these architectures may have complexity and is therefore not suitable being deployed on certain computing environment (e.g., with limited power budgets). We propose MONAS, a framework for Multi-Objective Neural Architectural Search that employs reward functions considering both prediction accuracy and other important objectives (e.g., power consumption) when searching for neural network architectures. Experimental results showed that, compared to the state-ofthe-arts, models found by MONAS achieve comparable or better classification accuracy on computer vision applications, while satisfying the additional objectives such as peak power.

Foundations

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

Your Notes