paper-with-me

홈 › Papers

Counterfactual-based minority oversampling for imbalanced classification

2020-08-21 · Hao Luo, Li Liu

A key challenge of oversampling in imbalanced classification is that the generation of new minority samples often neglects the usage of majority classes, resulting in most new minority sampling spreading the whole minority space. In view of this, we present a new oversampling framework based on the counterfactual theory. Our framework introduces a counterfactual objective by leveraging the rich inherent information of majority classes and explicitly perturbing majority samples to generate new samples in the territory of minority space. It can be analytically shown that the new minority samples satisfy the minimum inversion, and therefore most of them locate near the decision boundary. Empirical evaluations on benchmark datasets suggest that our approach significantly outperforms the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2008.09488

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationcounterfactualGeneral Classificationimbalanced classification

Similar Papers 제목 키워드 기반

Solving the Class Imbalance Problem Using a Counterfactual Method for Data Augmentation

2021-11-05 · Mohammed Temraz, Mark T. Keane

Learning from class imbalanced datasets poses challenges for many machine learning algorithms. Many real-world domains are, by definition, class imbalanced by virtue of having a majority class that naturally has many mor…

counterfactualData Augmentation

GenSample: A Genetic Algorithm for Oversampling in Imbalanced Datasets

2019-10-23 · Vishwa Karia, Wen-Hao Zhang, Arash Naeim, Ramin Ramezani

Imbalanced datasets are ubiquitous. Classification performance on imbalanced datasets is generally poor for the minority class as the classifier cannot learn decision boundaries well. However, in sensitive applications l…

Fraud DetectionMedical Diagnosis

Extrapolated Markov Chain Oversampling Method for Imbalanced Text Classification

2025-09-02 · Aleksi Avela, Pauliina Ilmonen arxiv

Text classification is the task of automatically assigning text documents correct labels from a predefined set of categories. In real-life (text) classification tasks, observations and misclassification costs are often u…

Text Classification

GMOTE: Gaussian based minority oversampling technique for imbalanced classification adapting tail probability of outliers

2021-05-09 · Seung Jee Yang, Kyung Joon Cha

Classification of imbalanced data is one of the common problems in the recent field of data mining. Imbalanced data substantially affects the performance of standard classification models. Data-level approaches mainly us…

ClusteringGeneral Classificationimbalanced classification

CGMOS: Certainty Guided Minority OverSampling

2016-07-21 · Xi Zhang, Di Ma, Lin Gan, Shanshan Jiang 외

Handling imbalanced datasets is a challenging problem that if not treated correctly results in reduced classification performance. Imbalanced datasets are commonly handled using minority oversampling, whereas the SMOTE a…

ClassificationGeneral Classification