Papers › SGAS: Sequential Greedy Architecture Search

SGAS: Sequential Greedy Architecture Search

30 Nov 2019CVPR 2020 6arXiv:1912.00195archive 2025-07-28

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

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1912.00195")

Code

Syntology Ran 2 of 7 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran with no contract checked.

By repository: community (archive-listed): 7 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lightaime/sgas mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

7 samples harvested; 2 ran; 1 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran
5unverified

Licence: 0 of the 7 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from lightaime/sgas. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

adjust_lr lightaime/sgas/cnn/train_imagenet.py community (archive-listed) ran · honoured contract MIT (permissive) · e7ef53e9c5847e3e · report
load_data lightaime/sgas/gcn/gcn_point/load_modelnet.py community (archive-listed) ran MIT (permissive) · a0f3e74b47090f07 · report
accuracy lightaime/sgas/cnn/utils.py community (archive-listed) unverified MIT (permissive) · 469bf48752905889 · report
count_parameters_in_MB lightaime/sgas/cnn/utils.py community (archive-listed) unverified MIT (permissive) · 3e816289579cc9e9 · report
drop_path lightaime/sgas/cnn/utils.py community (archive-listed) unverified MIT (permissive) · 13c2719404e25b25 · report
drop_path lightaime/sgas/gcn/gcn_graph/model.py community (archive-listed) unverified MIT (permissive) · a8c6a004344526a2 · report
translate_pointcloud lightaime/sgas/gcn/gcn_point/load_modelnet.py community (archive-listed) unverified MIT (permissive) · 791051c3e72b67d2 · report

Tasks

ClassificationGeneral ClassificationImage ClassificationNeural Architecture SearchNode ClassificationPoint Cloud Classificationimage-classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Neural Architecture Search CIFAR-10 SGAS Parameters 3.8M #13 of 41 Archive leaderboard report
Neural Architecture Search CIFAR-10 SGAS Search Time (GPU days) 0.25 #13 of 41 Archive leaderboard report
Neural Architecture Search CIFAR-10 SGAS Top-1 Error Rate 2.39% #13 of 41 Archive leaderboard report
Neural Architecture Search ImageNet SGAS Accuracy 75.9 #99 of 135 Archive leaderboard report
Neural Architecture Search ImageNet SGAS MACs 598M #99 of 135 Archive leaderboard report
Neural Architecture Search ImageNet SGAS Params 5.4M #99 of 135 Archive leaderboard report
Neural Architecture Search ImageNet SGAS Top-1 Error Rate 24.1 #99 of 135 Archive leaderboard report
Node Classification PPI SGAS F1 99.46 #4 of 24 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Graph Convolutional NetworksLSTMSigmoid ActivationSoftmaxTanh Activation

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections