English

Interleaved Sequence RNNs for Fraud Detection

Machine Learning 2020-06-18 v2 Cryptography and Security Machine Learning

Abstract

Payment card fraud causes multibillion dollar losses for banks and merchants worldwide, often fueling complex criminal activities. To address this, many real-time fraud detection systems use tree-based models, demanding complex feature engineering systems to efficiently enrich transactions with historical data while complying with millisecond-level latencies. In this work, we do not require those expensive features by using recurrent neural networks and treating payments as an interleaved sequence, where the history of each card is an unbounded, irregular sub-sequence. We present a complete RNN framework to detect fraud in real-time, proposing an efficient ML pipeline from preprocessing to deployment. We show that these feature-free, multi-sequence RNNs outperform state-of-the-art models saving millions of dollars in fraud detection and using fewer computational resources.

Keywords

Cite

@article{arxiv.2002.05988,
  title  = {Interleaved Sequence RNNs for Fraud Detection},
  author = {Bernardo Branco and Pedro Abreu and Ana Sofia Gomes and Mariana S. C. Almeida and João Tiago Ascensão and Pedro Bizarro},
  journal= {arXiv preprint arXiv:2002.05988},
  year   = {2020}
}

Comments

9 pages, 4 figures, to appear in SIGKDD'20 Industry Track

R2 v1 2026-06-23T13:41:51.716Z