LGCVMLAug 31, 2019

HM-NAS: Efficient Neural Architecture Search via Hierarchical Masking

arXiv:1909.00122v222 citations
Originality Incremental advance
AI Analysis

This addresses the problem of inefficient and constrained architecture search in deep learning, offering an incremental improvement for researchers and practitioners in automated machine learning.

The paper tackles the sub-optimality in neural architecture search (NAS) caused by hand-designed heuristics in weight-sharing methods, proposing HM-NAS with hierarchical masking to enable more flexible architectures, achieving better search performance and competitive model accuracy compared to state-of-the-art approaches.

The use of automatic methods, often referred to as Neural Architecture Search (NAS), in designing neural network architectures has recently drawn considerable attention. In this work, we present an efficient NAS approach, named HM- NAS, that generalizes existing weight sharing based NAS approaches. Existing weight sharing based NAS approaches still adopt hand-designed heuristics to generate architecture candidates. As a consequence, the space of architecture candidates is constrained in a subset of all possible architectures, making the architecture search results sub-optimal. HM-NAS addresses this limitation via two innovations. First, HM-NAS incorporates a multi-level architecture encoding scheme to enable searching for more flexible network architectures. Second, it discards the hand-designed heuristics and incorporates a hierarchical masking scheme that automatically learns and determines the optimal architecture. Compared to state-of-the-art weight sharing based approaches, HM-NAS is able to achieve better architecture search performance and competitive model evaluation accuracy. Without the constraint imposed by the hand-designed heuristics, our searched networks contain more flexible and meaningful architectures that existing weight sharing based NAS approaches are not able to discover.

Foundations

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

Your Notes