Papers › Interpretable Neural Architecture Search via Bayesian Optimisation with...

Interpretable Neural Architecture Search via Bayesian Optimisation with Weisfeiler-Lehman Kernels

13 Jun 2020ICLR 2021 1arXiv:2006.07556archive 2025-07-28

Binxin Ru, Xingchen Wan, Xiaowen Dong, Michael Osborne

Current neural architecture search (NAS) strategies focus only on finding a single, good, architecture. They offer little insight into why a specific network is performing well, or how we should modify the architecture if we want further improvements. We propose a Bayesian optimisation (BO) approach for NAS that combines the Weisfeiler-Lehman graph kernel with a Gaussian process surrogate. Our method optimises the architecture in a highly data-efficient manner: it is capable of capturing the topological structures of the architectures and is scalable to large graphs, thus making the high-dimensional and graph-like search spaces amenable to BO. More importantly, our method affords interpretability by discovering useful network features and their corresponding impact on the network performance. Indeed, we demonstrate empirically that our surrogate model is capable of identifying useful motifs which can guide the generation of new architectures. We finally show that our method outperforms existing NAS approaches to achieve the state of the art on both closed- and open-domain search spaces.

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="2006.07556")

Code

Syntology Ran 2 of 19 code samples harvested from 3 repositories linked to this paper; 17 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong.

By repository: community (archive-listed): 12 samples from 1 repository, 0 ran; found in paper text by Syntology: 7 samples from 2 repositories, 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.

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

19 samples harvested; 2 ran; 1 honoured the contract we drafted; 17 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 · honoured contract
1ran · our draft was wrong
17unverified

Licence: 0 of the 19 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

add_color xingchenwan/nasbowl/bayesopt/utils.py community (archive-listed) unverified MIT (permissive) · 202d26d511c5371d · report
build_graph xingchenwan/nasbowl/loader.py community (archive-listed) unverified MIT (permissive) · 2a97c65c41cd8219 · report
create_nasbench201_graph xingchenwan/nasbowl/bayesopt/generate_test_graphs.py community (archive-listed) unverified MIT (permissive) · 3d48c1d48f8af9a9 · report
encoding_to_nx xingchenwan/nasbowl/bayesopt/utils.py community (archive-listed) unverified MIT (permissive) · 1744de6273e76dc3 · report
get_grad xingchenwan/nasbowl/bayesopt/gp.py community (archive-listed) unverified MIT (permissive) · 3f165eea0619d62c · report
load_from_pickle xingchenwan/nasbowl/loader.py community (archive-listed) unverified MIT (permissive) · b7eaf69387d2ac0c · report
mutate_arch xingchenwan/nasbowl/bayesopt/generate_test_graphs.py community (archive-listed) unverified MIT (permissive) · 9c64a2257fd875c5 · report
nll xingchenwan/nasbowl/perf_metrics.py community (archive-listed) unverified MIT (permissive) · 764c6062e2d15820 · report
normalize_y xingchenwan/nasbowl/bayesopt/utils.py community (archive-listed) unverified MIT (permissive) · cca2009ba2f2a630 · report
prune xingchenwan/nasbowl/bayesopt/generate_test_graphs.py community (archive-listed) unverified MIT (permissive) · 43444e233e672713 · report
rmse xingchenwan/nasbowl/perf_metrics.py community (archive-listed) unverified MIT (permissive) · fd1cb5746c3cdd8b · report
spearman xingchenwan/nasbowl/perf_metrics.py community (archive-listed) unverified MIT (permissive) · e7c0e64cbd04d215 · report
hash_module google-research/nasbench/nasbench/lib/graph_util.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · a6de71afa55f4f9b · report
train_and_eval automl/nas_benchmarks/experiment_scripts/run_regularized_evolution.py found in paper text by Syntology ran · honoured contract BSD-3-Clause (permissive) · 17e87ce4fcceba76 · report
fix automl/nas_benchmarks/data_collection/train_fcnet.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 82c1defce60e94b6 · report
get_data automl/nas_benchmarks/data_collection/train_fcnet.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 25eb8182e13b6c57 · report
mean_squared_err automl/nas_benchmarks/data_collection/train_fcnet.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 3e9dfc4b41d4c9db · report
objective_function automl/nas_benchmarks/experiment_scripts/run_smac.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 47abffc5ae4aba3f · report
scan_top_valid automl/nas_benchmarks/experiment_scripts/run_rl.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 992e40612fd29072 · report

Tasks

Bayesian OptimisationNeural Architecture Search

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Gaussian ProcessLSTMSigmoid 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