paper-with-me

Papers

ART: Adaptive Resampling-based Training for Imbalanced Classification

2025-08-31 · Arjun Basandrai, Shourya Jain, K. Ilanthenral arxiv

Traditional resampling methods for handling class imbalance typically uses fixed distributions, undersampling the majority or oversampling the minority. These static strategies ignore changes in class-wise learning difficulty, which can limit the overall performance of the model. This paper proposes an Adaptive Resampling-based Training (ART) method that periodically updates the distribution of the training data based on the class-wise performance of the model. Specifically, ART uses class-wise macro F1 scores, computed at fixed intervals, to determine the degree of resampling to be performed. Unlike instance-level difficulty modeling, which is noisy and outlier-sensitive, ART adapts at the class level. This allows the model to incrementally shift its attention towards underperforming classes in a way that better aligns with the optimization objective. Results on diverse benchmarks, including Pima Indians Diabetes and Yeast dataset demonstrate that ART consistently outperforms both resampling-based and algorithm-level methods, including Synthetic Minority Oversampling Technique (SMOTE), NearMiss Undersampling, and Cost-sensitive Learning on binary as well as multi-class classification tasks with varying degrees of imbalance. In most settings, these improvements are statistically significant. On tabular datasets, gains are significant under paired t-tests and Wilcoxon tests (p < 0.05), while results on text and image tasks remain favorable. Compared to training on the original imbalanced data, ART improves macro F1 by an average of 2.64 percentage points across all tested tabular datasets. Unlike existing methods, whose performance varies by task, ART consistently delivers the strongest macro F1, making it a reliable choice for imbalanced classification.

📄 PDF Abstract BibTeX arXiv:2509.00955

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-class Classification

Similar Papers 제목 키워드 기반

Imbalanced classification: a paradigm-based review

2020-02-11 · Yang Feng, Min Zhou, Xin Tong

A common issue for classification in scientific research and industry is the existence of imbalanced classes. When sample sizes of different classes are imbalanced in training data, naively implementing a classification …

Binary ClassificationClassificationGeneral Classificationimbalanced classification

RB-CCR: Radial-Based Combined Cleaning and Resampling algorithm for imbalanced data classification

2021-05-09 · Michał Koziarski, Colin Bellinger, Michał Woźniak

Real-world classification domains, such as medicine, health and safety, and finance, often exhibit imbalanced class priors and have asynchronous misclassification costs. In such cases, the classification model must achie…

General Classification

Influence of Resampling on Accuracy of Imbalanced Classification

2017-07-12 · Evgeny Burnaev, Pavel Erofeev, Artem Papanov

In many real-world binary classification tasks (e.g. detection of certain objects from images), an available dataset is imbalanced, i.e., it has much less representatives of a one class (a minor class), than of another. …

Binary ClassificationClassificationGeneral Classificationimbalanced classification

Tradeoffs in Resampling and Filtering for Imbalanced Classification

2022-08-31 · Ryan Muther, David Smith

Imbalanced classification problems are extremely common in natural language processing and are solved using a variety of resampling and filtering techniques, which often involve making decisions on how to select training…

Classificationimbalanced classificationRetrievaltoken-classification+1

Boosting-GNN: Boosting Algorithm for Graph Networks on Imbalanced Node Classification

2021-05-25 · S. Shi, Kai Qiao, Shuai Yang, L. Wang 외

The Graph Neural Network (GNN) has been widely used for graph data representation. However, the existing researches only consider the ideal balanced dataset, and the imbalanced dataset is rarely considered. Traditional m…

Ensemble LearningGraph Neural NetworkNode ClassificationTransfer Learning