Multi-Class Imbalanced Learning with Support Vector Machines via Differential Evolution
Zhong-Liang Zhang, Jie Yang, Jian-Ming Ru, Xiao-Xi Zhao, Xing-Gang Luo

TL;DR
This paper introduces an improved multi-class SVM method that uses differential evolution to optimize parameters, effectively addressing class imbalance and outperforming baseline methods in classification tasks.
Contribution
The paper proposes an innovative SVM framework combined with differential evolution for multi-class imbalanced learning, integrating cost-sensitive techniques and margin adjustments.
Findings
i-SVM-DE outperforms baseline methods statistically.
The method effectively handles class imbalance.
Optimization of parameters improves classification accuracy.
Abstract
Support vector machine (SVM) is a powerful machine learning algorithm to handle classification tasks. However, the classical SVM is developed for binary problems with the assumption of balanced datasets. Obviously, the multi-class imbalanced classification problems are more complex. In this paper, we propose an improved SVM via Differential Evolution (i-SVM-DE) method to deal with it. An improved SVM (i-SVM) model is proposed to handle the data imbalance by combining cost sensitive technique and separation margin modification in the constraints, which formalize a parameter optimization problem. By using one-versus-one (OVO) scheme, a multi-class problem is decomposed into a number of binary subproblems. A large optimization problem is formalized through concatenating the parameters in the binary subproblems. To find the optimal model effectively and learn the support vectors for each…
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
TopicsImbalanced Data Classification Techniques · Vehicle License Plate Recognition · Text and Document Classification Technologies
MethodsSupport Vector Machine
