Financial Fraud Detection Using Explainable AI and Stacking Ensemble Methods
Fahad Almalki, Mehedi Masud

TL;DR
This paper presents a fraud detection framework that combines stacking ensemble models with explainable AI techniques to achieve high accuracy and transparency, improving trust and compliance in financial fraud detection.
Contribution
It introduces a novel combination of stacking ensemble methods with XAI techniques like SHAP, LIME, PDP, and PFI for transparent and accurate financial fraud detection.
Findings
Achieved 99% accuracy and 0.99 AUC-ROC on the IEEE-CIS dataset.
Enhanced interpretability of models using SHAP, LIME, PDP, and PFI.
Outperformed recent related approaches in fraud detection performance.
Abstract
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…
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 · Financial Distress and Bankruptcy Prediction
MethodsShapley Additive Explanations · Feature Selection
