paper-with-me

홈 › Papers

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 encoding of the architecture that consists of the applied computational blocks, namely the operations and the links between them. Most of the existing approaches either fail to capture the structural properties of the architectures or use hand-engineered vector to encode the operator information. In this paper, we propose the replacement of fixed operator encoding with learnable representations in the optimization process. This approach, which effectively captures the relations of different operations, leads to smoother and more accurate representations of the architectures and consequently to improved performance of the end task. Our extensive evaluation in ENAS benchmark demonstrates the effectiveness of the proposed operation embeddings to the generation of highly accurate models, achieving state-of-the-art performance. Finally, our method produces top-performing architectures that share similar operation and graph patterns, highlighting a strong correlation between the structural properties of the architecture and its performance.

📄 PDF Abstract BibTeX arXiv:2105.04885

Code (1)

michailchatzianastasis/graph-based_nas_with_operation_embeddings 공식 구현 pytorch

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

Smooth Variational Graph Embeddings for Efficient Neural Architecture Search

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

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 la…

AutoMLBayesian OptimizationGraph Neural NetworkNeural Architecture Search

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 외

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…

Neural Architecture Search

Building Optimal Neural Architectures using Interpretable Knowledge

2024-03-20 · CVPR 2024 1 · Keith G. Mills, Fred X. Han, Mohammad Salameh, Shengyao Lu 외

Neural Architecture Search is a costly practice. The fact that a search space can span a vast number of design choices with each architecture evaluation taking nontrivial overhead makes it hard for an algorithm to suffic…

image-classificationImage ClassificationNeural Architecture Search

ReGAE: Graph autoencoder based on recursive neural networks

2022-01-28 · Adam Małkowski, Jakub Grzechociński, Paweł Wawrzyński

Invertible transformation of large graphs into fixed dimensional vectors (embeddings) remains a challenge. Its overcoming would reduce any operation on graphs to an operation in a vector space. However, most existing met…

Decoder

Graph Embeddings at Scale

2019-07-03 · C. Bayan Bruss, Anish Khazane, Jonathan Rider, Richard Serpe 외

Graph embedding is a popular algorithmic approach for creating vector representations for individual vertices in networks. Training these algorithms at scale is important for creating embeddings that can be used for clas…

Graph Embeddinggraph partitioningLink Prediction