ASE: Anomaly Scoring Based Ensemble Learning for Imbalanced Datasets
Xiayu Liang, Ying Gao, Shanrong Xu

TL;DR
This paper introduces ASE, an ensemble learning framework that improves classification on imbalanced datasets by using anomaly detection to guide resampling, significantly enhancing performance over existing methods.
Contribution
The novel ASE framework integrates anomaly scoring with ensemble learning to effectively handle class imbalance and improve classifier performance.
Findings
ASE significantly outperforms existing methods across various imbalance ratios.
The framework is versatile and can be combined with different classifiers.
Each component of ASE is validated as reasonable and necessary.
Abstract
Nowadays, many classification algorithms have been applied to various industries to help them work out their problems met in real-life scenarios. However, in many binary classification tasks, samples in the minority class only make up a small part of all instances, which leads to the datasets we get usually suffer from high imbalance ratio. Existing models sometimes treat minority classes as noise or ignore them as outliers encountering data skewing. In order to solve this problem, we propose a bagging ensemble learning framework (Anomaly Scoring Based Ensemble Learning). This framework has a scoring system based on anomaly detection algorithms which can guide the resampling strategy by divided samples in the majority class into subspaces. Then specific number of instances will be under-sampled from each subspace to construct subsets by combining with the minority class. And we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Network Security and Intrusion Detection · Imbalanced Data Classification Techniques
MethodsBalanced Selection
