中文
相关论文

相关论文: ASTra: A Novel Algorithm-Level Approach to Imbalan…

200 篇论文

Classifying imbalanced datasets remains a significant challenge in machine learning, particularly with big data where instances are unevenly distributed among classes, leading to class imbalance issues that impact classifier performance.…

机器学习 · 计算机科学 2025-04-18 Khaled SH. Raslan , Almohammady S. Alsharkawy , K. R. Raslan

We propose performing imbalanced classification by regrouping majority classes into small classes so that we turn the problem into balanced multiclass classification. This new idea is dramatically different from popular loss reweighting and…

计算机视觉与模式识别 · 计算机科学 2022-10-28 Le Peng , Yash Travadi , Rui Zhang , Ying Cui , Ju Sun

Class-level evaluation can conceal substantial performance disparities across subconcepts within the same class, causing models that perform well on average to fail on specific subpopulations. Prior work has shown that common evaluation…

机器学习 · 计算机科学 2026-04-30 Taylor Maxson , Roberto Corizzo , Yaning Wu , Nathalie Japkowicz , Colin Bellinger

Mismatch removal is a critical prerequisite in many feature-based tasks. Recent attempts cast the mismatch removal task as a binary classification problem and solve it through deep learning based methods. In these methods, the imbalance…

计算机视觉与模式识别 · 计算机科学 2019-10-01 Zhi Chen , Fan Yang , Wenbing Tao

In practice, machine learning experts are often confronted with imbalanced data. Without accounting for the imbalance, common classifiers perform poorly and standard evaluation metrics mislead the practitioners on the model's performance. A…

机器学习 · 计算机科学 2020-07-21 Ramiro Camino , Christian Hammerschmidt , Radu State

A learning algorithm referred to as Maximum Margin (MM) is proposed for considering the class-imbalance data learning issue: the trained model tends to predict the majority of classes rather than the minority ones. That is, underfitting for…

机器学习 · 计算机科学 2023-03-30 Haeyong Kang , Thang Vu , Chang D. Yoo

Class-incremental learning (CIL) aims to acquire new classes over time while retaining prior knowledge, yet most setups and methods assume balanced task streams. In practice, the number of classes per task often varies significantly. We…

计算机视觉与模式识别 · 计算机科学 2026-03-12 Xiaoyan Zhang , Jiangpeng He

Imbalanced classification tasks are widespread in many real-world applications. For such classification tasks, in comparison with the accuracy rate, it is usually much more appropriate to use non-decomposable performance measures such as…

机器学习 · 计算机科学 2021-03-16 Junru Luo , Hong Qiao , Bo Zhang

Data in real-world application often exhibit skewed class distribution which poses an intense challenge for machine learning. Conventional classification algorithms are not effective in the case of imbalanced data distribution, and may fail…

机器学习 · 计算机科学 2019-01-08 Enlu Lin , Qiong Chen , Xiaoming Qi

Class imbalance poses a significant challenge in classification tasks, where traditional approaches often lead to biased models and unreliable predictions. Undersampling and oversampling techniques have been commonly employed to address…

Many real-world applications reveal difficulties in learning classifiers from imbalanced data. The rising big data era has been witnessing more classification tasks with large-scale but extremely imbalance and low-quality datasets. Most of…

机器学习 · 计算机科学 2020-10-20 Zhining Liu , Wei Cao , Zhifeng Gao , Jiang Bian , Hechang Chen , Yi Chang , Tie-Yan Liu

This paper evaluates six strategies for mitigating imbalanced data: oversampling, undersampling, ensemble methods, specialized algorithms, class weight adjustments, and a no-mitigation approach referred to as the baseline. These strategies…

机器学习 · 计算机科学 2023-11-13 Jacques Wainer

There are many real-world classification problems wherein the issue of data imbalance (the case when a data set contains substantially more samples for one/many classes than the rest) is unavoidable. While under-sampling the problematic…

计算机视觉与模式识别 · 计算机科学 2018-01-09 John McKay , Isaac Gerg , Vishal Monga

Class imbalance is a common challenge in machine learning and data mining, often leading to suboptimal performance in classifiers. While deep learning excels in feature extraction, its performance still deteriorates under imbalanced data.…

机器学习 · 计算机科学 2025-12-24 Sukumar Kishanthan , Asela Hevapathige

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 and kernel-based…

机器学习 · 计算机科学 2025-04-15 Wenjie Li , Sibo Zhu , Zhijian Li , Hanlin Wang

Imbalanced learning (IL), i.e., learning unbiased models from class-imbalanced data, is a challenging problem. Typical IL methods including resampling and reweighting were designed based on some heuristic assumptions. They often suffer from…

机器学习 · 计算机科学 2020-10-20 Zhining Liu , Pengfei Wei , Jing Jiang , Wei Cao , Jiang Bian , Yi Chang

We introduce a tunable loss function called $\alpha$-loss, parameterized by $\alpha \in (0,\infty]$, which interpolates between the exponential loss ($\alpha = 1/2$), the log-loss ($\alpha = 1$), and the 0-1 loss ($\alpha = \infty$), for…

机器学习 · 计算机科学 2022-12-22 Tyler Sypherd , Mario Diaz , John Kevin Cava , Gautam Dasarathy , Peter Kairouz , Lalitha Sankar

Representation learning is a key technique in modern machine learning that enables models to identify meaningful patterns in complex data. However, different methods tend to extract distinct aspects of the data, and relying on a single…

机器学习 · 统计学 2025-09-30 Wenhui Li , Shijin Gong , Xinyu Zhang

We study predictive probability inference in classification tasks using random forests under class imbalance. We focus on two simplified variants of Breiman's algorithm, namely subsampling Infinite Random Forests (IRFs) and under-sampling…

统计理论 · 数学 2025-05-23 Moria Mayala , Olivier Wintenberger , Charles Tillier , Clément Dombry

Self-Taught Reasoners (STaR), synonymously known as Rejection sampling Fine-Tuning (RFT), is an integral part of the training pipeline of self-improving reasoning Language Models (LMs). The self-improving mechanism often employs random…