paper-with-me

Papers

Self-supervised Representation Learning for Evolutionary Neural Architecture Search

2020-10-31 · Chen Wei, Yiping Tang, Chuang Niu, Haihong Hu, Yue Wang, Jimin Liang

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 architecture is critical to NAS, and the acquisition of training datasets for neural predictors is time-consuming. How to obtain a neural predictor with high prediction accuracy using a small amount of training data is a central problem to neural predictor-based NAS. Here, we firstly design a new architecture encoding scheme that overcomes the drawbacks of existing vector-based architecture encoding schemes to calculate the graph edit distance of neural architectures. To enhance the predictive performance of neural predictors, we devise two self-supervised learning methods from different perspectives to pre-train the architecture embedding part of neural predictors to generate a meaningful representation of neural architectures. The first one is to train a carefully designed two branch graph neural network model to predict the graph edit distance of two input neural architectures. The second method is inspired by the prevalently contrastive learning, and we present a new contrastive learning algorithm that utilizes a central feature vector as a proxy to contrast positive pairs against negative pairs. Experimental results illustrate that the pre-trained neural predictors can achieve comparable or superior performance compared with their supervised counterparts with several times less training samples. We achieve state-of-the-art performance on the NASBench-101 and NASBench201 benchmarks when integrating the pre-trained neural predictors with an evolutionary NAS algorithm.

📄 PDF Abstract BibTeX arXiv:2011.00186

Code (1)

auroua/SSNENAS 공식 구현 pytorch

Tasks

Contrastive LearningGraph Neural NetworkNeural Architecture SearchRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Evolutionary algorithms meet self-supervised learning: a comprehensive survey

2025-04-09 · Adriano Vinhas, João Correia, Penousal Machado

The number of studies that combine Evolutionary Machine Learning and self-supervised learning has been growing steadily in recent years. Evolutionary Machine Learning has been shown to help automate the design of machine…

Evolutionary AlgorithmsSelf-Supervised LearningSurvey

Evolutionary Neural Architecture Search with Dual Contrastive Learning

2025-12-23 · Xian-Rong Zhang, Yue-Jiao Gong, Wei-Neng Chen, Jun Zhang arxiv

Evolutionary Neural Architecture Search (ENAS) has gained attention for automatically designing neural network architectures. Recent studies use a neural predictor to guide the process, but the high computational costs o…

Neural Architecture SearchSelf-Supervised LearningContrastive Learning

Analysis of Evolutionary Behavior in Self-Learning Media Search Engines

2019-11-22 · Nikki Lijing Kuang, Clement H. C. Leung

The diversity of intrinsic qualities of multimedia entities tends to impede their effective retrieval. In a SelfLearning Search Engine architecture, the subtle nuances of human perceptions and deep knowledge are taught a…

Diversityreinforcement-learningReinforcement LearningReinforcement Learning (RL)+3

Rethinking Generalizability and Discriminability of Self-Supervised Learning from Evolutionary Game Theory Perspective

2024-11-30 · Jiangmeng Li, Zehua Zang, Qirui Ji, Chuxiong Sun 외

Representations learned by self-supervised approaches are generally considered to possess sufficient generalizability and discriminability. However, we disclose a nontrivial mutual-exclusion relationship between these cr…

Self-Supervised Learning

Ecological Neural Architecture Search

2025-03-13 · Benjamin David Winter, William J. Teahan

When employing an evolutionary algorithm to optimize a neural networks architecture, developers face the added challenge of tuning the evolutionary algorithm's own hyperparameters - population size, mutation rate, clonin…

Binary ClassificationNeural Architecture Search