Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Progressive Differentiable Architecture Search: Bridging the Depth Gap between Search and Evaluation

About

Recently, differentiable search methods have made major progress in reducing the computational costs of neural architecture search. However, these approaches often report lower accuracy in evaluating the searched architecture or transferring it to another dataset. This is arguably due to the large gap between the architecture depths in search and evaluation scenarios. In this paper, we present an efficient algorithm which allows the depth of searched architectures to grow gradually during the training procedure. This brings two issues, namely, heavier computational overheads and weaker search stability, which we solve using search space approximation and regularization, respectively. With a significantly reduced search time (~7 hours on a single GPU), our approach achieves state-of-the-art performance on both the proxy dataset (CIFAR10 or CIFAR100) and the target dataset (ImageNet). Code is available at https://github.com/chenxin061/pdarts.

Xin Chen, Lingxi Xie, Jun Wu, Qi Tian• 2019

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy84.08
3518
Image ClassificationCIFAR-10 (test)
Accuracy97.5
3381
Object DetectionCOCO 2017 (val)
AP32.9
2643
Image ClassificationImageNet-1k (val)
Top-1 Accuracy75.6
1469
Image ClassificationImageNet (val)
Top-1 Acc75.7
1206
Image ClassificationCIFAR-10 (test)
Accuracy97.5
906
Image ClassificationImageNet 1k (test)
Top-1 Accuracy75.6
848
Image ClassificationImageNet-1k (val)
Top-1 Accuracy75.6
844
Image ClassificationCIFAR-100
Accuracy82.8
691
Semantic segmentationCityscapes (val)
mIoU71.9
572
Showing 10 of 31 rows

Other info

Follow for update