多流时间融合模型提升金融欺诈检测准确率
Multi-Stream Temporal Fusion for Financial Fraud Detection
- 用独立Transformer编码多类事件流,再通过可配置方式融合
- 时间感知位置编码使准确率达到0.9961 AUROC,显著优于基线
- 适合需要高精度的生产环境,尤其对风险信号敏感场景
数字银行中的金融欺诈检测需对多种异构事件流(如交易、登录会话、风险信号)进行推理,单独看均无异常,但联合呈现欺诈模式。我们提出多流欺诈Transformer(MSFT),为每一流使用独立Transformer编码器,并通过可配置机制融合表征。在包含1000万用户、欺诈率为1.5%的大规模数据集上,8500万参数模型表明:(1)序列模型显著优于基于聚合特征的梯度提升树(0.74 vs. 0.99 AUROC);(2)单流编码仅达0.82 AUROC,与多流差距18点,证实多流归纳偏置必要性;(3)时间感知位置编码实现最高区分力(0.9961 AUROC);(4)门控融合精度达0.989,适合生产部署;(5)风险事件流贡献最强。在某数字银行平台的私有数据上,相对XGBoost基线提升超22%相对AUROC。
原文摘要 · Abstract (English)
Financial fraud detection in digital banking requires reasoning over multiple heterogeneous event streams -- transactions, login sessions, risk signals -- that individually appear benign but collectively reveal fraudulent patterns. We propose the Multi-Stream Fraud Transformer (MSFT), a unified architecture that encodes each event stream with independent Transformer encoders and fuses their representations through configurable mechanisms. We conduct a systematic ablation study comparing five fusion strategies: concatenation, gated fusion, time-aware positional encoding, cross-stream attention, and a full combination. On a large-scale dataset (10M users, 1.5% fraud rate) with 85M parameter models, we demonstrate that (1) sequence models significantly outperform gradient-boosted trees operating on aggregated features (0.74 vs. 0.99 AUROC), (2) per-stream encoding is essential -- a single-stream Transformer baseline with matched parameter budget reaches only 0.82 AUROC, an 18-point gap that confirms the multi-stream inductive bias is necessary, (3) time-aware positional encoding achieves the highest discrimination (0.9961 AUROC), (4) gated fusion yields the best precision (0.989) suitable for production deployment, and (5) the risk event stream provides the strongest individual signal contribution. We further validate on proprietary production data from a digital banking platform, showing over 22% relative AUROC improvement over the XGBoost baseline.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。