paper-with-me

홈 › Papers

Rethinking Class Imbalance in Machine Learning

2023-05-06 · Ou wu

Imbalance learning is a subfield of machine learning that focuses on learning tasks in the presence of class imbalance. Nearly all existing studies refer to class imbalance as a proportion imbalance, where the proportion of training samples in each class is not balanced. The ignorance of the proportion imbalance will result in unfairness between/among classes and poor generalization capability. Previous literature has presented numerous methods for either theoretical/empirical analysis or new methods for imbalance learning. This study presents a new taxonomy of class imbalance in machine learning with a broader scope. Four other types of imbalance, namely, variance, distance, neighborhood, and quality imbalances between/among classes, which may exist in machine learning tasks, are summarized. Two different levels of imbalance including global and local are also presented. Theoretical analysis is used to illustrate the significant impact of the new imbalance types on learning fairness. Moreover, our taxonomy and theoretical conclusions are used to analyze the shortcomings of several classical methods. As an example, we propose a new logit perturbation-based imbalance learning loss when proportion, variance, and distance imbalances exist simultaneously. Several classical losses become the special case of our proposed method. Meta learning is utilized to infer the hyper-parameters related to the three types of imbalance. Experimental results on several benchmark corpora validate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2305.03900

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessMeta-Learning

Similar Papers 제목 키워드 기반

Rethinking Semi-Supervised Imbalanced Node Classification from Bias-Variance Decomposition

2023-10-28 · NeurIPS 2023 11 · Divin Yan, Gengchen Wei, Chen Yang, Shengzhong Zhang 외

This paper introduces a new approach to address the issue of class imbalance in graph neural networks (GNNs) for learning on graph-structured data. Our approach integrates imbalanced node classification and Bias-Variance…

Node Classification

Enhancement Encoding: A Novel Imbalanced Classification Approach via Encoding the Training Labels

2022-08-23 · Jia-Chen Zhao

Class imbalance, which is also called long-tailed distribution, is a common problem in classification tasks based on machine learning. If it happens, the minority data will be overwhelmed by the majority, which presents …

imbalanced classification

Rethinking the Value of Labels for Improving Class-Imbalanced Learning

2020-06-13 · NeurIPS 2020 12 · Yuzhe Yang, Zhi Xu

Real-world data often exhibits long-tailed distributions with heavy class imbalance, posing great challenges for deep recognition models. We identify a persisting dilemma on the value of labels in the context of imbalanc…

Long-tail Learning

Rethinking Class-Incremental Learning from a Dynamic Imbalanced Learning Perspective

2024-05-24 · Leyuan Wang, Liuyu Xiang, Yunlong Wang, Huijia Wu 외

Deep neural networks suffer from catastrophic forgetting when continually learning new concepts. In this paper, we analyze this problem from a data imbalance point of view. We argue that the imbalance between old task an…

class-incremental learningClass Incremental LearningContrastive LearningIncremental Learning

GraphIFE: Rethinking Graph Imbalance Node Classification via Invariant Learning

2025-09-28 · Fanlong Zeng, Wensheng Gan, Philip S. Yu arxiv

The class imbalance problem refers to the disproportionate distribution of samples across different classes within a dataset, where the minority classes are significantly underrepresented. This issue is also prevalent in…

Node Classification