Fraud detection using Kolmogorov-Arnold Network (KAN)-XGboost

This study builds on the work of Gislain, Zeutouo & Yurievich, Kostyuchenko. (2025). Fraud detection using Kolmogorov-Arnold Network. and aimed to improve the performance of the initial fraud detection model for Mobile Money transactions, which is based on the KAN algorithm paper. More specifically, it seeks to optimize data preprocessing to enhance model convergence and to reduce false negatives and false positives by combining the KAN model with the XGBoost algorithm.

Context


Financial fraud represents a growing challenge for financial institutions and e-commerce platforms, requiring increasingly sophisticated detection methods. While traditional machine learning models have proven effective, they often struggle with complex fraud patterns.

Methodology


This work proposes a novel ensemble approach, KAN-XGBoost, which combines Kolmogorov-Arnold Networks (KAN) for learning complex relationships with the robustness of Extreme Gradient Boosting (XGBoost) for high-performance classification. Experiments are conducted using the synthetic PaySim dataset. To address the severe class imbalance, the Synthetic Minority Oversampling Technique (SMOTE) is applied to the training data. The ensemble model is implemented using a soft voting strategy.

Result


Experimental results show that the KAN-XGBoost ensemble model significantly outperforms the individual models, achieving performance metrics of 99%. These results highlight the effectiveness of hybridizing KANs with established boosting algorithms and suggest a promising approach for enhancing the security of financial transactions.

Recommended citation: Nolack Tapsir Gislain Zeutouo, Evgeniy Yurievich Kostyuchenko, and Serge Ndoumin (2025). "An Ensemble KAN-XGBoost Model for Fraud Detection."
Download Paper