TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Guided Evolutionary Neural Architecture Search With Effici...

Guided Evolutionary Neural Architecture Search With Efficient Performance Estimation

Vasco Lopes, Miguel Santos, Bruno Degardin, Luís A. Alexandre

2022-07-22Neural Architecture Search
PaperPDF

Abstract

Neural Architecture Search (NAS) methods have been successfully applied to image tasks with excellent results. However, NAS methods are often complex and tend to converge to local minima as soon as generated architectures seem to yield good results. This paper proposes GEA, a novel approach for guided NAS. GEA guides the evolution by exploring the search space by generating and evaluating several architectures in each generation at initialisation stage using a zero-proxy estimator, where only the highest-scoring architecture is trained and kept for the next generation. Subsequently, GEA continuously extracts knowledge about the search space without increased complexity by generating several off-springs from an existing architecture at each generation. More, GEA forces exploitation of the most performant architectures by descendant generation while simultaneously driving exploration through parent mutation and favouring younger architectures to the detriment of older ones. Experimental results demonstrate the effectiveness of the proposed method, and extensive ablation studies evaluate the importance of different parameters. Results show that GEA achieves state-of-the-art results on all data sets of NAS-Bench-101, NAS-Bench-201 and TransNAS-Bench-101 benchmarks.

Results

TaskDatasetMetricValueModel
Neural Architecture SearchNAS-Bench-201, ImageNet-16-120Accuracy (Test)46.04GEA
Neural Architecture SearchNAS-Bench-201, CIFAR-10Accuracy (Test)93.99GAE
Neural Architecture SearchNAS-Bench-201, CIFAR-10Accuracy (Val)91.26GAE
Neural Architecture SearchNAS-Bench-201, CIFAR-100Accuracy (Test)72.36GAE
Neural Architecture SearchNAS-Bench-201, CIFAR-100Accuracy (Val)72.62GAE
AutoMLNAS-Bench-201, ImageNet-16-120Accuracy (Test)46.04GEA
AutoMLNAS-Bench-201, CIFAR-10Accuracy (Test)93.99GAE
AutoMLNAS-Bench-201, CIFAR-10Accuracy (Val)91.26GAE
AutoMLNAS-Bench-201, CIFAR-100Accuracy (Test)72.36GAE
AutoMLNAS-Bench-201, CIFAR-100Accuracy (Val)72.62GAE

Related Papers

DASViT: Differentiable Architecture Search for Vision Transformer2025-07-17AnalogNAS-Bench: A NAS Benchmark for Analog In-Memory Computing2025-06-23From Tiny Machine Learning to Tiny Deep Learning: A Survey2025-06-21One-Shot Neural Architecture Search with Network Similarity Directed Initialization for Pathological Image Classification2025-06-17DDS-NAS: Dynamic Data Selection within Neural Architecture Search via On-line Hard Example Mining applied to Image Classification2025-06-17MARCO: Hardware-Aware Neural Architecture Search for Edge Devices with Multi-Agent Reinforcement Learning and Conformal Prediction Filtering2025-06-16Finding Optimal Kernel Size and Dimension in Convolutional Neural Networks An Architecture Optimization Approach2025-06-16Directed Acyclic Graph Convolutional Networks2025-06-13