Graph-Based Fraud Detection with Dual-Path Graph Filtering

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, quick

Summary

A new Graph-Based Fraud Detection Model with Dual-Path Graph Filtering (DPF-GFD) has been proposed to enhance fraud detection on graph data, a task where traditional Graph Neural Networks (GNNs) often underperform due to relation camouflage, high heterophily, and class imbalance. DPF-GFD employs a novel frequency-complementary dual-path filtering paradigm. It first uses a beta wavelet-based operator on the original graph to capture structural patterns, then constructs a similarity graph from distance-based node representations, applying an improved low-pass filter. The embeddings from both graphs are fused via supervised representation learning, and the resulting node features are fed into an ensemble tree model to assess fraud risk. This approach explicitly decouples structural anomaly modeling and feature similarity modeling, leading to more discriminative and stable node representations, as demonstrated by experiments on four real-world financial fraud detection datasets.

Key takeaway

For research scientists developing fraud detection systems, DPF-GFD offers a robust approach to mitigate challenges posed by heterophilous and imbalanced graph data. You should consider integrating its dual-path filtering paradigm, which explicitly separates structural anomaly and feature similarity modeling, to achieve more stable and discriminative node representations in your models, potentially improving detection accuracy on real-world financial datasets.

Key insights

DPF-GFD uses dual-path graph filtering to overcome GNN limitations in fraud detection on heterophilous and imbalanced graphs.

Principles

Method

DPF-GFD applies a beta wavelet operator to the original graph, constructs a similarity graph with a low-pass filter, fuses embeddings, and uses an ensemble tree for fraud risk assessment.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Data Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.