paper-with-me

홈 › Papers

Online Ensemble Learning for Imbalanced Data Streams

2013-10-30 · Boyu Wang, Joelle Pineau

While both cost-sensitive learning and online learning have been studied extensively, the effort in simultaneously dealing with these two issues is limited. Aiming at this challenge task, a novel learning framework is proposed in this paper. The key idea is based on the fusion of online ensemble algorithms and the state of the art batch mode cost-sensitive bagging/boosting algorithms. Within this framework, two separately developed research areas are bridged together, and a batch of theoretically sound online cost-sensitive bagging and online cost-sensitive boosting algorithms are first proposed. Unlike other online cost-sensitive learning algorithms lacking theoretical analysis of asymptotic properties, the convergence of the proposed algorithms is guaranteed under certain conditions, and the experimental evidence with benchmark data sets also validates the effectiveness and efficiency of the proposed methods.

📄 PDF Abstract BibTeX arXiv:1310.8004

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble Learning

Similar Papers 제목 키워드 기반

Improving Online Bagging for Complex Imbalanced Data Stream

2024-10-04 · Bartosz Przybyl, Jerzy Stefanowski

Learning classifiers from imbalanced and concept drifting data streams is still a challenge. Most of the current proposals focus on taking into account changes in the global imbalance ratio only and ignore the local diff…

Hellinger Distance Weighted Ensemble for Imbalanced Data Stream Classification

2021-01-30 · Joanna Grzyb, Jakub Klikowski, Michał Woźniak

The imbalanced data classification remains a vital problem. The key is to find such methods that classify both the minority and majority class correctly. The paper presents the classifier ensemble for classifying binary,…

ClassificationGeneral Classification

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

Imbalanced Data Stream Classification using Dynamic Ensemble Selection

2023-09-17 · Priya. S, Haribharathi Sivakumar, Vijay Arvind. R

Modern streaming data categorization faces significant challenges from concept drift and class imbalanced data. This negatively impacts the output of the classifier, leading to improper classification. Furthermore, other…

Classification

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 approac…