Online Credit Payment Fraud Detection via Structure-Aware Hierarchical Recurrent Neural Network

Abstract

Online credit payment fraud detection plays a critical role in financial institutions due to the growing volume of fraudulent transactions. Recently, researchers have shown an increased interest in capturing users’ dynamic and evolving fraudulent tendencies from their behavior sequences. However, most existing methodologies for sequential modeling overlook the intrinsic structure information of web pages. In this paper, we adopt multi-scale behavior sequence generated from different granularities of web page structures and propose a model named SAH-RNN to consume the multi-scale behavior sequence for online payment fraud detection. The SAH-RNN has stacked RNN layers in which upper layers modeling for compendious behaviors are updated less frequently and receive the summarized representations from lower layers. A dual attention is devised to capture the impacts on both sequential information within the same sequence and structural information among different granularity of web pages. Experimental results on a large-scale real-world transaction dataset from Alibaba show that our proposed model outperforms state-of-the-art models. The code is available at https://github.com/WangliLin/SAH-RNN.

Cite

Text

Lin et al. "Online Credit Payment Fraud Detection via Structure-Aware Hierarchical Recurrent Neural Network." International Joint Conference on Artificial Intelligence, 2021. doi:10.24963/IJCAI.2021/505

Markdown

[Lin et al. "Online Credit Payment Fraud Detection via Structure-Aware Hierarchical Recurrent Neural Network." International Joint Conference on Artificial Intelligence, 2021.](https://mlanthology.org/ijcai/2021/lin2021ijcai-online/) doi:10.24963/IJCAI.2021/505

BibTeX

@inproceedings{lin2021ijcai-online,
  title     = {{Online Credit Payment Fraud Detection via Structure-Aware Hierarchical Recurrent Neural Network}},
  author    = {Lin, Wangli and Sun, Li and Zhong, Qiwei and Liu, Can and Feng, Jinghua and Ao, Xiang and Yang, Hao},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2021},
  pages     = {3670-3676},
  doi       = {10.24963/IJCAI.2021/505},
  url       = {https://mlanthology.org/ijcai/2021/lin2021ijcai-online/}
}