Keuper Labs
← All publications

Proceedings of the Nineth International Conference on Learning Representations (ICLR 21) · 2021

Smooth variational graph embeddings for efficient neural architecture search

Jovita Lukasik, David Friede, Arber Zela, Frank Hutter, Margret Keuper

Why this publication matters

Designing an effective neural network often means spending substantial computing time trying many alternatives. This work learns a map of possible designs so that promising candidates become easier to find. It makes the search for better AI models more systematic and less dependent on expensive trial and error.

Abstract

In this paper, we propose an approach to neural architecture search (NAS) based on graph embeddings. NAS has been addressed previously using discrete, sampling based methods, which are computationally expensive as well as differentiable approaches, which come at lower costs but enforce stronger constraints on the search space. The proposed approach leverages advantages from both sides by building a smooth variational neural architecture embedding space in which we evaluate a structural subset of architectures at training time using the predicted performance while it allows to extrapolate from this subspace at inference time. We evaluate the proposed approach in the context of two common search spaces, the graph structure defined by the ENAS approach and the NAS-Bench-101 search space, and improve over the state of the art in both.

Abstract source ↗

Figures

Graph decoder generating a neural network architecture from a latent representation.
Figure 1. Illustration of a single iteration during the graph generation process. a) A decoder-level GNN propagates the node embeddings through the partially created graph and aggregates them into a summary. b) A new node is created and its node type is selected using the summary of the partially created and the original graph. c) The newly created node is initialized with a node embedding. d) A score of all edges connecting the new node is calculated and evaluated into the set of new edges. View in source ↗
Performance Prediction of fine tuned SVGe on NAS-Bench-101 test accuracy of 100 sampled graphs from the training set (left) and 100 sampled graphs from the test set (right).
Figure 2. Performance Prediction of fine tuned SVGe on NAS-Bench-101 test accuracy of 100 sampled graphs from the training set (left) and 100 sampled graphs from the test set (right). View in source ↗

Cite this paper

Download .bib
@inproceedings{lukasik2021smoothvariationalgraph4,
  title = {{Smooth variational graph embeddings for efficient neural architecture search}},
  author = {Jovita Lukasik and David Friede and Arber Zela and Frank Hutter and Margret Keuper},
  booktitle = {International Conference on Learning Representations},
  year = {2021},
  url = {https://arxiv.org/pdf/2010.04683}
}

Figures and abstract are reproduced from the linked research sources. Credit remains with the authors and publishers.