MLLGJan 15, 2024

Cost-sensitive Feature Selection for Support Vector Machines

arXiv:2401.07627v150 citationsh-index: 31Comput Oper Res
Originality Incremental advance
AI Analysis

This work addresses the need for cost-sensitive feature selection in classification tasks, particularly for domains where misclassification errors have asymmetric consequences, though it is incremental as it builds on existing SVM methods.

The authors tackled the problem of feature selection for support vector machines by incorporating asymmetric misclassification costs, resulting in a substantial decrease in the number of features while achieving a desired trade-off between false positive and false negative rates on benchmark datasets.

Feature Selection is a crucial procedure in Data Science tasks such as Classification, since it identifies the relevant variables, making thus the classification procedures more interpretable, cheaper in terms of measurement and more effective by reducing noise and data overfit. The relevance of features in a classification procedure is linked to the fact that misclassifications costs are frequently asymmetric, since false positive and false negative cases may have very different consequences. However, off-the-shelf Feature Selection procedures seldom take into account such cost-sensitivity of errors. In this paper we propose a mathematical-optimization-based Feature Selection procedure embedded in one of the most popular classification procedures, namely, Support Vector Machines, accommodating asymmetric misclassification costs. The key idea is to replace the traditional margin maximization by minimizing the number of features selected, but imposing upper bounds on the false positive and negative rates. The problem is written as an integer linear problem plus a quadratic convex problem for Support Vector Machines with both linear and radial kernels. The reported numerical experience demonstrates the usefulness of the proposed Feature Selection procedure. Indeed, our results on benchmark data sets show that a substantial decrease of the number of features is obtained, whilst the desired trade-off between false positive and false negative rates is achieved.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes