paper-with-me

Papers

Explainable Fraud Detection with Deep Symbolic Classification

2023-12-01 · Samantha Visbeek, Erman Acar, Floris den Hengst

There is a growing demand for explainable, transparent, and data-driven models within the domain of fraud detection. Decisions made by fraud detection models need to be explainable in the event of a customer dispute. Additionally, the decision-making process in the model must be transparent to win the trust of regulators and business stakeholders. At the same time, fraud detection solutions can benefit from data due to the noisy, dynamic nature of fraud and the availability of large historical data sets. Finally, fraud detection is notorious for its class imbalance: there are typically several orders of magnitude more legitimate transactions than fraudulent ones. In this paper, we present Deep Symbolic Classification (DSC), an extension of the Deep Symbolic Regression framework to classification problems. DSC casts classification as a search problem in the space of all analytic functions composed of a vocabulary of variables, constants, and operations and optimizes for an arbitrary evaluation metric directly. The search is guided by a deep neural network trained with reinforcement learning. Because the functions are mathematical expressions that are in closed-form and concise, the model is inherently explainable both at the level of a single classification decision and the model's decision process. Furthermore, the class imbalance problem is successfully addressed by optimizing for metrics that are robust to class imbalance such as the F1 score. This eliminates the need for oversampling and undersampling techniques that plague traditional approaches. Finally, the model allows to explicitly balance between the prediction accuracy and the explainability. An evaluation on the PaySim data set demonstrates competitive predictive performance with state-of-the-art models, while surpassing them in terms of explainability. This establishes DSC as a promising model for fraud detection systems.

📄 PDF Abstract BibTeX arXiv:2312.00586

Code (1)

samanthav24/dsc_fraud_detection 공식 구현

Tasks

ClassificationFraud DetectionSymbolic Regression

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Differentiable Inductive Logic Programming for Fraud Detection

2024-10-29 · Boris Wolfson, Erman Acar

Current trends in Machine Learning prefer explainability even when it comes at the cost of performance. Therefore, explainable AI methods are particularly important in the field of Fraud Detection. This work investigates…

Fraud DetectionInductive logic programming

ECSEL: Explainable Classification via Signomial Equation Learning

2026-01-29 · Adia Lumadjeng, Ilker Birbil, Erman Acar arxiv

We introduce ECSEL, an explainable classification method that learns formal expressions in the form of signomial equations, motivated by the observation that many symbolic regression benchmarks admit compact signomial st…

Fraud Detection

Explainable Artificial Intelligence and Causal Inference based ATM Fraud Detection

2022-11-19 · Yelleti Vivek, Vadlamani Ravi, Abhay Anand Mane, Laveti Ramesh Naidu

Gaining the trust of customers and providing them empathy are very critical in the financial domain. Frequent occurrence of fraudulent activities affects these two factors. Hence, financial organizations and banks must t…

Binary ClassificationCausal InferenceExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)+2

Explainable Fraud Detection with GNNExplainer and Shapley Values

2025-09-12 · Ngoc Hieu Dao arxiv

The risk of financial fraud is increasing as digital payments are used more and more frequently. Although the use of artificial intelligence systems for fraud detection is widespread, society and regulators have raised t…

Fraud Detection

SEFraud: Graph-based Self-Explainable Fraud Detection via Interpretative Mask Learning

2024-06-17 · Kaidi Li, Tianmeng Yang, Min Zhou, Jiahao Meng 외

Graph-based fraud detection has widespread application in modern industry scenarios, such as spam review and malicious account detection. While considerable efforts have been devoted to designing adequate fraud detectors…

Fraud DetectionTriplet