改进随机森林与梯度提升结合,提升金融欺诈检测效率与准确率。
Financial fraud detection system based on improved random forest and gradient boosting machine (GBM)
- 构建GBM-SSRF模型,融合优化后的随机森林与梯度提升框架。
- 在真实数据集上准确率达98.7%,较传统方法提升5.2个百分点。
- 适合处理大规模、不平衡的金融交易数据,适用于风控系统部署。
本文提出一种基于改进随机森林(RF)和梯度提升机(GBM)的金融欺诈检测系统。针对传统随机森林在大规模数据下计算复杂度高、特征选择能力弱的问题,提出简化增强型随机森林(SSRF),通过结构优化降低计算开销并提升特征提取能力。同时,将优化后的SSRF嵌入GBM框架,利用其梯度优化能力实现高效训练与抗过拟合。实验表明,所提GBM-SSRF模型在真实金融数据集上达到98.7%的检测准确率,相比传统方法提升5.2个百分点,具备优异的鲁棒性与泛化能力,为金融欺诈检测提供高效可靠的解决方案。
原文摘要 · Abstract (English)
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 in optimizing performance and handling nonlinear problems. However, GBM takes a long time to train and is prone to overfitting problems when data samples are unbalanced. In response to these limitations, this paper optimizes the random forest based on the structure, reducing the computational complexity and improving the feature selection ability through the structural simplification and enhancement of the random forest. In addition, the optimized random forest is embedded into the GBM framework, and the model can maintain efficiency and stability with the help of GBM's gradient optimization capability. Experiments show that the GBM-SSRF model not only has good performance, but also has good robustness and generalization capabilities, providing an efficient and reliable solution for financial fraud detection.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。