paper-with-me

홈 › Papers

Advanced fraud detection using machine learning models: enhancing financial transaction security

2025-06-12 · Nudrat Fariha, Md Nazmuddin Moin Khan, Md Iqbal Hossain, Syed Ali Reza, Joy Chakra Bortty, Kazi Sharmin Sultana, Md Shadidur Islam Jawad, Saniah Safat, Md Abdul Ahad, Maksuda Begum

The rise of digital payments has accelerated the need for intelligent and scalable systems to detect fraud. This research presents an end-to-end, feature-rich machine learning framework for detecting credit card transaction anomalies and fraud using real-world data. The study begins by merging transactional, cardholder, merchant, and merchant category datasets from a relational database to create a unified analytical view. Through the feature engineering process, we extract behavioural signals such as average spending, deviation from historical patterns, transaction timing irregularities, and category frequency metrics. These features are enriched with temporal markers such as hour, day of week, and weekend indicators to expose all latent patterns that indicate fraudulent behaviours. Exploratory data analysis reveals contextual transaction trends across all the dataset features. Using the transactional data, we train and evaluate a range of unsupervised models: Isolation Forest, One Class SVM, and a deep autoencoder trained to reconstruct normal behavior. These models flag the top 1% of reconstruction errors as outliers. PCA visualizations illustrate each models ability to separate anomalies into a two-dimensional latent space. We further segment the transaction landscape using K-Means clustering and DBSCAN to identify dense clusters of normal activity and isolate sparse, suspicious regions.

📄 PDF Abstract BibTeX arXiv:2506.10842

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringFraud Detection

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…
k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

Enhancing Financial Fraud Detection with Human-in-the-Loop Feedback and Feedback Propagation

2024-11-07 · Prashank Kadam

Human-in-the-loop (HITL) feedback mechanisms can significantly enhance machine learning models, particularly in financial fraud detection, where fraud patterns change rapidly, and fraudulent nodes are sparse. Even small …

Fraud Detection

Redefining Finance: The Influence of Artificial Intelligence (AI) and Machine Learning (ML)

2024-10-21 · Animesh Kumar

With rapid transformation of technologies, the fusion of Artificial Intelligence (AI) and Machine Learning (ML) in finance is disrupting the entire ecosystem and operations which were followed for decades. The current la…

Fraud DetectionManagement

Enhancing Credit Card Fraud Detection A Neural Network and SMOTE Integrated Approach

2024-02-27 · Mengran Zhu, Ye Zhang, Yulu Gong, Changxin Xu 외

Credit card fraud detection is a critical challenge in the financial sector, demanding sophisticated approaches to accurately identify fraudulent transactions. This research proposes an innovative methodology combining N…

Fraud Detection

TimeTrail: Unveiling Financial Fraud Patterns through Temporal Correlation Analysis

2023-08-27 · Sushrut Ghimire

In the field of financial fraud detection, understanding the underlying patterns and dynamics is important to ensure effective and reliable systems. This research introduces a new technique, "TimeTrail," which employs ad…

Fraud Detection

Proactive Fraud Defense: Machine Learning's Evolving Role in Protecting Against Online Fraud

2024-10-26 · Md Kamrul Hasan Chy

As online fraud becomes more sophisticated and pervasive, traditional fraud detection methods are struggling to keep pace with the evolving tactics employed by fraudsters. This paper explores the transformative role of m…

Fraud Detection