paper-with-me

Papers

Smooth Variational Graph Embeddings for Efficient Neural Architecture Search

2020-10-09 · Jovita Lukasik, David Friede, Arber Zela, Frank Hutter, Margret Keuper

Neural architecture search (NAS) has recently been addressed from various directions, including discrete, sampling-based methods and efficient differentiable approaches. While the former are notoriously expensive, the latter suffer from imposing strong constraints on the search space. Architecture optimization from a learned embedding space for example through graph neural network based variational autoencoders builds a middle ground and leverages advantages from both sides. Such approaches have recently shown good performance on several benchmarks. Yet, their stability and predictive power heavily depends on their capacity to reconstruct networks from the embedding space. In this paper, we propose a two-sided variational graph autoencoder, which allows to smoothly encode and accurately reconstruct neural architectures from various search spaces. We evaluate the proposed approach on neural architectures defined by the ENAS approach, the NAS-Bench-101 and the NAS-Bench-201 search space and show that our smooth embedding space allows to directly extrapolate the performance prediction to architectures outside the seen domain (e.g. with more operations). Thus, it facilitates to predict good network architectures even without expensive Bayesian optimization or reinforcement learning.

📄 PDF Abstract BibTeX arXiv:2010.04683

Code (2)

automl/SVGe 공식 구현
jovitalukasik/SVGe 공식 구현

Tasks

AutoMLBayesian OptimizationGraph Neural NetworkNeural Architecture Search

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

VEM-GCN: Topology Optimization with Variational EM for Graph Convolutional Networks

2021-01-01 · Rui Yang, Wenrui Dai, Chenglin Li, Junni Zou 외

Over-smoothing has emerged as a severe problem for node classification with graph convolutional networks (GCNs). In the view of message passing, the over-smoothing issue is caused by the observed noisy graph topology tha…

ClassificationGeneral ClassificationNode ClassificationStochastic Block Model

GraViti: Graph-Level Variational Autoencoders with Relaxed Permutation Invariance

2026-05-15 · Roman Bresson, Konstantinos Divriotis, Johannes F. Lutzeyer, Iakovos Evdaimon 외 arxiv

We introduce GraViti, a transformer-based graph-level variational autoencoder that maps entire graphs to compact latent vectors. This design produces a true graph-level latent space that supports smooth interpolation, pr…

D-VAE: A Variational Autoencoder for Directed Acyclic Graphs

2019-04-24 · NeurIPS 2019 12 · Muhan Zhang, Shali Jiang, Zhicheng Cui, Roman Garnett 외

Graph structured data are abundant in the real world. Among different graph types, directed acyclic graphs (DAGs) are of particular interest to machine learning researchers, as many machine learning models are realized a…

Bayesian OptimizationBIG-bench Machine LearningNeural Architecture Searchvalid

Graph Representation Learning via Ladder Gamma Variational Autoencoders

2020-04-03 · Arindam Sarkar, Nikhil Mehta, Piyush Rai

We present a probabilistic framework for community discovery and link prediction for graph-structured data, based on a novel, gamma ladder variational autoencoder (VAE) architecture. We model each node in the graph via a…

Graph Representation LearningLink PredictionRepresentation Learning

Graph-based Neural Architecture Search with Operation Embeddings

2021-05-11 · Michail Chatzianastasis, George Dasoulas, Georgios Siolas, Michalis Vazirgiannis

Neural Architecture Search (NAS) has recently gained increased attention, as a class of approaches that automatically searches in an input space of network architectures. A crucial part of the NAS pipeline is the encodin…

Neural Architecture Search