Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

DARTS: Differentiable Architecture Search

About

This paper addresses the scalability challenge of architecture search by formulating the task in a differentiable manner. Unlike conventional approaches of applying evolution or reinforcement learning over a discrete and non-differentiable search space, our method is based on the continuous relaxation of the architecture representation, allowing efficient search of the architecture using gradient descent. Extensive experiments on CIFAR-10, ImageNet, Penn Treebank and WikiText-2 show that our algorithm excels in discovering high-performance convolutional architectures for image classification and recurrent architectures for language modeling, while being orders of magnitude faster than state-of-the-art non-differentiable techniques. Our implementation has been made publicly available to facilitate further research on efficient architecture search algorithms.

Hanxiao Liu, Karen Simonyan, Yiming Yang• 2018

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy82.46
3518
Image ClassificationCIFAR-10 (test)
Accuracy54.3
3381
Object DetectionCOCO 2017 (val)
AP31.5
2454
Language ModelingWikiText-2 (test)
PPL66.9
1541
Image ClassificationImageNet-1k (val)
Top-1 Accuracy73.3
1453
Person Re-IdentificationMarket1501 (test)
Rank-1 Accuracy94.8
1264
Image ClassificationImageNet (val)
Top-1 Acc74.9
1206
Image ClassificationCIFAR-10 (test)
Accuracy95.88
906
Image ClassificationImageNet-1k (val)
Top-1 Accuracy73.3
840
Image ClassificationImageNet 1k (test)
Top-1 Accuracy73.3
798
Showing 10 of 119 rows
...

Other info

Code

Follow for update