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

Efficient Architecture Search for Diverse Tasks

About

While neural architecture search (NAS) has enabled automated machine learning (AutoML) for well-researched areas, its application to tasks beyond computer vision is still under-explored. As less-studied domains are precisely those where we expect AutoML to have the greatest impact, in this work we study NAS for efficiently solving diverse problems. Seeking an approach that is fast, simple, and broadly applicable, we fix a standard convolutional network (CNN) topology and propose to search for the right kernel sizes and dilations its operations should take on. This dramatically expands the model's capacity to extract features at multiple resolutions for different types of data while only requiring search over the operation space. To overcome the efficiency challenges of naive weight-sharing in this search space, we introduce DASH, a differentiable NAS algorithm that computes the mixture-of-operations using the Fourier diagonalization of convolution, achieving both a better asymptotic complexity and an up-to-10x search time speedup in practice. We evaluate DASH on ten tasks spanning a variety of application domains such as PDE solving, protein folding, and heart disease detection. DASH outperforms state-of-the-art AutoML methods in aggregate, attaining the best-known automated performance on seven tasks. Meanwhile, on six of the ten tasks, the combined search and retraining time is less than 2x slower than simply training a CNN backbone that is far less accurate.

Junhong Shen, Mikhail Khodak, Ameet Talwalkar• 2022

Related benchmarks

TaskDatasetResultRank
Audio TaggingFSD50K (eval)
mAP62
19
Satellite Time-Series Classificationsatellite
0-1 Error Rate12.28
10
Neural Architecture SearchNAS-Bench-360 (test)
ECG 1-F1 Error0.32
10
Genomic Sequence ClassificationDeepSEA
AUROC0.37
10
PDE solvingDarcy Flow
Relative L2 Error0.79
9
ECG ClassificationECG
1-F1 Score0.32
9
Protein Contact Map PredictionPSICOV
MAE83.3
9
Diverse Prediction TasksNAS-Bench-360 (test)
Darcy Score0.008
9
Cosmic Ray DetectionCosmic
1-AUROC0.19
9
Cross-modal adaptationNAS-Bench-360
Darcy (Relative L2)0.008
9
Showing 10 of 21 rows

Other info

Code

Follow for update