HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

SGAS: Sequential Greedy Architecture Search

Guohao Li Guocheng Qian Itzel C. Delgadillo Matthias Müller Ali Thabet Bernard Ghanem

SGAS: Sequential Greedy Architecture Search

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.

Code Repositories

lightaime/sgas
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
neural-architecture-search-on-cifar-10SGAS
Parameters: 3.8M
Search Time (GPU days): 0.25
Top-1 Error Rate: 2.39%
neural-architecture-search-on-imagenetSGAS
Accuracy: 75.9
MACs: 598M
Params: 5.4M
Top-1 Error Rate: 24.1
node-classification-on-ppiSGAS
F1: 99.46

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
SGAS: Sequential Greedy Architecture Search | Papers | HyperAI