Optimization of Convolutional Neural Network Using the Linearly Decreasing Weight Particle Swarm Optimization
T. Serizawa, H. Fujita

TL;DR
This paper introduces a linearly decreasing weight particle swarm optimization method to optimize CNN hyperparameters, significantly improving accuracy on benchmark datasets MNIST and CIFAR-10 compared to standard CNN models.
Contribution
The paper proposes a novel LDWPSO algorithm for CNN hyperparameter tuning, demonstrating its effectiveness on standard datasets with notable accuracy improvements.
Findings
LDWPSO CNN achieved 98.95% on MNIST, outperforming baseline.
LDWPSO CNN achieved 69.37% on CIFAR-10, significantly better than baseline.
The method converges faster and yields higher accuracy than traditional approaches.
Abstract
Convolutional neural network (CNN) is one of the most frequently used deep learning techniques. Various forms of models have been proposed and im-proved for learning at CNN. When learning with CNN, it is necessary to determine the optimal hyperparameters. However, the number of hyperparameters is so large that it is difficult to do it manually, so much research has been done on automation. A method that uses metaheuristic algorithms is attracting attention in research on hyperparameter optimization. Metaheuristic algorithms are naturally inspired and include evolution strategies, genetic algorithms, antcolony optimization and particle swarm optimization. In particular, particle swarm optimization converges faster than genetic algorithms, and various models have been proposed. In this paper, we pro-pose CNN hyperparameter optimization with linearly decreasing weight particle swarm…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMetaheuristic Optimization Algorithms Research · Neural Networks and Applications · Evolutionary Algorithms and Applications
