Papers › NSGANetV2: Evolutionary Multi-Objective Surrogate-Assisted Neural Architecture Search

NSGANetV2: Evolutionary Multi-Objective Surrogate-Assisted Neural Architecture Search

20 Jul 2020ECCV 2020 8arXiv:2007.10396archive 2025-07-28

Zhichao Lu, Kalyanmoy Deb, Erik Goodman, Wolfgang Banzhaf, Vishnu Naresh Boddeti

In this paper, we propose an efficient NAS algorithm for generating task-specific models that are competitive under multiple competing objectives. It comprises of two surrogates, one at the architecture level to improve sample efficiency and one at the weights level, through a supernet, to improve gradient descent training efficiency. On standard benchmark datasets (C10, C100, ImageNet), the resulting models, dubbed NSGANetV2, either match or outperform models from existing approaches with the search being orders of magnitude more sample efficient. Furthermore, we demonstrate the effectiveness and versatility of the proposed method on six diverse non-standard datasets, e.g. STL-10, Flowers102, Oxford Pets, FGVC Aircrafts etc. In all cases, NSGANetV2s improve the state-of-the-art (under mobile setting), suggesting that NAS can be a viable alternative to conventional transfer learning approaches in handling diverse scenarios such as small-scale or fine-grained datasets. Code is available at https://github.com/mikelzc1990/nsganetv2

PaperPDFConference PDFCodeCode Syntology ran

In Syntology 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="2007.10396")

Code

Syntology Ran 2 of 8 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · our draft was wrong.

By repository: official repository: 8 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.

mikelzc1990/nsganetv2 officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

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

1ran · violated contract
1ran · our draft was wrong
6unverified

Licence: 0 of the 8 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 mikelzc1990/nsganetv2. “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.

pad_none mikelzc1990/nsganetv2/evaluator.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 6db40799d999d837 · report
parse_string_list mikelzc1990/nsganetv2/evaluator.py official repository ran · violated contract fingerprinted Apache-2.0 (permissive) · 59ef743ae49b58e1 · report
get_acc_predictor mikelzc1990/nsganetv2/acc_predictor/factory.py official repository unverified Apache-2.0 (permissive) · ede09871c3c8b79b · report
get_correlation mikelzc1990/nsganetv2/utils.py official repository unverified Apache-2.0 (permissive) · 285dcbbdea2ec2b3 · report
infer mikelzc1990/nsganetv2/train_cifar.py official repository unverified Apache-2.0 (permissive) · 2d6dc16493521afd · report
look_up_latency mikelzc1990/nsganetv2/utils.py official repository unverified Apache-2.0 (permissive) · 90e3cacca1501e59 · report
train mikelzc1990/nsganetv2/train_cifar.py official repository unverified Apache-2.0 (permissive) · 22ac9a49daa933c8 · report
validate mikelzc1990/nsganetv2/train_imagenet.py official repository unverified Apache-2.0 (permissive) · b5886490f0a3569d · report

Tasks

Image ClassificationNeural Architecture SearchTransfer Learning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Classification STL-10 NSGANetV2 Percentage correct 92.0 #31 of 117 Archive leaderboard report
Neural Architecture Search ImageNet NSGANetV2-xl Accuracy 80.4 #17 of 135 Archive leaderboard report
Neural Architecture Search ImageNet NSGANetV2-xl MACs 593M #17 of 135 Archive leaderboard report
Neural Architecture Search ImageNet NSGANetV2-xl Params 8.7M #17 of 135 Archive leaderboard report
Neural Architecture Search ImageNet NSGANetV2-xl Top-1 Error Rate 19.6 #17 of 135 Archive leaderboard report
Neural Architecture Search ImageNet NSGANetV2-l Accuracy 79.1 #35 of 135 Archive leaderboard report
Neural Architecture Search ImageNet NSGANetV2-l MACs 400M #35 of 135 Archive leaderboard report
Neural Architecture Search ImageNet NSGANetV2-l Params 8.0M #35 of 135 Archive leaderboard report
Neural Architecture Search ImageNet NSGANetV2-l Top-1 Error Rate 20.9 #35 of 135 Archive leaderboard report
Neural Architecture Search ImageNet NSGANetV2-m Accuracy 78.3 #49 of 135 Archive leaderboard report
Neural Architecture Search ImageNet NSGANetV2-m MACs 312M #49 of 135 Archive leaderboard report
Neural Architecture Search ImageNet NSGANetV2-m Params 7.7M #49 of 135 Archive leaderboard report
Neural Architecture Search ImageNet NSGANetV2-m Top-1 Error Rate 21.7 #49 of 135 Archive leaderboard report
Neural Architecture Search ImageNet NSGANetV2-s Accuracy 77.4 #64 of 135 Archive leaderboard report
Neural Architecture Search ImageNet NSGANetV2-s MACs 225M #64 of 135 Archive leaderboard report
Neural Architecture Search ImageNet NSGANetV2-s Params 6.1M #64 of 135 Archive leaderboard report
Neural Architecture Search ImageNet NSGANetV2-s Top-1 Error Rate 22.6 #64 of 135 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

LSTMNeural Architecture SearchPPOSoftmax

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