Graph(Graph Neural Network)
2024. 5. 1.
Fraud Detection: CARE-GNN
Graph Neural Network(GNN) based Fraud Detection은 서로 다른 특성을 갖는 이웃 정보를 종합(aggregate)함으로써 각 node가 suspicous(사기꾼)인지 benign(일반인)인지 판단합니다. ▶ Problem Definition▷ Definition 1: Multi-relation graph$$G = \{V,X,\{\varepsilon_r\}|^R_{r=1} Y\}$$$V=\{v_1,v_2, \cdots, v_n\}$: the set of nodes각 nodes $v_i$는 $d$ 차원의 feature vector를 갖음($x_i \in \mathbb{R}^d$).$X = \{x_1,x_2, \cdots, x_n\}$: node-feature matrix..