English

Handling Imbalanced Classification Problems With Support Vector Machines via Evolutionary Bilevel Optimization

Machine Learning 2022-04-22 v1 Artificial Intelligence Neural and Evolutionary Computing

Abstract

Support vector machines (SVMs) are popular learning algorithms to deal with binary classification problems. They traditionally assume equal misclassification costs for each class; however, real-world problems may have an uneven class distribution. This article introduces EBCS-SVM: evolutionary bilevel cost-sensitive SVMs. EBCS-SVM handles imbalanced classification problems by simultaneously learning the support vectors and optimizing the SVM hyperparameters, which comprise the kernel parameter and misclassification costs. The resulting optimization problem is a bilevel problem, where the lower level determines the support vectors and the upper level the hyperparameters. This optimization problem is solved using an evolutionary algorithm (EA) at the upper level and sequential minimal optimization (SMO) at the lower level. These two methods work in a nested fashion, that is, the optimal support vectors help guide the search of the hyperparameters, and the lower level is initialized based on previous successful solutions. The proposed method is assessed using 70 datasets of imbalanced classification and compared with several state-of-the-art methods. The experimental results, supported by a Bayesian test, provided evidence of the effectiveness of EBCS-SVM when working with highly imbalanced datasets.

Keywords

Cite

@article{arxiv.2204.10231,
  title  = {Handling Imbalanced Classification Problems With Support Vector Machines via Evolutionary Bilevel Optimization},
  author = {Alejandro Rosales-Pérez and Salvador García and Francisco Herrera},
  journal= {arXiv preprint arXiv:2204.10231},
  year   = {2022}
}

Comments

Copyright 2022 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works

R2 v1 2026-06-24T10:54:56.888Z