Itsy Bitsy SpiderNet: Fully Connected Residual Network for Fraud Detection
Sergey Afanasiev, Anastasiya Smirnova, Diana Kotereva

TL;DR
This paper introduces SpiderNet, a fully connected residual neural network tailored for fraud detection, incorporating novel feature engineering methods inspired by Benford's Law, and demonstrates its superior performance over traditional models.
Contribution
The paper presents SpiderNet architecture and new fraud feature tests, B-tests and W-tests, advancing neural network-based fraud detection methods.
Findings
SpiderNet outperforms Random Forest and other neural networks in fraud detection.
B-tests and W-tests significantly improve model accuracy.
Proposed methods are effective in identifying fraud anomalies.
Abstract
With the development of high technology, the scope of fraud is increasing, resulting in annual losses of billions of dollars worldwide. The preventive protection measures become obsolete and vulnerable over time, so effective detective tools are needed. In this paper, we propose a convolutional neural network architecture SpiderNet designed to solve fraud detection problems. We noticed that the principles of pooling and convolutional layers in neural networks are very similar to the way antifraud analysts work when conducting investigations. Moreover, the skip-connections used in neural networks make the usage of features of various power in antifraud models possible. Our experiments have shown that SpiderNet provides better quality compared to Random Forest and adapted for antifraud modeling problems 1D-CNN, 1D-DenseNet, F-DenseNet neural networks. We also propose new approaches for…
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
TopicsDigital Media Forensic Detection · Adversarial Robustness in Machine Learning · Imbalanced Data Classification Techniques
