English

SGAS: Sequential Greedy Architecture Search

Machine Learning 2020-04-03 v2 Computer Vision and Pattern Recognition Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.1912.00195,
  title  = {SGAS: Sequential Greedy Architecture Search},
  author = {Guohao Li and Guocheng Qian and Itzel C. Delgadillo and Matthias Müller and Ali Thabet and Bernard Ghanem},
  journal= {arXiv preprint arXiv:1912.00195},
  year   = {2020}
}

Comments

Accepted at CVPR'2020. Project website: https://www.deepgcns.org/auto/sgas

R2 v1 2026-06-23T12:31:53.458Z