vix.ing · top · new · best · stats · spec

Genetically Modified Wolf Optimization with Stochastic Gradient Descent for Optimising Deep Neural Networks

2023/01/21 by Manuel Bradicic, Bradicic, Manuel, Michal Sitarz +3
Computer Science · #Advanced Neural Network Applications #FOS: Computer and information sciences #Machine Learning and ELM #Neural Networks and Applications #Neural and Evolutionary Computing (cs.NE)

paper · pdf · doi:10.48550/arxiv.2301.08950

openalex publication_date 2023/01/21 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

When training Convolutional Neural Networks (CNNs) there is a large emphasis on creating efficient optimization algorithms and highly accurate networks. The state-of-the-art method of optimizing the networks is done by using gradient descent algorithms, such as Stochastic Gradient Descent (SGD). However, there are some limitations presented when using gradient descent methods. The major drawback is the lack of exploration, and over-reliance on exploitation. Hence, this research aims to analyze an alternative approach to optimizing neural network (NN) weights, with the use of population-based metaheuristic algorithms. A hybrid between Grey Wolf Optimizer (GWO) and Genetic Algorithms (GA) is explored, in conjunction with SGD; producing a Genetically Modified Wolf optimization algorithm boosted with SGD (GMW-SGD). This algorithm allows for a combination between exploitation and exploration, whilst also tackling the issue of high-dimensionality, affecting the performance of standard metaheuristic algorithms. The proposed algorithm was trained and tested on CIFAR-10 where it performs comparably to the SGD algorithm, reaching high test accuracy, and significantly outperforms standard metaheuristic algorithms.

Related