AI Navigate

A Dual-Path Generative Framework for Zero-Day Fraud Detection in Banking Systems

arXiv cs.AI / 3/17/2026

📰 NewsSignals & Early TrendsModels & Research

Key Points

  • The article presents a Dual-Path Generative Framework for zero-day fraud detection in high-frequency banking, aiming to balance low-latency detection with GDPR-style explainability.
  • A Variational Autoencoder (VAE) models a legitimate transaction manifold using reconstruction error to enable sub-50ms inference latency.
  • An asynchronous Wasserstein GAN with Gradient Penalty (WGAN-GP) generates high-entropy fraudulent scenarios to stress-test detection boundaries.
  • A Gumbel-Softmax estimator addresses the non-differentiability of discrete banking data (e.g., Merchant Category Codes) within the framework.
  • A trigger-based explainability mechanism activates SHAP explanations only for high-uncertainty transactions to manage XAI computational costs while maintaining throughput.

Abstract

High-frequency banking environments face a critical trade-off between low-latency fraud detection and the regulatory explainability demanded by GDPR. Traditional rule-based and discriminative models struggle with "zero-day" attacks due to extreme class imbalance and the lack of historical precedents. This paper proposes a Dual-Path Generative Framework that decouples real-time anomaly detection from offline adversarial training. The architecture employs a Variational Autoencoder (VAE) to establish a legitimate transaction manifold based on reconstruction error, ensuring <50ms inference latency. In parallel, an asynchronous Wasserstein GAN with Gradient Penalty (WGAN-GP) synthesizes high-entropy fraudulent scenarios to stress-test the detection boundaries. Crucially, to address the non-differentiability of discrete banking data (e.g., Merchant Category Codes), we integrate a Gumbel-Softmax estimator. Furthermore, we introduce a trigger-based explainability mechanism where SHAP (Shapley Additive Explanations) is activated only for high-uncertainty transactions, reconciling the computational cost of XAI with real-time throughput requirements.