paper-with-me

Papers

Data Balancing Strategies: A Survey of Resampling and Augmentation Methods

2025-05-17 · Behnam Yousefimehr, Mehdi Ghatee, Mohammad Amin Seifi, Javad Fazli, Sajed Tavakoli, Zahra Rafei, Shervin Ghaffari, Abolfazl Nikahd, Mahdi Razi Gandomani, Alireza Orouji, Ramtin Mahmoudi Kashani, Sarina Heshmati, Negin Sadat Mousavi

Imbalanced data poses a significant obstacle in machine learning, as an unequal distribution of class labels often results in skewed predictions and diminished model accuracy. To mitigate this problem, various resampling strategies have been developed, encompassing both oversampling and undersampling techniques aimed at modifying class proportions. Conventional oversampling approaches like SMOTE enhance the representation of the minority class, whereas undersampling methods focus on trimming down the majority class. Advances in deep learning have facilitated the creation of more complex solutions, such as Generative Adversarial Networks (GANs) and Variational Autoencoders (VAEs), which are capable of producing high-quality synthetic examples. This paper reviews a broad spectrum of data balancing methods, classifying them into categories including synthetic oversampling, adaptive techniques, generative models, ensemble-based strategies, hybrid approaches, undersampling, and neighbor-based methods. Furthermore, it highlights current developments in resampling techniques and discusses practical implementations and case studies that validate their effectiveness. The paper concludes by offering perspectives on potential directions for future exploration in this domain.

📄 PDF Abstract BibTeX arXiv:2505.13518

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Focus 설명 없음
SMOTE Perhaps the most widely used approach to synthesizing new examples is called the Synthetic Minority Oversampling Technique, or SMOTE for short. This technique was described by…

Similar Papers 제목 키워드 기반

Resampling strategies for imbalanced regression: a survey and empirical analysis

2025-07-16 · Juscimara G. Avelino, George D. C. Cavalcanti, Rafael M. O. Cruz arxiv

Imbalanced problems can arise in different real-world situations, and to address this, certain strategies in the form of resampling or balancing algorithms are proposed. This issue has largely been studied in the context…

Systematic Evaluation of Synthetic Data Augmentation for Multi-class NetFlow Traffic

2024-08-28 · Maximilian Wolf, Dieter Landes, Andreas Hotho, Daniel Schlör

The detection of cyber-attacks in computer networks is a crucial and ongoing research challenge. Machine learning-based attack classification offers a promising solution, as these models can be continuously updated with …

Binary ClassificationClassificationData AugmentationIntrusion Detection+1

Image-Level or Object-Level? A Tale of Two Resampling Strategies for Long-Tailed Detection

2021-04-12 · Nadine Chang, Zhiding Yu, Yu-Xiong Wang, Anima Anandkumar 외

Training on datasets with long-tailed distributions has been challenging for major recognition tasks such as classification and detection. To deal with this challenge, image resampling is typically introduced as a simple…

Object

Background Data Resampling for Outlier-Aware Classification

2020-06-01 · CVPR 2020 6 · Yi Li, Nuno Vasconcelos

The problem of learning an image classifier that allows detection of out-of-distribution (OOD) examples, with the help of auxiliary background datasets, is studied. While training with background has been shown to improv…

ClassificationGeneral ClassificationOpen-Ended Question AnsweringOut of Distribution (OOD) Detection

Class-Imbalanced Graph Learning without Class Rebalancing

2023-08-27 · Zhining Liu, Ruizhong Qiu, Zhichen Zeng, Hyunsik Yoo 외

Class imbalance is prevalent in real-world node classification tasks and poses great challenges for graph learning models. Most existing studies are rooted in a class-rebalancing (CR) perspective and address class imbala…

ClassificationGraph LearningNode Classification