Journal of Information and Communications Technology: Algorithms, Systems And Applications Cover
ISSN: 3107-8761

Journal of Information and Communications Technology: Algorithms, Systems And Applications

Dr. Eva Tuba
Editor-in-Chief
Dr. Eva Tuba

A single-blind peer-reviewed, quarterly, open-access journal committed to advancing cutting-edge research across the full spectrum of ICT.

Research Article* Open AccessCCBYNCPublished online: 16 March 2026

Credit Card Fraud Detection Using Hybrid XGBoost and Autoencoder Models

Tejas V. Gandhi, Pragati P. Gupta, Chirag S. Gandhi, Sarvesh D. Gagare, Vaishali Rajput, Rohini Chavan

1 Department of Artificial Intelligence and Data Science, Vishwakarma Institute of Technology, Pune, 411037, Maharashtra, India

2 Department of Electronics and Telecommunication Engineering, Vishwakarma Institute of Technology, Pune, 411037, Maharashtra, India

*Email: pragati.gupta24@vit.edu

J. Inf. Commun. Technol. Algorithms Syst. Appl., 2026, 2(1), 26303 https://doi.org/10.64189/ict.26303

Received: 15 January 2026 | Revised: 12 February 2026 | Accepted: 11 March 2026

Cite article

T. V. Gandhi, P. P. Gupta, C. S. Gandhi, S. D. Gagare, V. Rajput, R. Chavan, Credit card fraud detection using hybrid XGBoost and autoencoder models, Journal of Information and Communications Technology: Algorithms, Systems and Applications, 2026, 2(1), 26303, doi: . https://doi.org/10.64189/ict.26303

Rights and permissions

(c) The Author(s) 2026.

CC BY-NC 4.0

Open Access

This article is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License, which permits the non-commercial use, sharing, adaptation, distribution and reproduction in any medium or format, as long as appropriate credit is given and changes are indicated. https://creativecommons.org/licenses/by-nc/4.0/

Abstract

The rapid growth of digital payment systems and e-commerce platforms has significantly increased the volume of credit card transactions worldwide, consequently raising the risk of fraudulent financial activities. Detecting fraudulent transactions remains a challenging problem due to the highly imbalanced nature of transaction datasets and the constantly evolving behavior of fraud patterns. Traditional rule-based detection systems and single machine learning models often struggle to identify both known and previously unseen fraud patterns effectively. To address these challenges, this study proposes a hybrid credit card fraud detection framework that integrates supervised and unsupervised machine learning approaches. XGBoost is employed as the primary supervised learning model to identify known fraud patterns, while an autoencoder-based anomaly detection model identifies unusual transaction behaviors by analyzing reconstruction errors. The outputs are combined using a logistic regression-based meta-classifier. The proposed hybrid system was evaluated using the BankSim transaction dataset. Experimental results demonstrate that the standalone XGBoost model achieved an Average Precision (AP) of 0.79, an F1-score of 0.719, precision of 0.743, and recall of 0.697. The final hybrid meta-classifier model achieved an AP of 0.724, F1-score of 0.703, precision of 0.689, and recall of 0.718, indicating improved recall stability and robustness in detecting fraudulent transactions.

Graphical Abstract

Credit Card Fraud Detection Using Hybrid XGBoost and Autoencoder Models graphical abstract

Novelty Statement

An empirical and systematic analysis of supervised, unsupervised, and meta-learning-based hybrid detection approaches to fraud detection, where practical trade-offs for data calibration for imbalanced data are presented.