Skip to content
Open access

AN INTELLIGENT CREDIT CARD FRAUD DETECTION SYSTEM BASED ON GEOSPATIAL FEATURES AND ENSEMBLE MACHINE LEARNING

Jul 2026 · American Journal of AI Cyber Computing Management · 0 citations · 4 references

TL;DR

A comprehensive, real-time credit card fraud detection framework that integrates geospatial and occupational user behavior features with supervised machine learning models is proposed and successfully bridges the gap between theoretical machine learning models and practical, low-latency deployment in financial technologies.

Abstract

As the global economy transitions rapidly towards digitization and cashless transactions, credit cards have become the primary medium of exchange. Consequently, the incidence of fraudulent activities has escalated exponentially, resulting in multi-billion dollar annual losses for financial institutions and consumers worldwide. Traditional static, batch-processing fraud detection systems struggle to adapt to the highly dynamic and contextdependent nature of modern transactional fraud. In this paper, we propose a comprehensive, real-time credit card fraud detection framework that integrates geospatial and occupational user behavior features with supervised machine learning models. We systematically evaluate six classification algorithms: Logistic Regression, K-Nearest Neighbors (KNN), Gaussian Naïve Bayes, Support Vector Machines (SVM), Decision Trees, and Random Forest Classifiers. The models are evaluated using actual transaction data containing geospatial coordinates and cardholder occupations. The empirical results demonstrate that the Random Forest and Decision Tree classifiers achieve a superior classification accuracy of up to 97.87%, with the Random Forest model achieving 100% recall on the test set. Furthermore, we deploy the predictive models within a real-time Django-based web application integrated with an SQLite database. This deployment enables instantaneous transaction evaluation, behavioral profiling, and administrative audit logging. The architecture successfully bridges the gap between theoretical machine learning models and practical, low-latency deployment in financial technologies.

Read PDF

Similar papers

Conference Jul 2026

A Machine Learning Approach for Credit Card Fraud Detection using Behavioral and Spatial Features

For identifying fraud within a vast array of digitally conducted financial transactions, it is imperative for financial transaction systems to be scalable and accurate. One of the common uses of machine learning in the financial sector is credit card fraud detection, particularly when manual monitoring of the massive volume of financial transactions is impractical. The proposed system is designed using the XGBoost classifier. This approach improves the ability to detect fraudulent credit card transactions through various behavioral and geographical aspects, including transaction time, transaction frequency, and the distance between the cardholder and merchant locations. Experimental results indicate that the proposed system is capable of detecting fraudulent transactions with a precision of approximately 99.8% and a high ROC-AUC score. The scalable framework designed in this study can assist financial organizations in improving the security and effectiveness of fraud detection systems.

J. Kumar, J. Vasu, Kalagadda Kiran Kumar · 0 citations
Open access Jul 2026

AI-Based Credit Card Fraud Detection System Using Machine Learning

The rapid growth of digital banking, online transactions, and the electronic payment of the systems has been significantly increased the use of credit cards, results in the parallel rise in fraudulent activities. Traditional methods of detecting the fraud are often unable to handle large-scale transaction data and evolving fraud patterns efficiently. This paper presents an AI-Based Credit Card Fraud Detection System using Machine Learning to identify suspicious transactions accurately and in the real time. To identify patterns and detect potential fraud, the proposed system analyzes past transaction data containing various transaction-related attributes amount, merchant details, category, time, and customer information. Data preprocessing techniques including K-Nearest Neighbor (KNN) imputation are applied to handle missing values, followed by label encoding and Z-score normalization to improve data quality and consistency. Feature engineering is performed to extract meaningful transaction patterns. The processed data is then classified using the XGBoost algorithm, which improves prediction accuracy through sequential learning and optimized decision trees. Experimental evaluation is carried out using a credit card transaction dataset containing legitimate and fraudulent records.

P. Ravikumar, Gowrav A. S., A. C. N. et al. · 0 citations
Conference Jul 2026

Credit Card Fraud Detection using Machine Learning on IEEE-CIS Dataset

Credit card fraud detection is widely recognized as a critical issue in digital financial systems due to the rapid growth of online transactions. However, existing approaches often fail to provide a comprehensive comparative framework and show limited effectiveness under highly imbalanced conditions. In this context, this study proposes a systematic machine learning pipeline to analyze fraudulent transactions using the IEEE-CIS dataset (590,000 records, 3–4% fraud). The approach integrates data preprocessing, feature encoding, and stratified sampling, followed by the evaluation of multiple supervised models including Logistic Regression, Decision Tree, Random Forest, SVM, Naive Bayes, and XGBoost. Performance is assessed using Accuracy, Precision, Recall, F1-score, and ROC-AUC. The results indicate that ensemble-based methods outperform traditional classifiers. In particular, XGBoost achieves the highest performance (accuracy 98.22%, ROC-AUC 0.9545, F1-score 0.6759), suggesting a strong ability to handle class imbalance. Nevertheless, no model fully optimizes both precision and recall, highlighting a key limitation in current fraud detection systems. Taken together, these findings suggest that ensemble learning provides a robust baseline, while further improvements through hybrid and cost-sensitive approaches are required for effective real-world deployment.

Vansh Jain, Harish Sharma, Narendra Khatri · 0 citations
Conference Jul 2026

