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/Evolving Neural Architecture Using One Shot Model

Evolving Neural Architecture Using One Shot Model

Nilotpal Sinha, Kuan-Wen Chen

2020-12-23Neural Architecture Search
PaperPDFCode(official)

Abstract

Neural Architecture Search (NAS) is emerging as a new research direction which has the potential to replace the hand-crafted neural architectures designed for specific tasks. Previous evolution based architecture search requires high computational resources resulting in high search time. In this work, we propose a novel way of applying a simple genetic algorithm to the NAS problem called EvNAS (Evolving Neural Architecture using One Shot Model) which reduces the search time significantly while still achieving better result than previous evolution based methods. The architectures are represented by using the architecture parameter of the one shot model which results in the weight sharing among the architectures for a given population of architectures and also weight inheritance from one generation to the next generation of architectures. We propose a decoding technique for the architecture parameter which is used to divert majority of the gradient information towards the given architecture and is also used for improving the performance prediction of the given architecture from the one shot model during the search process. Furthermore, we use the accuracy of the partially trained architecture on the validation data as a prediction of its fitness in order to reduce the search time. EvNAS searches for the architecture on the proxy dataset i.e. CIFAR-10 for 4.4 GPU day on a single GPU and achieves top-1 test error of 2.47% with 3.63M parameters which is then transferred to CIFAR-100 and ImageNet achieving top-1 error of 16.37% and top-5 error of 7.4% respectively. All of these results show the potential of evolutionary methods in solving the architecture search problem.

Results

TaskDatasetMetricValueModel
Neural Architecture SearchImageNetAccuracy75.6EvNAS-B
Neural Architecture SearchImageNetMACs599EvNAS-B
Neural Architecture SearchImageNetParams5.3EvNAS-B
Neural Architecture SearchImageNetTop-1 Error Rate24.4EvNAS-B
Neural Architecture SearchImageNetAccuracy75.6EvNAS-A
Neural Architecture SearchImageNetMACs570EvNAS-A
Neural Architecture SearchImageNetParams5.1EvNAS-A
Neural Architecture SearchImageNetTop-1 Error Rate24.4EvNAS-A
Neural Architecture SearchImageNetAccuracy74.9EvNAS-C
Neural Architecture SearchImageNetMACs547EvNAS-C
Neural Architecture SearchImageNetParams4.9EvNAS-C
Neural Architecture SearchImageNetTop-1 Error Rate25.1EvNAS-C
AutoMLImageNetAccuracy75.6EvNAS-B
AutoMLImageNetMACs599EvNAS-B
AutoMLImageNetParams5.3EvNAS-B
AutoMLImageNetTop-1 Error Rate24.4EvNAS-B
AutoMLImageNetAccuracy75.6EvNAS-A
AutoMLImageNetMACs570EvNAS-A
AutoMLImageNetParams5.1EvNAS-A
AutoMLImageNetTop-1 Error Rate24.4EvNAS-A
AutoMLImageNetAccuracy74.9EvNAS-C
AutoMLImageNetMACs547EvNAS-C
AutoMLImageNetParams4.9EvNAS-C
AutoMLImageNetTop-1 Error Rate25.1EvNAS-C

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