Financial fraud detection system based on improved random forest and gradient boosting machine (GBM)
Tianzuo Hu

TL;DR
This paper introduces a novel ensemble model combining an improved random forest with gradient boosting to enhance financial fraud detection, focusing on efficiency, feature selection, and robustness.
Contribution
The paper proposes GBM-SSRF, a new model architecture that integrates an optimized random forest into GBM, improving performance and reducing computational complexity for fraud detection.
Findings
GBM-SSRF outperforms traditional models in accuracy.
The model demonstrates strong robustness and generalization.
Enhanced feature selection improves detection capabilities.
Abstract
This paper proposes a financial fraud detection system based on improved Random Forest (RF) and Gradient Boosting Machine (GBM). Specifically, the system introduces a novel model architecture called GBM-SSRF (Gradient Boosting Machine with Simplified and Strengthened Random Forest), which cleverly combines the powerful optimization capabilities of the gradient boosting machine (GBM) with improved randomization. The computational efficiency and feature extraction capabilities of the Simplified and Strengthened Random Forest (SSRF) forest significantly improve the performance of financial fraud detection. Although the traditional random forest model has good classification capabilities, it has high computational complexity when faced with large-scale data and has certain limitations in feature selection. As a commonly used ensemble learning method, the GBM model has significant advantages…
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
TopicsImbalanced Data Classification Techniques
MethodsFeature Selection
