POGD: Gradient Descent with New Stochastic Rules
Feihu Han, Sida Xing, Sui Yang Khoo

TL;DR
POGD is a novel optimization algorithm combining gradient descent with particle swarm principles, demonstrating adaptive learning, faster training, and better local minimum avoidance in CNN image classification tasks.
Contribution
This paper introduces POGD, a new stochastic optimization method that integrates PSO principles into gradient descent, enhancing training speed and robustness.
Findings
Faster convergence to target accuracy in CNN training
Improved ability to avoid local minima
Adaptive learning capability demonstrated on MNIST and CIFAR-10
Abstract
There introduce Particle Optimized Gradient Descent (POGD), an algorithm based on the gradient descent but integrates the particle swarm optimization (PSO) principle to achieve the iteration. From the experiments, this algorithm has adaptive learning ability. The experiments in this paper mainly focus on the training speed to reach the target value and the ability to prevent the local minimum. The experiments in this paper are achieved by the convolutional neural network (CNN) image classification on the MNIST and cifar-10 datasets.
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
TopicsNeural Networks and Applications · Metaheuristic Optimization Algorithms Research
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
