論文の概要: Alleviating the Inconsistency Problem of Applying Graph Neural Network
to Fraud Detection
- arxiv url: http://arxiv.org/abs/2005.00625v3
- Date: Thu, 2 Jul 2020 03:24:05 GMT
- ステータス: 処理完了
- システム内更新日: 2022-12-08 00:30:33.560503
- Title: Alleviating the Inconsistency Problem of Applying Graph Neural Network
to Fraud Detection
- Title(参考訳): グラフニューラルネットワークによるフラッド検出の不整合問題を軽減する
- Authors: Zhiwei Liu, Yingtong Dou, Philip S. Yu, Yutong Deng, Hao Peng
- Abstract要約: 不整合問題に対処するために、新しいGNNフレームワークである$mathsfGraphConsis$を導入します。
4つのデータセットの実証分析は、不正検出タスクにおいて不整合の問題が不可欠であることを示唆している。
我々はまた、SOTAモデルを実装したGNNベースの不正検出ツールボックスもリリースした。
- 参考スコア(独自算出の注目度): 78.88163190021798
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: The graph-based model can help to detect suspicious fraud online. Owing to
the development of Graph Neural Networks~(GNNs), prior research work has
proposed many GNN-based fraud detection frameworks based on either homogeneous
graphs or heterogeneous graphs. These work follow the existing GNN framework by
aggregating the neighboring information to learn the node embedding, which lays
on the assumption that the neighbors share similar context, features, and
relations. However, the inconsistency problem is hardly investigated, i.e., the
context inconsistency, feature inconsistency, and relation inconsistency. In
this paper, we introduce these inconsistencies and design a new GNN framework,
$\mathsf{GraphConsis}$, to tackle the inconsistency problem: (1) for the
context inconsistency, we propose to combine the context embeddings with node
features, (2) for the feature inconsistency, we design a consistency score to
filter the inconsistent neighbors and generate corresponding sampling
probability, and (3) for the relation inconsistency, we learn a relation
attention weights associated with the sampled nodes. Empirical analysis on four
datasets indicates the inconsistency problem is crucial in a fraud detection
task. The extensive experiments prove the effectiveness of
$\mathsf{GraphConsis}$. We also released a GNN-based fraud detection toolbox
with implementations of SOTA models. The code is available at
https://github.com/safe-graph/DGFraud.
- Abstract(参考訳): このグラフベースのモデルは、疑わしい詐欺をオンラインで検出するのに役立つ。
グラフニューラルネットワーク(gnns)の開発により、先行研究は均質グラフまたはヘテロジニアスグラフのいずれかに基づく多くのgnnベースの不正検出フレームワークを提案している。
これらの研究は、近隣の情報を集約してノードの埋め込みを学ぶことで既存のGNNフレームワークに従っている。
しかし,不整合問題,すなわちコンテキスト不整合,特徴不整合,関係不整合などについてはほとんど調査されていない。
In this paper, we introduce these inconsistencies and design a new GNN framework, $\mathsf{GraphConsis}$, to tackle the inconsistency problem: (1) for the context inconsistency, we propose to combine the context embeddings with node features, (2) for the feature inconsistency, we design a consistency score to filter the inconsistent neighbors and generate corresponding sampling probability, and (3) for the relation inconsistency, we learn a relation attention weights associated with the sampled nodes.
4つのデータセットに関する実証分析は、不正検出タスクにおいて不整合問題は不可欠であることを示している。
広範な実験は$\mathsf{GraphConsis}$の有効性を証明する。
また,SOTAモデルを実装したGNNベースの不正検出ツールボックスもリリースした。
コードはhttps://github.com/safe-graph/DGFraudで公開されている。
関連論文リスト
- Mitigating Degree Bias in Signed Graph Neural Networks [5.042342963087923]
SGNN(Signed Graph Neural Networks)は、ソースデータと典型的な集約手法による公平性問題に対処する。
本稿では,GNN から拡張された SGNN の公正性の調査を先駆的に進める。
署名されたグラフ内の次数バイアスの問題を識別し、SGNNに関する公平性問題に対する新たな視点を提供する。
論文 参考訳(メタデータ) (2024-08-16T03:22:18Z) - Robust Graph Neural Network based on Graph Denoising [10.564653734218755]
グラフニューラルネットワーク(GNN)は、非ユークリッドデータセットを扱う学習問題に対して、悪名高い代替手段として登場した。
本研究は,観測トポロジにおける摂動の存在を明示的に考慮した,GNNの堅牢な実装を提案する。
論文 参考訳(メタデータ) (2023-12-11T17:43:57Z) - BOURNE: Bootstrapped Self-supervised Learning Framework for Unified
Graph Anomaly Detection [50.26074811655596]
自己指導型自己学習(BOURNE)に基づく新しい統合グラフ異常検出フレームワークを提案する。
ノードとエッジ間のコンテキスト埋め込みを交換することで、ノードとエッジの異常を相互に検出できる。
BOURNEは、負のサンプリングを必要としないため、大きなグラフを扱う際の効率を高めることができる。
論文 参考訳(メタデータ) (2023-07-28T00:44:57Z) - DEGREE: Decomposition Based Explanation For Graph Neural Networks [55.38873296761104]
我々は,GNN予測に対する忠実な説明を提供するためにDGREEを提案する。
GNNの情報生成と集約機構を分解することにより、DECREEは入力グラフの特定のコンポーネントのコントリビューションを最終的な予測に追跡することができる。
また,従来の手法で見過ごされるグラフノード間の複雑な相互作用を明らかにするために,サブグラフレベルの解釈アルゴリズムを設計する。
論文 参考訳(メタデータ) (2023-05-22T10:29:52Z) - The Devil is in the Conflict: Disentangled Information Graph Neural
Networks for Fraud Detection [17.254383007779616]
性能劣化は主にトポロジと属性の矛盾に起因すると我々は主張する。
注意機構を用いて2つの視点を適応的に融合する簡易かつ効果的な手法を提案する。
我々のモデルは、実世界の不正検出データセットで最先端のベースラインを大幅に上回ることができる。
論文 参考訳(メタデータ) (2022-10-22T08:21:49Z) - Exploiting Neighbor Effect: Conv-Agnostic GNNs Framework for Graphs with
Heterophily [58.76759997223951]
我々はフォン・ノイマンエントロピーに基づく新しい計量を提案し、GNNのヘテロフィリー問題を再検討する。
また、異種データセット上でのほとんどのGNNの性能を高めるために、Conv-Agnostic GNNフレームワーク(CAGNN)を提案する。
論文 参考訳(メタデータ) (2022-03-19T14:26:43Z) - Improving Fraud detection via Hierarchical Attention-based Graph Neural
Network [6.7713383844867385]
不正検出のためのグラフニューラルネットワーク(HA-GNN)は、カモフラージュに対する異なる関係にわたって重み付けされた隣接行列を組み込む。
ローカル/ロングレンジ構造と元のノード特徴から情報を集約してノード埋め込みを生成する。
実世界の3つのデータセットの実験は、最先端技術に対する我々のモデルの有効性を実証している。
論文 参考訳(メタデータ) (2022-02-12T16:27:16Z) - Deep Fraud Detection on Non-attributed Graph [61.636677596161235]
グラフニューラルネットワーク(GNN)は不正検出に強い性能を示している。
ラベル付きデータは大規模な産業問題、特に不正検出には不十分である。
よりラベルのないデータを活用するための新しいグラフ事前学習戦略を提案する。
論文 参考訳(メタデータ) (2021-10-04T03:42:09Z) - Enhancing Graph Neural Network-based Fraud Detectors against Camouflaged
Fraudsters [78.53851936180348]
近年の実証研究,すなわち特徴カモフラージュと関係カモフラージュの2種類のカモフラージュを紹介した。
既存のGNNはこれらの2つのカモフラージュに対処していない。
カモフラージュ抵抗型GNN(CARE-GNN)と呼ばれる新しいモデルを提案し、カモフラージュに対する3つのユニークなモジュールを用いたGNN集約プロセスを強化する。
論文 参考訳(メタデータ) (2020-08-19T22:33:12Z)
関連論文リストは本サイト内にある論文のタイトル・アブストラクトから自動的に作成しています。
指定された論文の情報です。
本サイトの運営者は本サイト(すべての情報・翻訳含む)の品質を保証せず、本サイト(すべての情報・翻訳含む)を使用して発生したあらゆる結果について一切の責任を負いません。