paper-with-me

Papers

Explainable Deep Behavioral Sequence Clustering for Transaction Fraud Detection

2021-01-12 · Wei Min, Weiming Liang, Hang Yin, Zhurong Wang, Mei Li, Alok Lal

In e-commerce industry, user behavior sequence data has been widely used in many business units such as search and merchandising to improve their products. However, it is rarely used in financial services not only due to its 3V characteristics - i.e. Volume, Velocity and Variety - but also due to its unstructured nature. In this paper, we propose a Financial Service scenario Deep learning based Behavior data representation method for Clustering (FinDeepBehaviorCluster) to detect fraudulent transactions. To utilize the behavior sequence data, we treat click stream data as event sequence, use time attention based Bi-LSTM to learn the sequence embedding in an unsupervised fashion, and combine them with intuitive features generated by risk experts to form a hybrid feature representation. We also propose a GPU powered HDBSCAN (pHDBSCAN) algorithm, which is an engineering optimization for the original HDBSCAN algorithm based on FAISS project, so that clustering can be carried out on hundreds of millions of transactions within a few minutes. The computation efficiency of the algorithm has increased 500 times compared with the original implementation, which makes flash fraud pattern detection feasible. Our experimental results show that the proposed FinDeepBehaviorCluster framework is able to catch missed fraudulent transactions with considerable business values. In addition, rule extraction method is applied to extract patterns from risky clusters using intuitive features, so that narrative descriptions can be attached to the risky clusters for case investigation, and unknown risk patterns can be mined for real-time fraud detection. In summary, FinDeepBehaviorCluster as a complementary risk management strategy to the existing real-time fraud detection engine, can further increase our fraud detection and proactive risk defense capabilities.

📄 PDF Abstract BibTeX arXiv:2101.04285

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringFraud DetectionGPUManagement

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Multi-task CNN Behavioral Embedding Model For Transaction Fraud Detection

2024-11-29 · Bo Qu, Zhurong Wang, Minghao Gu, Daisuke Yagi 외

The burgeoning e-Commerce sector requires advanced solutions for the detection of transaction fraud. With an increasing risk of financial information theft and account takeovers, deep learning methods have become integra…

Fraud DetectionInductive Bias

Behavioral graph fraud detection in E-commerce

2022-10-13 · Hang Yin, Zitao Zhang, Zhurong Wang, Yilmazcan Ozyurt 외

In e-commerce industry, graph neural network methods are the new trends for transaction risk modeling.The power of graph algorithms lie in the capability to catch transaction linking network information, which is very ha…

Fraud DetectionGPUgraph constructionGraph Embedding+1

TSAI-MetaFraud: A Benchmark Dataset for Financial Fraud Transaction and Behavioral Risk Detection in Metaverse Ecosystems

2026-07-10 · Refat Ishrak Hemel, Ehsan Hallaji, Roozbeh Razavi-Far arxiv

The emergence of metaverse platforms has created virtual economies that introduce new challenges related to fraud, bot activity, and illicit financial behavior. Despite growing interest in trustworthy metaverse analytics…

Node ClassificationLink PredictionFraud Detection

xFraud: Explainable Fraud Transaction Detection

2020-11-24 · Susie Xi Rao, Shuai Zhang, Zhichao Han, Zitao Zhang 외

At online retail platforms, it is crucial to actively detect the risks of transactions to improve customer experience and minimize financial loss. In this work, we propose xFraud, an explainable fraud transaction predict…

Explainable ModelsFraud DetectionGraph EmbeddingGraph Neural Network

Transparency and Privacy: The Role of Explainable AI and Federated Learning in Financial Fraud Detection

2023-12-20 · Tomisin Awosika, Raj Mani Shukla, Bernardi Pranggono

Fraudulent transactions and how to detect them remain a significant problem for financial institutions around the world. The need for advanced fraud detection systems to safeguard assets and maintain customer trust is pa…

Federated LearningFraud DetectionPrivacy Preserving