paper-with-me

홈 › Papers

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 traditional encodings used an adjacency matrix describing the graph structure of a neural network, novel encodings embrace a variety of approaches from unsupervised pretraining of latent representations to vectors of zero-cost proxies. In this paper, we categorize and investigate neural encodings from three main types: structural, learned, and score-based. Furthermore, we extend these encodings and introduce \textit{unified encodings}, that extend NAS predictors to multiple search spaces. Our analysis draws from experiments conducted on over 1.5 million neural network architectures on NAS spaces such as NASBench-101 (NB101), NB201, NB301, Network Design Spaces (NDS), and TransNASBench-101. Building on our study, we present our predictor \textbf{FLAN}: \textbf{Fl}ow \textbf{A}ttention for \textbf{N}AS. FLAN integrates critical insights on predictor design, transfer learning, and \textit{unified encodings} to enable more than an order of magnitude cost reduction for training NAS accuracy predictors. Our implementation and encodings for all neural networks are open-sourced at \href{https://github.com/abdelfattah-lab/flan_nas}{https://github.com/abdelfattah-lab/flan\_nas}.

📄 PDF Abstract BibTeX arXiv:2403.02484

Code (1)

abdelfattah-lab/flan_nas 공식 구현 pytorch

Tasks

Neural Architecture SearchPredictionTransfer Learning

Similar Papers 제목 키워드 기반

CATE: Computation-aware Neural Architecture Encoding with Transformers

2021-02-14 · Shen Yan, Kaiqiang Song, Fei Liu, Mi Zhang

Recent works (White et al., 2020a; Yan et al., 2020) demonstrate the importance of architecture encodings in Neural Architecture Search (NAS). These encodings encode either structure or computation information of the neu…

AutoMLNeural Architecture SearchRepresentation LearningUnsupervised Pre-training

A Study on Encodings for Neural Architecture Search

2020-07-09 · NeurIPS 2020 12 · Colin White, Willie Neiswanger, Sam Nolen, Yash Savani

Neural architecture search (NAS) has been extensively studied in the past few years. A popular approach is to represent each neural architecture in the search space as a directed acyclic graph (DAG), and then search over…

Neural Architecture Search

Efficacy of Neural Prediction-Based Zero-Shot NAS

2023-08-31 · Minh Le, Nhan Nguyen, Ngoc Hoang Luong

In prediction-based Neural Architecture Search (NAS), performance indicators derived from graph convolutional networks have shown remarkable success. These indicators, achieved by representing feed-forward structures as …

Neural Architecture SearchPrediction

Homomorphism Counts as Structural Encodings for Graph Learning

2024-10-24 · Linus Bao, Emily Jin, Michael Bronstein, İsmail İlkan Ceylan 외

Graph Transformers are popular neural networks that extend the well-known Transformer architecture to the graph domain. These architectures operate by applying self-attention on graph nodes and incorporating graph struct…

Graph LearningMolecular Property PredictionProperty Prediction

Developing hierarchical anticipations via neural network-based event segmentation

2022-06-04 · Christian Gumbsch, Maurits Adam, Birgit Elsner, Georg Martius 외

Humans can make predictions on various time scales and hierarchical levels. Thereby, the learning of event encodings seems to play a crucial role. In this work we model the development of hierarchical predictions via aut…

Event SegmentationInductive Learning