A Multimodal Machine Learning Framework for Credit Card Fraud Detection using Numerical and Temporal Feature Fusion

The rise of digital payments has magnified credit card fraud issues the complexity, scope and therefore the attack strategies have evolved to become an enormous obstacle for the traditional, static (rule based) and single- modal methods of ML in learning dynamic transactional patterns. In this paper we introduced a multimodal fraud detection approach combining the typical numerical features characterizing single transactional entities with their time- series transaction behaviour so that we could achieve higher accuracy in identifying frauds. The former represents properties for each transaction; temporal patterns in user spending are captured by a Gated Recurrent Unit (GRU), a network effectively modelling sequences of events (purchase history in our context) and then combined to finally perform binary classification in which either fraudulent or real transaction class is detected. We use the public domain 284,807 transaction records from credit card dataset; fraud transactions account for 0.172 of the samples. The experiment shows our novel framework (multimodal GRU) outperformed existing ML algorithms and single-mode techniques, having the recall reach 0.89, F1-score value 0.90 and AUC score 0.99. It’s highly scalable and efficient to use in real time monitoring applications. Our proposed method of combining two types of features: a set of single number characteristics and sequence-based information to successfully solve this challenging problem in modern finance.

J. J, S. S, Sabari Rr · 0 citations
Jul 2026

An Intelligent Machine Learning Based Approach for Fraud Detection in Financial Transactions

Financial fraud has emerged as one of the most significant challenges in the modern digital economy due to the rapid growth of online banking, mobile payments, electronic commerce, and digital financial services. Traditional fraud detection systems primarily rely on predefined rules and expert-generated patterns; however, such approaches often fail to identify newly emerging fraud techniques and sophisticated fraudulent behaviors. Consequently, there is an increasing need for intelligent and adaptive fraud detection systems capable of learning from historical transaction data and identifying suspicious activities with high accuracy. This research presents an intelligent machine learning-based approach for fraud detection in financial transactions. The study investigates and compares the effectiveness of multiple machine learning algorithms, including Logistic Regression, Decision Tree, Random Forest, Extreme Gradient Boosting (XGBoost), and Artificial Neural Networks (ANN), in detecting fraudulent financial activities. The proposed methodology incorporates data preprocessing, feature engineering, handling class imbalance, model training, and comprehensive performance evaluation. A publicly available credit card transaction dataset is utilized for experimental analysis. Data preprocessing techniques such as normalization, missing value handling, and feature selection are applied to improve model performance. Since fraud datasets are typically highly imbalanced, class balancing techniques are incorporated to enhance the detection of minority fraudulent transactions. The performance of the selected algorithms is evaluated using Accuracy, Precision, Recall, F1-Score, and Area Under the Receiver Operating Characteristic Curve (AUC-ROC). Comparative analysis demonstrates that ensemble learning methods, particularly Random Forest and XGBoost, outperform traditional classification techniques by achieving higher detection rates and lower false positive rates. Furthermore, the study highlights the practical applicability of machine learning models in real-world financial environments where rapid and accurate fraud detection is essential. The findings of this research contribute to the growing field of financial fraud analytics by providing a comparative framework for evaluating machine learning algorithms under consistent experimental conditions. The proposed approach offers valuable insights for financial institutions, banking organizations, and cybersecurity professionals seeking to enhance fraud prevention systems and minimize financial losses. Keywords: Fraud Detection, Machine Learning, Financial Transactions, Random Forest, XGBoost, Artificial Neural Networks, Classification, Financial Security.

Dr. Abdul Majid Farooqi Dr. Abdul Majid Farooqi, Laiba Khan LAIBA KHAN · 0 citations
Conference Jul 2026

A Hybrid Machine Learning Model for Credit Card Fraud Detection

The rapid evolution of digital banking and e-commerce puts online payment fraud problems at another level. Because of the large class imbalance present, coupled with the ever-changing nature of fraud, in the instance of credit card fraud, it becomes doubly challenging to achieve real-time detection. Fraudsters continuously evolve and modify their strategies to capture the weaknesses in the digital banking system. To contribute to this problem, this paper provides an approach to detect credit card fraud in the context of machine learning, with a comprehensive set of data preparation methods, the Synthetic Minority Over-sampling Technique (SMOTE) for class imbalance, normalization, feature selection by the information gain, and a hybrid approach using two different supervised learning techniques. The study is based on a readily accessible dataset of European credit card transactions from September 2013, which is composed of 284,807 transactions, of which only 492 (0.172%) are considered to belong to the fraudulent class. In this approach, a Support Vector Machine (SVM) is used to define the critical decision boundaries, and probabilistic outputs from the SVM are used as input to train an artificial neural network (ANN). This hybrid SVM-ANN approach leverages the strengths of both models and improves the classification performance using margin-based learning and nonlinear representation technologies. The study tackles some of the major issues of fraud detection, such as the use of feature sets transformed by PCA for confidentiality, the evaluation of metrics for models that capture rare events, and the generalization of models to be used in imbalanced situations. The proposed approach performs most other traditional classifiers, as evidenced by the experiments and the stated evaluation metrics, which include accuracy, precision, F-measure, and recall. The results show how important it is to use hybrid modeling and strong preprocessing techniques to build scalable and reliable systems for credit card fraud detection.

Firdos R. Kachur, Shivangi Agarwal, Gargi Phadke · 0 citations