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

SGAS: Sequential Greedy Architecture Search

About

Architecture design has become a crucial component of successful deep learning. Recent progress in automatic neural architecture search (NAS) shows a lot of promise. However, discovered architectures often fail to generalize in the final evaluation. Architectures with a higher validation accuracy during the search phase may perform worse in the evaluation. Aiming to alleviate this common issue, we introduce sequential greedy architecture search (SGAS), an efficient method for neural architecture search. By dividing the search procedure into sub-problems, SGAS chooses and prunes candidate operations in a greedy fashion. We apply SGAS to search architectures for Convolutional Neural Networks (CNN) and Graph Convolutional Networks (GCN). Extensive experiments show that SGAS is able to find state-of-the-art architectures for tasks such as image classification, point cloud classification and node classification in protein-protein interaction graphs with minimal computational cost. Please visit https://www.deepgcns.org/auto/sgas for more information about SGAS.

Guohao Li, Guocheng Qian, Itzel C. Delgadillo, Matthias M\"uller, Ali Thabet, Bernard Ghanem• 2019

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-10 (test)--
3381
3D Point Cloud ClassificationModelNet40 (test)
OA92.93
297
Image ClassificationImageNet (test)--
291
3D Shape ClassificationModelNet40 (test)
Accuracy93.2
227
Image ClassificationImageNet Mobile Setting (test)
Top-1 Error24.1
165
Node ClassificationPPI (test)
F1 (micro)0.9946
126
3D Object ClassificationModelNet40--
62
Image ClassificationImageNet mobile setting
Test Error24.2
22
Showing 8 of 8 rows

Other info

Code

Follow for update