Efficient Fraud Detection Using Deep Boosting Decision Trees
Biao Xu, Yao Wang, Xiuwu Liao, Kaidong Wang

TL;DR
This paper introduces deep boosting decision trees (DBDT), a novel fraud detection method combining neural networks and gradient boosting to enhance representation learning and interpretability, especially effective on imbalanced datasets.
Contribution
The paper proposes DBDT, integrating neural networks into gradient boosting with a new compositional AUC maximization for imbalanced data, advancing fraud detection techniques.
Findings
Significantly improved detection performance on real datasets.
Maintains interpretability while enhancing accuracy.
Effectively handles data imbalance in fraud detection.
Abstract
Fraud detection is to identify, monitor, and prevent potentially fraudulent activities from complex data. The recent development and success in AI, especially machine learning, provides a new data-driven way to deal with fraud. From a methodological point of view, machine learning based fraud detection can be divided into two categories, i.e., conventional methods (decision tree, boosting...) and deep learning, both of which have significant limitations in terms of the lack of representation learning ability for the former and interpretability for the latter. Furthermore, due to the rarity of detected fraud cases, the associated data is usually imbalanced, which seriously degrades the performance of classification algorithms. In this paper, we propose deep boosting decision trees (DBDT), a novel approach for fraud detection based on gradient boosting and neural networks. In order to…
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
