LGDec 15, 2020

Single-level Optimization For Differential Architecture Search

arXiv:2012.11337v13 citations
AI Analysis

This work provides an incremental improvement to the architecture search community by addressing specific biases in DARTS, leading to more stable and effective searches.

This paper addresses the bias in differential architecture search (DARTS) where non-learnable operations dominate during the search phase due to biased gradients and alternating dataset updates. By proposing a single-level optimization and using sigmoid activation, the authors achieve stable high-performance architecture searches, reaching 77.0% top1 accuracy on ImageNet-1K in DARTS space.

In this paper, we point out that differential architecture search (DARTS) makes gradient of architecture parameters biased for network weights and architecture parameters are updated in different datasets alternatively in the bi-level optimization framework. The bias causes the architecture parameters of non-learnable operations to surpass that of learnable operations. Moreover, using softmax as architecture parameters' activation function and inappropriate learning rate would exacerbate the bias. As a result, it's frequently observed that non-learnable operations are dominated in the search phase. To reduce the bias, we propose to use single-level to replace bi-level optimization and non-competitive activation function like sigmoid to replace softmax. As a result, we could search high-performance architectures steadily. Experiments on NAS Benchmark 201 validate our hypothesis and stably find out nearly the optimal architecture. On DARTS space, we search the state-of-the-art architecture with 77.0% top1 accuracy (training setting follows PDARTS and without any additional module) on ImageNet-1K and steadily search architectures up-to 76.5% top1 accuracy (but not select the best from the searched architectures) which is comparable with current reported best result.

Foundations

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

Your Notes