paper-with-me

홈 › Papers

MixBoost: Synthetic Oversampling with Boosted Mixup for Handling Extreme Imbalance

2020-09-03 · Anubha Kabra, Ayush Chopra, Nikaash Puri, Pinkesh Badjatiya, Sukriti Verma, Piyush Gupta, Balaji K

Training a classification model on a dataset where the instances of one class outnumber those of the other class is a challenging problem. Such imbalanced datasets are standard in real-world situations such as fraud detection, medical diagnosis, and computational advertising. We propose an iterative data augmentation method, MixBoost, which intelligently selects (Boost) and then combines (Mix) instances from the majority and minority classes to generate synthetic hybrid instances that have characteristics of both classes. We evaluate MixBoost on 20 benchmark datasets, show that it outperforms existing approaches, and test its efficacy through significance testing. We also present ablation studies to analyze the impact of the different components of MixBoost.

📄 PDF Abstract BibTeX arXiv:2009.01571

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationFraud DetectionMedical Diagnosis

Similar Papers 제목 키워드 기반

Handling Imbalanced Data: A Case Study for Binary Class Problems

2020-10-09 · Richmond Addo Danquah

For several years till date, the major issues in terms of solving for classification problems are the issues of Imbalanced data. Because majority of the machine learning algorithms by default assumes all data are balance…

Binary Classification

Handling oversampling in dynamic networks using link prediction

2015-04-24 · Benjamin Fish, Rajmonda S. Caceres

Oversampling is a common characteristic of data representing dynamic networks. It introduces noise into representations of dynamic networks, but there has been little work so far to compensate for it. Oversampling can af…

Link PredictionPrediction

CSMOUTE: Combined Synthetic Oversampling and Undersampling Technique for Imbalanced Data Classification

2020-04-07 · Michał Koziarski

In this paper we propose a novel data-level algorithm for handling data imbalance in the classification task, Synthetic Majority Undersampling Technique (SMUTE). SMUTE leverages the concept of interpolation of nearby ins…

General Classification

From SMOTE to Mixup for Deep Imbalanced Classification

2023-08-29 · Wei-Chao Cheng, Tan-Ha Mai, Hsuan-Tien Lin

Given imbalanced data, it is hard to train a good classifier using deep learning because of the poor generalization of minority classes. Traditionally, the well-known synthetic minority oversampling technique (SMOTE) for…

ClassificationData AugmentationDeep Learningimbalanced classification

Kernel-Based Enhanced Oversampling Method for Imbalanced Classification

2025-04-12 · Wenjie Li, Sibo Zhu, Zhijian Li, Hanlin Wang

This paper introduces a novel oversampling technique designed to improve classification performance on imbalanced datasets. The proposed method enhances the traditional SMOTE algorithm by incorporating convex combination…

Classificationimbalanced classification