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/EEEA-Net: An Early Exit Evolutionary Neural Architecture S...

EEEA-Net: An Early Exit Evolutionary Neural Architecture Search

Chakkrit Termritthikun, Yeshi Jamtsho, Jirarat Ieamsaard, Paisarn Muneesawang, Ivan Lee

2021-08-13Image ClassificationSemantic SegmentationNeural Architecture SearchKeypoint Detectionobject-detectionObject Detection
PaperPDFCode(official)

Abstract

The goals of this research were to search for Convolutional Neural Network (CNN) architectures, suitable for an on-device processor with limited computing resources, performing at substantially lower Network Architecture Search (NAS) costs. A new algorithm entitled an Early Exit Population Initialisation (EE-PI) for Evolutionary Algorithm (EA) was developed to achieve both goals. The EE-PI reduces the total number of parameters in the search process by filtering the models with fewer parameters than the maximum threshold. It will look for a new model to replace those models with parameters more than the threshold. Thereby, reducing the number of parameters, memory usage for model storage and processing time while maintaining the same performance or accuracy. The search time was reduced to 0.52 GPU day. This is a huge and significant achievement compared to the NAS of 4 GPU days achieved using NSGA-Net, 3,150 GPU days by the AmoebaNet model, and the 2,000 GPU days by the NASNet model. As well, Early Exit Evolutionary Algorithm networks (EEEA-Nets) yield network architectures with minimal error and computational cost suitable for a given dataset as a class of network algorithms. Using EEEA-Net on CIFAR-10, CIFAR-100, and ImageNet datasets, our experiments showed that EEEA-Net achieved the lowest error rate among state-of-the-art NAS models, with 2.46% for CIFAR-10, 15.02% for CIFAR-100, and 23.8% for ImageNet dataset. Further, we implemented this image recognition architecture for other tasks, such as object detection, semantic segmentation, and keypoint detection tasks, and, in our experiments, EEEA-Net-C2 outperformed MobileNet-V3 on all of these various tasks. (The algorithm code is available at https://github.com/chakkritte/EEEA-Net).

Results

TaskDatasetMetricValueModel
Semantic SegmentationCityscapes valmIoU76.8EEEA-Net-C2 (ours)
Neural Architecture SearchCIFAR-10 Image ClassificationParams3.6EEEA-Net-C (b=5)+ CO
Neural Architecture SearchImageNetAccuracy76.2EEEA-Net-C2 (b=7) (our)
Neural Architecture SearchImageNetTop-1 Error Rate23.8EEEA-Net-C2 (b=7) (our)
Neural Architecture SearchImageNetAccuracy74.3EEEA-Net-C1 (b=7) (our)
Neural Architecture SearchImageNetTop-1 Error Rate25.7EEEA-Net-C1 (b=7) (our)
Image ClassificationCIFAR-100Percentage correct84.98EEEA-Net-C (b=5)+ CO
AutoMLCIFAR-10 Image ClassificationParams3.6EEEA-Net-C (b=5)+ CO
AutoMLImageNetAccuracy76.2EEEA-Net-C2 (b=7) (our)
AutoMLImageNetTop-1 Error Rate23.8EEEA-Net-C2 (b=7) (our)
AutoMLImageNetAccuracy74.3EEEA-Net-C1 (b=7) (our)
AutoMLImageNetTop-1 Error Rate25.7EEEA-Net-C1 (b=7) (our)
10-shot image generationCityscapes valmIoU76.8EEEA-Net-C2 (ours)

Related Papers

SeC: Advancing Complex Video Object Segmentation via Progressive Concept Construction2025-07-21Automatic Classification and Segmentation of Tunnel Cracks Based on Deep Learning and Visual Explanations2025-07-18Adversarial attacks to image classification systems using evolutionary algorithms2025-07-17Efficient Adaptation of Pre-trained Vision Transformer underpinned by Approximately Orthogonal Fine-Tuning Strategy2025-07-17Federated Learning for Commercial Image Sources2025-07-17MUPAX: Multidimensional Problem Agnostic eXplainable AI2025-07-17DiffOSeg: Omni Medical Image Segmentation via Multi-Expert Collaboration Diffusion Model2025-07-17SCORE: Scene Context Matters in Open-Vocabulary Remote Sensing Instance Segmentation2025-07-17