Introducing DeepBalance: Random Deep Belief Network Ensembles to Address Class Imbalance
Peter Xenopoulos

TL;DR
DeepBalance is an ensemble method using deep belief networks with balanced bootstraps and feature selection, improving minority class prediction in imbalanced datasets like financial fraud detection.
Contribution
Introduces DeepBalance, a novel ensemble of deep belief networks that outperforms traditional resampling methods for class imbalance problems.
Findings
Outperforms SMOTE and resampling methods in AUC and sensitivity
Easily parallelizable reduces training time
Effective on financial transaction data
Abstract
Class imbalance problems manifest in domains such as financial fraud detection or network intrusion analysis, where the prevalence of one class is much higher than another. Typically, practitioners are more interested in predicting the minority class than the majority class as the minority class may carry a higher misclassification cost. However, classifier performance deteriorates in the face of class imbalance as oftentimes classifiers may predict every point as the majority class. Methods for dealing with class imbalance include cost-sensitive learning or resampling techniques. In this paper, we introduce DeepBalance, an ensemble of deep belief networks trained with balanced bootstraps and random feature selection. We demonstrate that our proposed method outperforms baseline resampling methods such as SMOTE and under- and over-sampling in metrics such as AUC and sensitivity when…
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
MethodsSynthetic Minority Over-sampling Technique.
