paper-with-me

Papers

A Generic Graph-based Neural Architecture Encoding Scheme for Predictor-based NAS

2020-04-04 · ECCV 2020 8 · Xuefei Ning, Yin Zheng, Tianchen Zhao, Yu Wang, Huazhong Yang

This work proposes a novel Graph-based neural ArchiTecture Encoding Scheme, a.k.a. GATES, to improve the predictor-based neural architecture search. Specifically, different from existing graph-based schemes, GATES models the operations as the transformation of the propagating information, which mimics the actual data processing of neural architecture. GATES is a more reasonable modeling of the neural architectures, and can encode architectures from both the "operation on node" and "operation on edge" cell search spaces consistently. Experimental results on various search spaces confirm GATES's effectiveness in improving the performance predictor. Furthermore, equipped with the improved performance predictor, the sample efficiency of the predictor-based neural architecture search (NAS) flow is boosted. Codes are available at https://github.com/walkerning/aw_nas.

📄 PDF Abstract BibTeX arXiv:2004.01899

Code (1)

walkerning/aw_nas 공식 구현 pytorch

Tasks

Neural Architecture Search

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh 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$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Self-supervised Representation Learning for Evolutionary Neural Architecture Search

2020-10-31 · Chen Wei, Yiping Tang, Chuang Niu, Haihong Hu 외

Recently proposed neural architecture search (NAS) algorithms adopt neural predictors to accelerate the architecture search. The capability of neural predictors to accurately predict the performance metrics of neural arc…

Contrastive LearningGraph Neural NetworkNeural Architecture SearchRepresentation Learning+1

BANANAS: Bayesian Optimization with Neural Architectures for Neural Architecture Search

2019-10-25 · Colin White, Willie Neiswanger, Yash Savani

Over the past half-decade, many methods have been considered for neural architecture search (NAS). Bayesian optimization (BO), which has long had success in hyperparameter optimization, has recently emerged as a very pro…

Bayesian OptimizationHyperparameter OptimizationNeural Architecture SearchReinforcement Learning

A General-Purpose Transferable Predictor for Neural Architecture Search

2023-02-21 · Fred X. Han, Keith G. Mills, Fabian Chudak, Parsa Riahi 외

Understanding and modelling the performance of neural architectures is key to Neural Architecture Search (NAS). Performance predictors have seen widespread use in low-cost NAS and achieve high ranking correlations betwee…

Contrastive LearningGraph Representation LearningNeural Architecture SearchRepresentation Learning

Encodings for Prediction-based Neural Architecture Search

2024-03-04 · Yash Akhauri, Mohamed S. Abdelfattah

Predictor-based methods have substantially enhanced Neural Architecture Search (NAS) optimization. The efficacy of these predictors is largely influenced by the method of encoding neural network architectures. While trad…

Neural Architecture SearchPredictionTransfer Learning

SpecTRA: Spectral Transformer for Graph Representation Learning

2021-09-29 · Anson Bastos, Abhishek Nadgeri, Kuldeep Singh, Hiroki Kanezashi 외

Transformers have recently been applied in the more generic domain of graphs. For the same, researchers proposed various positional and structural encoding schemes to overcome the limitation of transformers in modeling t…

Graph Representation LearningRepresentation Learning