paper-with-me

Papers

A Transferable General-Purpose Predictor for Neural Architecture Search

2021-09-29 · Fred X. Han, Fabian Chudak, Keith G Mills, Mohammad Salameh, Parsa Riahi, Jialin Zhang, Wei Lu, Shangling Jui, Di Niu

Understanding and modelling the performance of neural architectures is key to Neural Architecture Search (NAS). Performance predictors for neural architectures are widely used in low-cost NAS and achieve high ranking correlations between predicted and ground truth performance in several search spaces. However, existing predictors are often designed based on network encodings specific to a predefined search space and are not generalizable across search spaces or to new families of architectures. In this work, we propose a transferable neural predictor for NAS that can generalize across architecture families, by representing any given candidate Convolutional Neural Network with a computation graph that consists of only primitive operators. Further combined with Contrastive Learning, we propose a semi-supervised graph representation learning procedure that is able to leverage both labelled accuracies and unlabeled information of architectures from multiple families to train universal embeddings of computation graphs and the performance predictor. Experiments conducted on three different NAS benchmarks, including NAS-Bench-101, NAS-Bench-201, and NAS-Bench-301, demonstrate that a predictor pre-trained on other families produces superior transferability when applied to a new family of architectures with a completely different design, after fine-tuning on a small amount of data. We then show that when the proposed transferable predictor is used in NAS, it achieves search results that are comparable to the state-of-the-arts on NAS-Bench-101 at a low evaluation cost.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningGraph Representation LearningNeural Architecture SearchRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

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

Arch-Graph: Acyclic Architecture Relation Predictor for Task-Transferable Neural Architecture Search

2022-04-12 · CVPR 2022 1 · Minbin Huang, Zhijian Huang, Changlin Li, Xin Chen 외

Neural Architecture Search (NAS) aims to find efficient models for multiple tasks. Beyond seeking solutions for a single task, there are surging interests in transferring network design knowledge across multiple tasks. I…

Neural Architecture SearchRelation

DiffusionNAG: Predictor-guided Neural Architecture Generation with Diffusion Models

2023-05-26 · Sohyun An, Hayeon Lee, Jaehyeong Jo, Seanie Lee 외

Existing NAS methods suffer from either an excessive amount of time for repetitive sampling and training of many task-irrelevant architectures. To tackle such limitations of existing NAS methods, we propose a paradigm sh…

Bayesian OptimizationNeural Architecture Searchvalid

PlatformX: An End-to-End Transferable Platform for Energy-Efficient Neural Architecture Search

2025-10-10 · Xiaolong Tu, Dawei Chen, Kyungtae Han, Onur Altintas 외 arxiv

Hardware-Aware Neural Architecture Search (HW-NAS) has emerged as a powerful tool for designing efficient deep neural networks (DNNs) tailored to edge devices. However, existing methods remain largely impractical for rea…

Neural Architecture Search

POMONAG: Pareto-Optimal Many-Objective Neural Architecture Generator

2024-09-30 · Eugenio Lomurno, Samuele Mariani, Matteo Monti, Matteo Matteucci

Neural Architecture Search (NAS) automates neural network design, reducing dependence on human expertise. While NAS methods are computationally intensive and dataset-specific, auxiliary predictors reduce the models needi…

Computational Efficiencyimage-classificationImage ClassificationNeural Architecture Search