NeFut Logo NeFut
Admin Login

[CS.AI] Explainable AI Framework for Anomaly Detection in Banking

Published at: 2026-07-17 22:00 Last updated: 2026-07-18 08:19
#algorithm #AI #Machine Learning

The banking sector increasingly relies on automated systems to monitor electronic transactions for signs of fraud, yet conventional rule-based approaches struggle with high false-positive rates and offer no justification for their outputs, limiting their utility for compliance teams.

This paper introduces an Explainable Artificial Intelligence (XAI) framework tailored for banking transaction anomaly detection within internal audit workflows. An Isolation Forest (iForest) model performs unsupervised anomaly scoring, while a SHAP (SHapley Additive exPlanations) layer provides transaction-level, feature-attributed explanations grounded in cooperative game theory.

A lightweight Streamlit dashboard renders these outputs in a form accessible to audit professionals without machine learning expertise. Evaluation on a synthetic banking dataset yields 0.91 precision and 0.88 recall, outperforming three unsupervised baselines.

Expert feedback confirms that feature-level explanations measurably improve auditor confidence and decision quality. The framework advances the practical deployment of accountable, transparent AI in regulated financial environments.

Blogger's Review: This study effectively combines explainability with anomaly detection, enhancing the efficiency and accuracy of auditing work. The framework not only addresses the limitations of traditional methods but also provides new technological support for compliance in the financial sector, making it worthy of further dissemination and application.

Original Source: https://arxiv.org/abs/2607.13469

[h] Back to Home