DeepSwarm: Optimising Convolutional Neural Networks using Swarm Intelligence

May 17, 2019 ยท Entered Twilight ยท ๐Ÿ› UK Workshop on Computational Intelligence

๐ŸŒ… TWILIGHT: Old Age
Predates the code-sharing era โ€” a pioneer of its time

"Last commit was 6.0 years ago (โ‰ฅ5 year threshold)"

Evidence collected by the PWNC Scanner

Repo contents: .gitignore, LICENSE, Makefile, README.md, deepswarm, examples, requirements.txt, settings, setup.py, tests

Authors Edvinas Byla, Wei Pang arXiv ID 1905.07350 Category cs.LG: Machine Learning Cross-listed cs.NE, stat.ML Citations 47 Venue UK Workshop on Computational Intelligence Repository https://github.com/Pattio/DeepSwarm โญ 328 Last Checked 1 month ago
Abstract
In this paper we propose DeepSwarm, a novel neural architecture search (NAS) method based on Swarm Intelligence principles. At its core DeepSwarm uses Ant Colony Optimization (ACO) to generate ant population which uses the pheromone information to collectively search for the best neural architecture. Furthermore, by using local and global pheromone update rules our method ensures the balance between exploitation and exploration. On top of this, to make our method more efficient we combine progressive neural architecture search with weight reusability. Furthermore, due to the nature of ACO our method can incorporate heuristic information which can further speed up the search process. After systematic and extensive evaluation, we discover that on three different datasets (MNIST, Fashion-MNIST, and CIFAR-10) when compared to existing systems our proposed method demonstrates competitive performance. Finally, we open source DeepSwarm as a NAS library and hope it can be used by more deep learning researchers and practitioners.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Machine Learning