Credit card fraud detection remains a major challenge due to severe class imbalance and the constantly evolving nature of fraudulent behaviors. To address these challenges, this paper proposes a hybrid framework that integrates a Variational Autoencoder (VAE) for probabilistic anomaly detection, a Graph Attention Network (GAT) for capturing inter-transaction relationships, and a stacking ensemble with XGBoost for robust prediction. The joint use of VAE anomaly scores and GAT-derived node embeddings enables the model to capture both feature-level irregularities and relational fraud patterns. Experiments on the European Credit Card and IEEE-CIS Fraud Detection datasets show that the proposed approach outperforms baseline models by up to 15% in F1-score, achieving values above 0.980 with AUCs reaching 0.995. These results demonstrate the effectiveness of combining unsupervised anomaly detection with graph-based learning within an ensemble framework for highly imbalanced fraud detection problems.
Mienye et al. (Thu,) studied this question.