paper-with-me

홈 › Papers

Neural Architecture Optimization with Graph VAE

2020-06-18 · Jian Li, Yong liu, Jiankun Liu, Weiping Wang

Due to their high computational efficiency on a continuous space, gradient optimization methods have shown great potential in the neural architecture search (NAS) domain. The mapping of network representation from the discrete space to a latent space is the key to discovering novel architectures, however, existing gradient-based methods fail to fully characterize the networks. In this paper, we propose an efficient NAS approach to optimize network architectures in a continuous space, where the latent space is built upon variational autoencoder (VAE) and graph neural networks (GNN). The framework jointly learns four components: the encoder, the performance predictor, the complexity predictor and the decoder in an end-to-end manner. The encoder and the decoder belong to a graph VAE, mapping architectures between continuous representations and network architectures. The predictors are two regression models, fitting the performance and computational complexity, respectively. Those predictors ensure the discovered architectures characterize both excellent performance and high computational efficiency. Extensive experiments demonstrate our framework not only generates appropriate continuous representations but also discovers powerful neural architectures.

📄 PDF Abstract BibTeX arXiv:2006.10310

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyDecoderNeural Architecture Search

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Solana Customer Service Number +1-833-534-1729 설명 없음
USD Coin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Differentiable Graph Optimization for Neural Architecture Search

2021-01-01 · Chengyue Huang, Lingfei Wu, Yadong Ding, Siliang Tang 외

In this paper, we propose Graph Optimized Neural Architecture Learning (GOAL), a novel gradient-based method for Neural Architecture Search (NAS), to find better architectures with fewer evaluated samples. Popular NAS me…

Bayesian OptimizationGraph Neural NetworkNeural Architecture Search

Global optimization of graph acquisition functions for neural architecture search

2025-05-29 · Yilin Xie, Shiqiang Zhang, Jixiang Qing, Ruth Misener 외

Graph Bayesian optimization (BO) has shown potential as a powerful and data-efficient tool for neural architecture search (NAS). Most existing graph BO works focus on developing graph surrogates models, i.e., metrics of …

Bayesian Optimizationglobal-optimizationNeural Architecture Search

Deep Neural Architecture Search with Deep Graph Bayesian Optimization

2019-05-14 · Lizheng Ma, Jiaxu Cui, Bo Yang

Bayesian optimization (BO) is an effective method of finding the global optima of black-box functions. Recently BO has been applied to neural architecture search and shows better performance than pure evolutionary strate…

Bayesian OptimizationGaussian ProcessesGraph Neural NetworkNeural Architecture Search

Combinatorial Optimization with Automated Graph Neural Networks

2024-06-05 · Yang Liu, Peng Zhang, Yang Gao, Chuan Zhou 외

In recent years, graph neural networks (GNNs) have become increasingly popular for solving NP-hard combinatorial optimization (CO) problems, such as maximum cut and maximum independent set. The core idea behind these met…

Combinatorial OptimizationGraph EmbeddingGraph LearningNeural Architecture Search

LLM4GNAS: A Large Language Model Based Toolkit for Graph Neural Architecture Search

2025-02-12 · Yang Gao, Hong Yang, Yizhi Chen, Junxian Wu 외

Graph Neural Architecture Search (GNAS) facilitates the automatic design of Graph Neural Networks (GNNs) tailored to specific downstream graph learning tasks. However, existing GNAS approaches often require manual adapta…

Feature EngineeringGraph LearningHyperparameter OptimizationLanguage Modeling+3