iconLogo
Published:2026/1/11 7:59:39

詐欺を見抜く!GNNの新技✨

超要約: GNN (グラフニューラルネットワーク) で金融詐欺を見つける方法を、もっと速く、賢くする研究だよ!

✨ ギャル的キラキラポイント ✨ ● GNNの弱点を克服!訓練(トレーニング)時間を短くするんだって! ● 詐欺を見抜く精度もアップ⤴️ 賢いモデルになる予感! ● 新しいビジネスチャンスが広がるかも…?💰

詳細解説 ● 背景 GNNっていうのは、グラフ構造(人間関係図みたいなの)を分析するのが得意なAIのこと。金融詐欺も、怪しい取引をグラフで表してGNNで調べれば見つけやすいんだけど… 訓練に時間かかるし、性能がイマイチだったりしたの💔

● 方法 そこで登場したのがOES (ワンサイドエッジサンプリング)!GNNが「これは怪しい!」って判断した取引だけを使って訓練するから、効率的で精度も上がるってわけ😎

続きは「らくらく論文」アプリで

Graph Neural Network with One-side Edge Sampling for Fraud Detection

Hoang Hiep Trieu

Financial fraud is always a major problem in the field of finance, as it can cause significant consequences. As a result, many approaches have been designed to detect it, and lately Graph Neural Networks (GNNs) have been demonstrated as a competent candidate. However, when trained with a large amount of data, they are slow and computationally demanding. In addition, GNNs may need a deep architecture to detect complex fraud patterns, but doing so may make them suffer from problems such as over-fitting or over-smoothing. Over-fitting leads to reduced generalisation of the model on unseen data, while over-smoothing causes all nodes' features to converge to a fixed point due to excessive aggregation of information from neighbouring nodes. In this research, I propose an approach called One-Side Edge Sampling (OES) that can potentially reduce training duration as well as the effects of over-smoothing and over-fitting. The approach leverages predictive confidence in an edge classification task to sample edges from the input graph during a certain number of epochs. To explain why OES can alleviate over-smoothing, I perform a theoretical analysis of the proposed approach. In addition, to validate the effect of OES, I conduct experiments using different GNNs on two datasets. The results show that OES can empirically outperform backbone models in both shallow and deep architectures while also reducing training time.

cs / cs.LG / cs.AI