HariyaNobuki / BenchENAS

BenchENAS is a platform to help researchers conduct fair comparisons upon Evolutionary algorithm based Neural Architecture Search (ENAS) algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI CircleCI Coverage

Documentation | Website

BenchENAS is a benchmarking platform to conduct fair comparisons upon Evolutionary algorithm based Neural Architecture Search (ENAS) algorithms.

Nine representative state-of-the-art ENAS algorithms, popular data processing techniques for 3 widely used benchmark datasets and customized dataset, as well as configurable trainer settings such as learning rate policy, optimizers, batch size, and training epochs, have been implemented intothe proposed BenchENAS platform. To this end, the related researchers can illustrate the innovativeness of their proposed algorithms by making fair comparisons with the state-of-the-art ENAS algorithms.

Furthermore, An efficient parallel component and a cache component are designed to accelerate the fitness evaluation phase in BenchENAS. The parallel component is based on the parallel training mechanism of existing deep learning libraries and can be used to speed up the running of the corresponding ENAS algorithm. The cache component is used to record the fitness values for each architecture and to reuse the fitness values in the cache when an individual of the same architecture appears.

Installation

We provide two way to install BenchENAS.

From python package

Please click Here.

From linux source code

Please click Here.

Algorithms included

Contributing

This is an open-source project welcoming your contributions. You can contribute in three ways:

  • Star and fork BenchENAS to follow its latest developments, share it with your networks, and ask questions about it.
  • Use BenchENAS in your project and let us know any bugs (& fixes) and feature requests/suggestions via creating an issue.
  • Contribute via branch, fork, and pull for minor fixes and new features, functions, or algorithms to become one of the contributors.

Citing

View the published paper. If you use or reference BenchENAS, please cite:

@ARTICLE{9697075,
  author={Xie, Xiangning and Liu, Yuqiao and Sun, Yanan and Yen, Gary G. and Xue, Bing and Zhang, Mengjie},
  journal={IEEE Transactions on Evolutionary Computation}, 
  title={BenchENAS: A Benchmarking Platform for Evolutionary Neural Architecture Search}, 
  year={2022},
  volume={},
  number={},
  pages={1-1},
  doi={10.1109/TEVC.2022.3147526}}

License

About

BenchENAS is a platform to help researchers conduct fair comparisons upon Evolutionary algorithm based Neural Architecture Search (ENAS) algorithms.

License:MIT License


Languages

Language:Python 100.0%