paper-with-me

홈 › Papers

DEDGAT: Dual Embedding of Directed Graph Attention Networks for Detecting Financial Risk

2023-03-06 · Jiafu Wu, Mufeng Yao, Dong Wu, Mingmin Chi, Baokun Wang, Ruofan Wu, Xin Fu, Changhua Meng, Weiqiang Wang

Graph representation plays an important role in the field of financial risk control, where the relationship among users can be constructed in a graph manner. In practical scenarios, the relationships between nodes in risk control tasks are bidirectional, e.g., merchants having both revenue and expense behaviors. Graph neural networks designed for undirected graphs usually aggregate discriminative node or edge representations with an attention strategy, but cannot fully exploit the out-degree information when used for the tasks built on directed graph, which leads to the problem of a directional bias. To tackle this problem, we propose a Directed Graph ATtention network called DGAT, which explicitly takes out-degree into attention calculation. In addition to having directional requirements, the same node might have different representations of its input and output, and thus we further propose a dual embedding of DGAT, referred to as DEDGAT. Specifically, DEDGAT assigns in-degree and out-degree representations to each node and uses these two embeddings to calculate the attention weights of in-degree and out-degree nodes, respectively. Experiments performed on the benchmark datasets show that DGAT and DEDGAT obtain better classification performance compared to undirected GAT. Also,the visualization results demonstrate that our methods can fully use both in-degree and out-degree information.

📄 PDF Abstract BibTeX arXiv:2303.03933

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Attention

Methods 이 논문이 사용한 방법론

GAT A Graph Attention Network (GAT) is a neural network architecture that operates on graph-structured data, leveraging masked self-attentional layers to address the shortcomings…

Similar Papers 제목 키워드 기반

DUPLEX: Dual GAT for Complex Embedding of Directed Graphs

2024-06-08 · Zhaoru Ke, Hang Yu, Jianguo Li, Haipeng Zhang

Current directed graph embedding methods build upon undirected techniques but often inadequately capture directed edge information, leading to challenges such as: (1) Suboptimal representations for nodes with low in/out-…

Graph Embedding

BHGNN-RT: Network embedding for directed heterogeneous graphs

2023-11-24 · Xiyang Sun, Fumiyasu Komaki

Networks are one of the most valuable data structures for modeling problems in the real world. However, the most recent node embedding strategies have focused on undirected graphs, with limited attention to directed grap…

Graph Neural NetworkNetwork EmbeddingNode Classification

Cross-Attention Graph Neural Networks for Inferring Gene Regulatory Networks with Skewed Degree Distribution

2024-12-18 · Jiaqi Xiong, Nan Yin, Shiyang Liang, Haoyang Li 외

Inferencing Gene Regulatory Networks (GRNs) from gene expression data is a pivotal challenge in systems biology, and several innovative computational methods have been introduced. However, most of these studies have not …

Graph Embedding

Attributed Graph Clustering: A Deep Attentional Embedding Approach

2019-06-15 · Chun Wang, Shirui Pan, Ruiqi Hu, Guodong Long 외

Graph clustering is a fundamental task which discovers communities or groups in networks. Recent studies have mostly focused on developing deep learning approaches to learn a compact graph embedding, upon which classic c…

ClusteringDecoderGraph ClusteringGraph Embedding+1

SVDformer: Direction-Aware Spectral Graph Embedding Learning via SVD and Transformer

2025-08-19 · Jiayu Fang, Zhiqi Shao, S T Boris Choy, Junbin Gao arxiv

Directed graphs are widely used to model asymmetric relationships in real-world systems. However, existing directed graph neural networks often struggle to jointly capture directional semantics and global structural patt…

Graph Representation LearningNode ClassificationGraph Embedding