# Multiple perspectives HMM-based feature engineering for credit card   fraud detection

**Authors:** Yvan Lucas, Pierre-Edouard Portier, L\'ea Laporte, Olivier Caelen,, Liyun He-Guelton, Sylvie Calabretto, Michael Granitzer

arXiv: 1905.06247 · 2019-06-12

## TL;DR

This paper introduces a novel multi-perspective HMM-based feature engineering approach for credit card fraud detection, significantly improving detection performance by modeling transaction sequences from multiple viewpoints.

## Contribution

It proposes combining multiple HMM perspectives to automatically engineer features capturing sequential transaction patterns for enhanced fraud detection.

## Key findings

- Achieved a 15% increase in precision-recall AUC over state-of-the-art methods.
- Utilized multiple sequence perspectives to improve feature richness.
- Enhanced fraud detection accuracy through sequential modeling.

## Abstract

Machine learning and data mining techniques have been used extensively in order to detect credit card frauds. However, most studies consider credit card transactions as isolated events and not as a sequence of transactions.   In this article, we model a sequence of credit card transactions from three different perspectives, namely (i) does the sequence contain a Fraud? (ii) Is the sequence obtained by fixing the card-holder or the payment terminal? (iii) Is it a sequence of spent amount or of elapsed time between the current and previous transactions? Combinations of the three binary perspectives give eight sets of sequences from the (training) set of transactions. Each one of these sets is modelled with a Hidden Markov Model (HMM). Each HMM associates a likelihood to a transaction given its sequence of previous transactions. These likelihoods are used as additional features in a Random Forest classifier for fraud detection. This multiple perspectives HMM-based approach enables an automatic feature engineering in order to model the sequential properties of the dataset with respect to the classification task. This strategy allows for a 15% increase in the precision-recall AUC compared to the state of the art feature engineering strategy for credit card fraud detection.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.06247/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1905.06247/full.md

## References

4 references — full list in the complete paper: https://tomesphere.com/paper/1905.06247/full.md

---
Source: https://tomesphere.com/paper/1905.06247