paper-with-me

홈 › Papers

A survey on learning from imbalanced data streams: taxonomy, challenges, empirical study, and reproducible experimental framework

2022-04-07 · Gabriel Aguiar, Bartosz Krawczyk, Alberto Cano

Class imbalance poses new challenges when it comes to classifying data streams. Many algorithms recently proposed in the literature tackle this problem using a variety of data-level, algorithm-level, and ensemble approaches. However, there is a lack of standardized and agreed-upon procedures and benchmarks on how to evaluate these algorithms. This work proposes a standardized, exhaustive, and comprehensive experimental framework to evaluate algorithms in a collection of diverse and challenging imbalanced data stream scenarios. The experimental study evaluates 24 state-of-the-art data streams algorithms on 515 imbalanced data streams that combine static and dynamic class imbalance ratios, instance-level difficulties, concept drift, real-world and semi-synthetic datasets in binary and multi-class scenarios. This leads to a large-scale experimental study comparing state-of-the-art classifiers in the data stream mining domain. We discuss the advantages and disadvantages of state-of-the-art classifiers in each of these scenarios and we provide general recommendations to end-users for selecting the best algorithms for imbalanced data streams. Additionally, we formulate open challenges and future directions for this domain. Our experimental framework is fully reproducible and easy to extend with new methods. This way, we propose a standardized approach to conducting experiments in imbalanced data streams that can be used by other researchers to create complete, trustworthy, and fair evaluation of newly proposed methods. Our experimental framework can be downloaded from https://github.com/canoalberto/imbalanced-streams.

📄 PDF Abstract BibTeX arXiv:2204.03719

Code (1)

canoalberto/imbalanced-streams 공식 구현

Similar Papers 제목 키워드 기반

Concept Drift Detection from Multi-Class Imbalanced Data Streams

2021-04-20 · Łukasz Korycki, Bartosz Krawczyk

Continual learning from data streams is among the most important topics in contemporary machine learning. One of the biggest challenges in this domain lies in creating algorithms that can continuously adapt to arriving d…

Continual LearningDrift Detection

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

Multimodal Fusion on Low-quality Data: A Comprehensive Survey

2024-04-27 · Qingyang Zhang, Yake Wei, Zongbo Han, Huazhu Fu 외

Multimodal fusion focuses on integrating information from multiple modalities with the goal of more accurate prediction, which has achieved remarkable progress in a wide range of scenarios, including autonomous driving a…

Autonomous DrivingMedical DiagnosisSurvey

LSH-DynED: A Dynamic Ensemble Framework with LSH-Based Undersampling for Evolving Multi-Class Imbalanced Classification

2025-06-24 · Soheil Abadifard, Fazli Can

The classification of imbalanced data streams, which have unequal class distributions, is a key difficulty in machine learning, especially when dealing with multiple classes. While binary imbalanced data stream classific…

imbalanced classification

A Survey of Imbalanced Learning on Graphs: Problems, Techniques, and Future Directions

2023-08-26 · Zemin Liu, Yuan Li, Nan Chen, Qian Wang 외

Graphs represent interconnected structures prevalent in a myriad of real-world scenarios. Effective graph analytics, such as graph learning methods, enables users to gain profound insights from graph data, underpinning v…

Graph LearningLink PredictionNode Classification