LGAIMay 15, 2025

Financial Fraud Detection Using Explainable AI and Stacking Ensemble Methods

arXiv:2505.10050v132 citationsh-index: 1
Originality Synthesis-oriented
AI Analysis

This work addresses the need for interpretable and compliant fraud detection systems for financial organizations, though it is incremental as it combines existing methods.

The researchers tackled the problem of balancing predictive accuracy with transparency in financial fraud detection by proposing a stacking ensemble of gradient boosting models combined with explainable AI techniques, achieving 99% accuracy and an AUC-ROC score of 0.99 on a dataset of over 590,000 transactions.

Traditional machine learning models often prioritize predictive accuracy, often at the expense of model transparency and interpretability. The lack of transparency makes it difficult for organizations to comply with regulatory requirements and gain stakeholders trust. In this research, we propose a fraud detection framework that combines a stacking ensemble of well-known gradient boosting models: XGBoost, LightGBM, and CatBoost. In addition, explainable artificial intelligence (XAI) techniques are used to enhance the transparency and interpretability of the model's decisions. We used SHAP (SHapley Additive Explanations) for feature selection to identify the most important features. Further efforts were made to explain the model's predictions using Local Interpretable Model-Agnostic Explanation (LIME), Partial Dependence Plots (PDP), and Permutation Feature Importance (PFI). The IEEE-CIS Fraud Detection dataset, which includes more than 590,000 real transaction records, was used to evaluate the proposed model. The model achieved a high performance with an accuracy of 99% and an AUC-ROC score of 0.99, outperforming several recent related approaches. These results indicate that combining high prediction accuracy with transparent interpretability is possible and could lead to a more ethical and trustworthy solution in financial fraud detection.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes