Twin Support Vector Machines Based on Chaotic Mapping Dung Beetle Optimization Algorithm

Huajuan Huang,Zhenhua Yao,Xiuxi Wei,Yongquan Zhou
DOI: https://doi.org/10.1093/jcde/qwae040
2024-04-24
Journal of Computational Design and Engineering
Abstract:Twin Support Vector Machine (TSVM) is a powerful machine learning method that is usually used to solve binary classification problems. But although the classification speed and performance of Twin Support Vector Machine is better than that of primitive Support Vector Machine, Twin Support Vector Machine still faces the problem of difficult parameter selection, therefore, to overcome the problem of parameter selection of Twin Support Vector Machine, this paper proposes a Chaotic Mapping Dung Beetle Optimization Algorithm based Twin Support Vector Machine (CMDBO-TSVM) for automatic parameter selection. Due to the uncertainty of the random initialization population of the original dung beetle optimization algorithm, this paper additionally adds chaotic mapping initialization to improve the dung beetle optimization algorithm. Experiments on the dataset through this paper show that the classification accuracy of the twin support vector machine based on the chaotic mapping dung beetle optimization algorithm has a better performance.
computer science, interdisciplinary applications,engineering, multidisciplinary
What problem does this paper attempt to address?
The problem this paper attempts to address is the difficulty in parameter selection for Twin Support Vector Machine (TSVM). Although TSVM outperforms traditional Support Vector Machine (SVM) in terms of classification speed and performance, its parameter selection still has a certain degree of randomness. The traditional grid search method is difficult to find optimal parameters, which limits the performance of TSVM. To this end, this paper proposes a Twin Support Vector Machine based on Chaotic Mapping Dung Beetle Optimization Algorithm (CMDBO-TSVM) to automatically select the optimal parameters. Specifically, the main contributions of the paper include: 1. Enhancing the Dung Beetle Optimization Algorithm (DBO) by using Bernoulli chaotic mapping to identify better algorithm parameters. 2. Applying the novel swarm intelligence optimization algorithm (DBO) to Twin Support Vector Machine to discover better parameters. 3. Conducting linear and nonlinear experiments on common UCI datasets, and the results show that the Twin Support Vector Machine based on Chaotic Mapping Dung Beetle Optimization Algorithm improves classification accuracy. Through these improvements, the paper aims to enhance the classification performance of Twin Support Vector Machine and solve the problem of parameter selection.