Jul 2026· 2026 6th International Conference on Inventive Computation and Information Technologies (ICICIT)· pp. 1071-1075· 0 citations· 15 references
Abstract
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.
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.· International Journal of Inn...· 0 citations
Due to the rapid advancement of digital payment tools, the number of credit card fraud cases is increasing at a faster rate, posing a greater risk to users and financial institutions and highlighting the flaws of traditional rule-based preventive measures. The greatest challenge in this area is that transaction data is extremely unbalanced, with cases of fraud representing only a small portion of the total, and transaction fraudsters continuously develop new methods to overcome specific limits. This paper presents a comparison of popular supervised machine learning models used for detecting credit card fraud. A significant data set of transactions was treated with logistic regression (LR), support vector machines (SVM), random forests (RF), and artificial neural networks (ANN), with imbalance-holding methods, undersampling and oversampling to provide a fair judgment. These findings suggest that the ensemble models, in general, RF, were able to outperform individual classifiers in the sense of higher rates of detecting fraud, with low rates of false positives, resulting in high sensitivity and specificity even in highly biased statistics. Altogether, the discussion shows that ML-driven systems are much more versatile and reliable compared to conventional strategies and provide financial organisations with the means of minimising risks of fraud and protecting payment systems.
Tejaswini H, Vamshi K· International Conference Com...· 0 citations
Credit card fraud is a serious issue in the financial sector and can cause financial losses for customers, banks, and payment service providers. As digital transactions continue to grow, it has become increasingly important to detect fraudulent activity quickly and accurately. Traditional fraud detection systems often rely on predefined rules, which can make it difficult to recognize new or changing patterns of fraud. Machine learning offers another approach by learning patterns from previous transaction data and using those patterns to classify new transactions as legitimate or fraudulent. This research compares four machine learning techniques for credit card fraud detection: Logistic Regression, Random Forest, Support Vector Machine, and XGBoost. The proposed process includes data preprocessing, handling class imbalance, preparing features, training the models, and evaluating their performance. Accuracy, precision, recall, F1-score, and ROC-AUC are considered as evaluation measures. Particular attention is given to precision and recall because fraud datasets are usually highly imbalanced, with fraudulent transactions making up only a small part of all transactions. Overall, simple models such as Logistic Regression can provide an understandable baseline, while ensemble methods such as Random Forest and XGBoost can capture more complicated transaction patterns. The study shows that machine learning can be useful for fraud detection when it is combined with suitable preprocessing, class-imbalance techniques, and careful evaluation.
Jabulani Khumalo, Min Joon Kim· Global Knowledge Academy· 0 citations
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· International Scientific Jou...· 0 citations
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· International Conference Com...· 0 citations
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.
Narayana Reddy T, Arun Kumar T M, Nagaraju V et al.· American Journal of AI Cyber...· 0 citations