paper-with-me

홈 › Papers

Bayesian Neural Architecture Search using A Training-Free Performance Metric

2020-01-29 · Andrés Camero, Hao Wang, Enrique Alba, Thomas Bäck

Recurrent neural networks (RNNs) are a powerful approach for time series prediction. However, their performance is strongly affected by their architecture and hyperparameter settings. The architecture optimization of RNNs is a time-consuming task, where the search space is typically a mixture of real, integer and categorical values. To allow for shrinking and expanding the size of the network, the representation of architectures often has a variable length. In this paper, we propose to tackle the architecture optimization problem with a variant of the Bayesian Optimization (BO) algorithm. To reduce the evaluation time of candidate architectures the Mean Absolute Error Random Sampling (MRS), a training-free method to estimate the network performance, is adopted as the objective function for BO. Also, we propose three fixed-length encoding schemes to cope with the variable-length architecture representation. The result is a new perspective on accurate and efficient design of RNNs, that we validate on three problems. Our findings show that 1) the BO algorithm can explore different network architectures using the proposed encoding schemes and successfully designs well-performing architectures, and 2) the optimization time is significantly reduced by using MRS, without compromising the performance as compared to the architectures obtained from the actual training procedure.

📄 PDF Abstract BibTeX arXiv:2001.10726

Code (1)

acamero/dlopt 공식 구현

Tasks

Bayesian OptimizationNeural Architecture SearchTime SeriesTime Series AnalysisTime Series Prediction

Similar Papers 제목 키워드 기반

Robustifying and Boosting Training-Free Neural Architecture Search

2024-03-12 · Zhenfeng He, Yao Shu, Zhongxiang Dai, Bryan Kian Hsiang Low

Neural architecture search (NAS) has become a key component of AutoML and a standard tool to automate the design of deep neural networks. Recently, training-free NAS as an emerging paradigm has successfully reduced the s…

AutoMLBayesian OptimizationNeural Architecture Search

Speedy Performance Estimation for Neural Architecture Search

2020-06-08 · NeurIPS 2021 12 · Binxin Ru, Clare Lyle, Lisa Schut, Miroslav Fil 외

Reliable yet efficient evaluation of generalisation performance of a proposed architecture is crucial to the success of neural architecture search (NAS). Traditional approaches face a variety of limitations: training eac…

Model SelectionNeural Architecture Search

Revisiting the Train Loss: an Efficient Performance Estimator for Neural Architecture Search

2020-09-28 · Binxin Ru, Clare Lyle, Lisa Schut, Mark van der Wilk 외

Reliable yet efficient evaluation of generalisation performance of a proposed architecture is crucial to the success of neural architecture search (NAS). Traditional approaches face a variety of limitations: training eac…

Model SelectionNeural Architecture Search

Free energy of Bayesian Convolutional Neural Network with Skip Connection

2023-07-04 · Shuya Nagayasu, Sumio Watanabe

Since the success of Residual Network(ResNet), many of architectures of Convolutional Neural Networks(CNNs) have adopted skip connection. While the generalization performance of CNN with skip connection has been explaine…

Ensemble Learning

Variational Bayesian Last Layers

2024-04-17 · James Harrison, John Willes, Jasper Snoek

We introduce a deterministic variational formulation for training Bayesian last layer neural networks. This yields a sampling-free, single-pass model and loss that effectively improves uncertainty estimation. Our variati…

Out-of-Distribution DetectionVariational Inference