TL;DR
This paper introduces GAGA, a novel transformer-based method that effectively utilizes label information and group aggregation to improve fraud detection in low homophily graphs, outperforming existing methods.
Contribution
The paper proposes GAGA, a new model combining group aggregation and learnable encodings within a Transformer to address low homophily challenges in graph-based fraud detection.
Findings
GAGA outperforms other methods by up to 24.39% on public and industrial datasets.
Group aggregation surpasses other label utilization techniques in low homophily settings.
The model effectively captures semantic, structural, and relational information for improved detection.
Abstract
Node classification is a substantial problem in graph-based fraud detection. Many existing works adopt Graph Neural Networks (GNNs) to enhance fraud detectors. While promising, currently most GNN-based fraud detectors fail to generalize to the low homophily setting. Besides, label utilization has been proved to be significant factor for node classification problem. But we find they are less effective in fraud detection tasks due to the low homophily in graphs. In this work, we propose GAGA, a novel Group AGgregation enhanced TrAnsformer, to tackle the above challenges. Specifically, the group aggregation provides a portable method to cope with the low homophily issue. Such an aggregation explicitly integrates the label information to generate distinguishable neighborhood information. Along with group aggregation, an attempt towards end-to-end trainable group encoding is proposed which…
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
MethodsAttention Is All You Need · fail · Linear Layer · Label Smoothing · Dense Connections · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Adam · Multi-Head Attention · Dropout
