paper-with-me

홈 › Papers

Multiple Population Alternate Evolution Neural Architecture Search

2024-03-11 · Juan Zou, Han Chu, Yizhang Xia, Junwen Xu, YuAn Liu, Zhanglu Hou

The effectiveness of Evolutionary Neural Architecture Search (ENAS) is influenced by the design of the search space. Nevertheless, common methods including the global search space, scalable search space and hierarchical search space have certain limitations. Specifically, the global search space requires a significant amount of computational resources and time, the scalable search space sacrifices the diversity of network structures and the hierarchical search space increases the search cost in exchange for network diversity. To address above limitation, we propose a novel paradigm of searching neural network architectures and design the Multiple Population Alternate Evolution Neural Architecture Search (MPAE), which can achieve module diversity with a smaller search cost. MPAE converts the search space into L interconnected units and sequentially searches the units, then the above search of the entire network be cycled several times to reduce the impact of previous units on subsequent units. To accelerate the population evolution process, we also propose the the population migration mechanism establishes an excellent migration archive and transfers the excellent knowledge and experience in the migration archive to new populations. The proposed method requires only 0.3 GPU days to search a neural network on the CIFAR dataset and achieves the state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:2403.07035

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityGPUNeural Architecture Search

Similar Papers 제목 키워드 기반

Evolutionary Stochastic Gradient Descent for Optimization of Deep Neural Networks

2018-10-16 · NeurIPS 2018 12 · Xiaodong Cui, Wei zhang, Zoltán Tüske, Michael Picheny

We propose a population-based Evolutionary Stochastic Gradient Descent (ESGD) framework for optimizing deep neural networks. ESGD combines SGD and gradient-free evolutionary algorithms as complementary algorithms in one …

Evolutionary AlgorithmsLanguage ModelingLanguage Modellingspeech-recognition+1

A Multi-Transformation Evolutionary Framework for Influence Maximization in Social Networks

2022-04-07 · Chao Wang, Jiaxuan Zhao, Lingling Li, Licheng Jiao 외

Influence maximization is a crucial issue for mining the deep information of social networks, which aims to select a seed set from the network to maximize the number of influenced nodes. To evaluate the influence spread …

Open-Ended Evolution for Minecraft Building Generation

2022-09-07 · Matthew Barthet, Antonios Liapis, Georgios N. Yannakakis

This paper proposes a procedural content generator which evolves Minecraft buildings according to an open-ended and intrinsic definition of novelty. To realize this goal we evaluate individuals' novelty in the latent spa…

DiversityMinecraft

Agent based simulation of the evolution of society as an alternate maximization problem

2017-07-05 · Amartya Sanyal, Sanjana Garg, Asim Unmesh

Understanding the evolution of human society, as a complex adaptive system, is a task that has been looked upon from various angles. In this paper, we simulate an agent-based model with a high enough population tractably…

A Pairwise Comparison Relation-assisted Multi-objective Evolutionary Neural Architecture Search Method with Multi-population Mechanism

2024-07-22 · Yu Xue, Chenchen Zhu, Mengchu Zhou, Mohamed Wahib 외

Neural architecture search (NAS) enables re-searchers to automatically explore vast search spaces and find efficient neural networks. But NAS suffers from a key bottleneck, i.e., numerous architectures need to be evaluat…

GPUNeural Architecture Search