paper-with-me

홈 › Papers

BalanceBenchmark: A Survey for Imbalanced Learning

2025-02-15 · Shaoxuan Xu, Menglu Cui, Chengxiang Huang, Hongfa Wang, DiHu

Multimodal learning has gained attention for its capacity to integrate information from different modalities. However, it is often hindered by the multimodal imbalance problem, where certain modality dominates while others remain underutilized. Although recent studies have proposed various methods to alleviate this problem, they lack comprehensive and fair comparisons. In this paper, we systematically categorize various mainstream multimodal imbalance algorithms into four groups based on the strategies they employ to mitigate imbalance. To facilitate a comprehensive evaluation of these methods, we introduce BalanceBenchmark, a benchmark including multiple widely used multidimensional datasets and evaluation metrics from three perspectives: performance, imbalance degree, and complexity. To ensure fair comparisons, we have developed a modular and extensible toolkit that standardizes the experimental workflow across different methods. Based on the experiments using BalanceBenchmark, we have identified several key insights into the characteristics and advantages of different method groups in terms of performance, balance degree and computational complexity. We expect such analysis could inspire more efficient approaches to address the imbalance problem in the future, as well as foundation models. The code of the toolkit is available at https://github.com/GeWu-Lab/BalanceBenchmark.

📄 PDF Abstract BibTeX arXiv:2502.10816

Code (1)

gewu-lab/balancebenchmark 공식 구현 pytorch

Tasks

Survey

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Class-Imbalanced Learning on Graphs: A Survey

2023-04-09 · Yihong Ma, Yijun Tian, Nuno Moniz, Nitesh V. Chawla

The rapid advancement in data-driven research has increased the demand for effective graph data analysis. However, real-world data often exhibits class imbalance, leading to poor performance of machine learning models. T…

Graph Representation LearningRepresentation LearningSurvey

A Survey of Predictive Modelling under Imbalanced Distributions

2015-05-07 · Paula Branco, Luis Torgo, Rita Ribeiro

Many real world data mining applications involve obtaining predictive models using data sets with strongly imbalanced distributions of the target variable. Frequently, the least common values of this target variable are …

Fraud DetectionSurvey

A Survey of Methods for Addressing Class Imbalance in Deep-Learning Based Natural Language Processing

2022-10-10 · Sophie Henning, William Beluch, Alexander Fraser, Annemarie Friedrich

Many natural language processing (NLP) tasks are naturally imbalanced, as some target categories occur much more frequently than others in the real world. In such scenarios, current NLP models still tend to perform poorl…

BenchmarkingData AugmentationSurvey

A Comprehensive Survey on Imbalanced Data Learning

2025-02-13 · Xinyi Gao, Dongting Xie, Yihang Zhang, Zhengren Wang 외

With the expansion of data availability, machine learning (ML) has achieved remarkable breakthroughs in both academia and industry. However, imbalanced data distributions are prevalent in various types of raw data and se…

Decision MakingEnsemble LearningSurvey

Survey of Imbalanced Data Methodologies

2021-04-06 · Lian Yu, Nengfeng Zhou

Imbalanced data set is a problem often found and well-studied in financial industry. In this paper, we reviewed and compared some popular methodologies handling data imbalance. We then applied the under-sampling/over-sam…

Survey