An Error Discovery and Correction for the Family of V-Shaped BPSO Algorithms
Qing Zhao, Chengkui Zhang, Hao Li, Ting Ke

TL;DR
This paper identifies a critical error in V-shaped BPSO algorithms' velocity update function, proposes a correction method, and demonstrates improved accuracy and efficiency through experiments on knapsack problems.
Contribution
It introduces a velocity correction method for V-shaped BPSO algorithms, addressing their chaotic behavior and improving convergence and search effectiveness.
Findings
Significant improvement in accuracy and efficiency of V-shaped BPSO algorithms.
Effective correction method applicable to multiple V-shaped BPSO variants.
Enhanced convergence behavior demonstrated on knapsack problems.
Abstract
BPSO algorithm is a swarm intelligence optimization algorithm, which has the characteristics of good optimization effect, high efficiency and easy to implement. In recent years, it has been used to optimize a variety of machine learning and deep learning models, such as CNN, LSTM, SVM, etc. But it is easy to fall into local optimum for the lack of exploitation ability. It is found that in the article, which is different from previous studies, The reason for the poor performance is an error existing in their velocity update function, which leads to abnormal and chaotic behavior of particles. This not only makes the algorithm difficult to converge, but also often searches the repeated space. So, traditionally, it has to rely on a low w value in the later stage to force these algorithms to converge, but also makes them quickly lose their search ability and prone to getting trapped in local…
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
TopicsFault Detection and Control Systems
MethodsSupport Vector Machine · Sigmoid Activation · Tanh Activation · Long Short-Term Memory
