TL;DR
This paper introduces a novel PSO-based training method for ConvNets that combines independent SGD training with collaborative weight sharing among multiple networks, leading to improved accuracy on CIFAR datasets.
Contribution
It proposes a new hybrid PSO and SGD training framework for ConvNets that enhances training efficiency and generalization by collaborative weight sharing with heterogeneous step sizes.
Findings
Achieved 98.31% accuracy on CIFAR-10
Achieved 87.48% accuracy on CIFAR-100
Method outperforms other PSO-based approaches
Abstract
Convolutional Neural Networks (ConvNets or CNNs) have been candidly deployed in the scope of computer vision and related fields. Nevertheless, the dynamics of training of these neural networks lie still elusive: it is hard and computationally expensive to train them. A myriad of architectures and training strategies have been proposed to overcome this challenge and address several problems in image processing such as speech, image and action recognition as well as object detection. In this article, we propose a novel Particle Swarm Optimization (PSO) based training for ConvNets. In such framework, the vector of weights of each ConvNet is typically cast as the position of a particle in phase space whereby PSO collaborative dynamics intertwines with Stochastic Gradient Descent (SGD) in order to boost training performance and generalization. Our approach goes as follows: i) [regular phase]…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
