paper-with-me

홈 › 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 difficulty factors, such as the minority class decomposition into sub-concepts and the presence of unsafe types of examples (borderline or rare ones). As the above factors present in the stream may deteriorate the performance of popular online classifiers, we propose extensions of resampling online bagging, namely Neighbourhood Undersampling or Oversampling Online Bagging to take better account of the presence of unsafe minority examples. The performed computational experiments with synthetic complex imbalanced data streams have shown their advantage over earlier variants of online bagging resampling ensembles.

📄 PDF Abstract BibTeX arXiv:2410.03519

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar 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 pr…

Ensemble Learning

Under-bagging Nearest Neighbors for Imbalanced Classification

2021-09-01 · Hanyuan Hang, Yuchao Cai, Hanfang Yang, Zhouchen Lin

In this paper, we propose an ensemble learning algorithm called \textit{under-bagging $k$-nearest neighbors} (\textit{under-bagging $k$-NN}) for imbalanced classification problems. On the theoretical side, by developing …

ClassificationEnsemble Learningimbalanced classificationLearning Theory

Improving incremental recommenders with online bagging

2018-03-26 · Vinagre João, Jorge Alípio Mário, Gama João

Online recommender systems often deal with continuous, potentially fast and unbounded flows of data. Ensemble methods for recommender systems have been used in the past in batch algorithms, however they have never been s…

Recommendation Systems

Handling Imbalanced Dataset in Multi-label Text Categorization using Bagging and Adaptive Boosting

2018-10-27 · Genta Indra Winata, Masayu Leylia Khodra

Imbalanced dataset is occurred due to uneven distribution of data available in the real world such as disposition of complaints on government offices in Bandung. Consequently, multi-label text categorization algorithms m…

Text Categorization

A replica analysis of under-bagging

2024-04-15 · Takashi Takahashi

Under-bagging (UB), which combines under-sampling and bagging, is a popular ensemble learning method for training classifiers on an imbalanced data. Using bagging to reduce the increased variance caused by the reduction …

Ensemble Learning