LGCVFeb 16, 2021

EPE-NAS: Efficient Performance Estimation Without Training for Neural Architecture Search

arXiv:2102.08099v10.0051 citations
AI Analysis55

This addresses the slow speed of NAS methods for computer vision researchers, offering an incremental improvement by integrating into existing search methods.

The paper tackles the computational bottleneck in Neural Architecture Search (NAS) by proposing EPE-NAS, an efficient performance estimation strategy that scores untrained networks based on intra- and inter-class correlations, enabling competitive network searches in seconds on a single GPU without training.

Neural Architecture Search (NAS) has shown excellent results in designing architectures for computer vision problems. NAS alleviates the need for human-defined settings by automating architecture design and engineering. However, NAS methods tend to be slow, as they require large amounts of GPU computation. This bottleneck is mainly due to the performance estimation strategy, which requires the evaluation of the generated architectures, mainly by training them, to update the sampler method. In this paper, we propose EPE-NAS, an efficient performance estimation strategy, that mitigates the problem of evaluating networks, by scoring untrained networks and creating a correlation with their trained performance. We perform this process by looking at intra and inter-class correlations of an untrained network. We show that EPE-NAS can produce a robust correlation and that by incorporating it into a simple random sampling strategy, we are able to search for competitive networks, without requiring any training, in a matter of seconds using a single GPU. Moreover, EPE-NAS is agnostic to the search method, since it focuses on the evaluation of untrained networks, making it easy to integrate into almost any NAS method.

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