SAFE: A Neural Survival Analysis Model for Fraud Early Detection
Panpan Zheng, Shuhan Yuan, Xintao Wu

TL;DR
SAFE introduces a survival analysis neural network that predicts the likelihood of user fraud over time, ensuring consistent early detection and outperforming existing methods on real datasets.
Contribution
The paper presents a novel survival analysis-based neural model for fraud detection that guarantees monotonic survival probabilities and effectively handles censored data.
Findings
Outperforms existing fraud detection models on real datasets.
Ensures monotonic decrease of survival probabilities over time.
Effectively handles censored data in training.
Abstract
Many online platforms have deployed anti-fraud systems to detect and prevent fraudulent activities. However, there is usually a gap between the time that a user commits a fraudulent action and the time that the user is suspended by the platform. How to detect fraudsters in time is a challenging problem. Most of the existing approaches adopt classifiers to predict fraudsters given their activity sequences along time. The main drawback of classification models is that the prediction results between consecutive timestamps are often inconsistent. In this paper, we propose a survival analysis based fraud early detection model, SAFE, which maps dynamic user activities to survival probabilities that are guaranteed to be monotonically decreasing along time. SAFE adopts recurrent neural network (RNN) to handle user activity sequences and directly outputs hazard values at each timestamp, and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImbalanced Data Classification Techniques · Spam and Phishing Detection · Cybercrime and Law Enforcement Studies
