paper-with-me

Papers

PRE-NAS: Predictor-assisted Evolutionary Neural Architecture Search

2022-04-27 · Yameng Peng, Andy Song, Vic Ciesielski, Haytham M. Fayek, Xiaojun Chang

Neural architecture search (NAS) aims to automate architecture engineering in neural networks. This often requires a high computational overhead to evaluate a number of candidate networks from the set of all possible networks in the search space during the search. Prediction of the networks' performance can alleviate this high computational overhead by mitigating the need for evaluating every candidate network. Developing such a predictor typically requires a large number of evaluated architectures which may be difficult to obtain. We address this challenge by proposing a novel evolutionary-based NAS strategy, Predictor-assisted E-NAS (PRE-NAS), which can perform well even with an extremely small number of evaluated architectures. PRE-NAS leverages new evolutionary search strategies and integrates high-fidelity weight inheritance over generations. Unlike one-shot strategies, which may suffer from bias in the evaluation due to weight sharing, offspring candidates in PRE-NAS are topologically homogeneous, which circumvents bias and leads to more accurate predictions. Extensive experiments on NAS-Bench-201 and DARTS search spaces show that PRE-NAS can outperform state-of-the-art NAS methods. With only a single GPU searching for 0.6 days, competitive architecture can be found by PRE-NAS which achieves 2.40% and 24% test error rates on CIFAR-10 and ImageNet respectively.

📄 PDF Abstract BibTeX arXiv:2204.12726

Code (0)

등록된 구현이 없습니다.

Tasks

GPUNeural Architecture Search

Methods 이 논문이 사용한 방법론

DARTS Differentiable Architecture Search (DART) is a method for efficient architecture search. The search space is made continuous so that the architecture can be optimized with…

Similar Papers 제목 키워드 기반

NPENAS: Neural Predictor Guided Evolution for Neural Architecture Search

2020-03-28 · Chen Wei, Chuang Niu, Yiping Tang, Yue Wang 외

Neural architecture search (NAS) is a promising method for automatically design neural architectures. NAS adopts a search strategy to explore the predefined search space to find outstanding performance architecture with …

Bayesian OptimizationEvolutionary AlgorithmsNeural Architecture Search

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

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

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

YOLO-NAS-Bench: A Surrogate Benchmark with Self-Evolving Predictors for YOLO Architecture Search

2026-03-10 · Zhe Li, Xiaoyu Ding, Jiaxin Zheng, Yongtao Wang arxiv

Neural Architecture Search (NAS) for object detection is severely bottlenecked by high evaluation cost, as fully training each candidate YOLO architecture on COCO demands days of GPU time. Meanwhile, existing NAS benchma…

Neural Architecture SearchImage ClassificationObject Detection