paper-with-me

Papers

EEEA-Net: An Early Exit Evolutionary Neural Architecture Search

2021-08-13 · Chakkrit Termritthikun, Yeshi Jamtsho, Jirarat Ieamsaard, Paisarn Muneesawang, Ivan Lee

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).

📄 PDF Abstract BibTeX arXiv:2108.06156

Code (1)

chakkritte/eeea-net 공식 구현 pytorch

Tasks

GPUImage ClassificationKeypoint DetectionNeural Architecture Searchobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Spatially Separable Convolution A Spatially Separable Convolution decomposes a convolution into two separate operations. In regular convolution, if we have a…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
AmoebaNet 설명 없음

Similar Papers 제목 키워드 기반

FreeEagle: Detecting Complex Neural Trojans in Data-Free Cases

2023-02-28 · Chong Fu, Xuhong Zhang, Shouling Ji, Ting Wang 외

Trojan attack on deep neural networks, also known as backdoor attack, is a typical threat to artificial intelligence. A trojaned neural network behaves normally with clean inputs. However, if the input contains a particu…

Backdoor Attack

Evolutionary-Neural Hybrid Agents for Architecture Search

2018-11-24 · Krzysztof Maziarz, Mingxing Tan, Andrey Khorlin, Marin Georgiev 외

Neural Architecture Search has shown potential to automate the design of neural networks. Deep Reinforcement Learning based agents can learn complex architectural patterns, as well as explore a vast and compositional sea…

Deep Reinforcement LearningEvolutionary AlgorithmsGeneral Classificationimage-classification+4

Evo-NAS: Evolutionary-Neural Hybrid Agent for Architecture Search

2019-09-25 · Krzysztof Maziarz, Mingxing Tan, Andrey Khorlin, Kuang-Yu Samuel Chang 외

Neural Architecture Search has shown potential to automate the design of neural networks. Deep Reinforcement Learning based agents can learn complex architectural patterns, as well as explore a vast and compositional sea…

Deep Reinforcement LearningEvolutionary Algorithmsimage-classificationImage Classification+2

EAGAN: Efficient Two-stage Evolutionary Architecture Search for GANs

2021-11-30 · Guohao Ying, Xin He, Bin Gao, Bo Han 외

Generative adversarial networks (GANs) have proven successful in image generation tasks. However, GAN training is inherently unstable. Although many works try to stabilize it by manually modifying GAN architecture, it re…

GPUImage GenerationNeural Architecture SearchUnconditional Image Generation+1

Evolutionary Algorithm for Reservoir Learning and Yielding

2026-05-19 · Julien Testu, Pierrick Legrand, Xavier Hinaut arxiv

Reservoir computing, a type of recurrent neural network, is a promising approach for temporal learning as it separates dynamic processing from the trained readout layer. However, classical Echo State Networks (ESNs) ofte…