paper-with-me

Papers

Optimizing Cost-Sensitive SVM for Imbalanced Data :Connecting Cluster to Classification

2017-02-06 · Qiuyan Yan, Shixiong Xia, Fanrong Meng

Class imbalance is one of the challenging problems for machine learning in many real-world applications, such as coal and gas burst accident monitoring: the burst premonition data is extreme smaller than the normal data, however, which is the highlight we truly focus on. Cost-sensitive adjustment approach is a typical algorithm-level method resisting the data set imbalance. For SVMs classifier, which is modified to incorporate varying penalty parameter(C) for each of considered groups of examples. However, the C value is determined empirically, or is calculated according to the evaluation metric, which need to be computed iteratively and time consuming. This paper presents a novel cost-sensitive SVM method whose penalty parameter C optimized on the basis of cluster probability density function(PDF) and the cluster PDF is estimated only according to similarity matrix and some predefined hyper-parameters. Experimental results on various standard benchmark data sets and real-world data with different ratios of imbalance show that the proposed method is effective in comparison with commonly used cost-sensitive techniques.

📄 PDF Abstract BibTeX arXiv:1702.01504

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Cost-Sensitive Feature Selection by Optimizing F-Measures

2019-04-04 · Meng Liu, Chang Xu, Yong Luo, Chao Xu 외

Feature selection is beneficial for improving the performance of general machine learning tasks by extracting an informative subset from the high-dimensional features. Conventional feature selection methods usually ignor…

feature selection

CRCEN: A Generalized Cost-sensitive Neural Network Approach for Imbalanced Classification

2019-06-10 · Xiangrui Li, Dongxiao Zhu

Classification on imbalanced datasets is a challenging task in real-world applications. Training conventional classification algorithms directly by minimizing classification error in this scenario can compromise model pe…

ClassificationGeneral Classificationimbalanced classification

LIUBoost : Locality Informed Underboosting for Imbalanced Data Classification

2017-11-15 · Sajid Ahmed, Farshid Rayhan, Asif Mahbub, Md. Rafsan Jani 외

The problem of class imbalance along with class-overlapping has become a major issue in the domain of supervised learning. Most supervised learning algorithms assume equal cardinality of the classes under consideration w…

ClassificationGeneral Classification

Cost-Sensitive Convolution based Neural Networks for Imbalanced Time-Series Classification

2018-01-13 · Yue Geng, Xinyu Luo

Some deep convolutional neural networks were proposed for time-series classification and class imbalanced problems. However, those models performed degraded and even failed to recognize the minority class of an imbalance…

Deep LearningGeneral ClassificationTemporal SequencesTime Series+2

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

2022-04-21 · Alejandro Rosales-Pérez, Salvador García, Francisco Herrera

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…

Bilevel OptimizationBinary ClassificationClassificationimbalanced classification