吉林大学学报(理学版) ›› 2026, Vol. 64 ›› Issue (4): 809-0815.

• • 上一篇    下一篇

 FEGAT: 一种特征增强的图注意力网络

张晨玉1, 仲洋2, 张蕾3, 魏金辉4, 曹梦萱1, 韩霄松1   

  1. 1. 吉林大学 软件学院, 长春 130012; 2. 中国电力工程顾问集团东北电力设计院有限公司 企业发展部, 长春 130021;3. 吉林大学 发展规划处, 长春 130012; 4. 中国石油天然气股份有限公司 华北油田分公司, 河北 霸州 065700
  • 收稿日期:2025-04-02 出版日期:2026-07-26 发布日期:2026-07-26
  • 通讯作者: 韩霄松 E-mail:hanxiaosong@jlu.edu.cn

FEGAT: A Feature-Enhanced Graph Attention Network

Zhang Chenyu1, Zhong Yang2, Zhang Lei3,  Wei Jinhui4, Cao Mengxuan1, Han Xiaosong1   

  1. 1. College of Software, Jilin University, Changchun 130012, China;2. Department of Enterprise Development, Northeast Electric Power Design Institute Co., Ltd. of China Power Engineering Consulting Group, Changchun 130021, China;3. Division of Development & Strategic Planning, Jilin University, Changchun 130012, China;4. Huabei Oilfield Company, PetroChina Co., Ltd., Bazhou 065700, Hebei Province, China
  • Received:2025-04-02 Online:2026-07-26 Published:2026-07-26

摘要: 针对传统图神经网络很难处理大规模的复杂数据, 对网络中节点和边的特征以及二者之间的联系难以完全利用的问题, 提出一种特征增强的图注意力网络(FEGAT). 该方法先将数据建模为节点与边的有向图, 然后设计带有注意力机制的图神经网络模型, 通过边特征加权与注意力系数动态聚合邻居节点信息, 并采用多维边特征独立加权与并行拼接策略融合多维边特征, 最后结合XGBoost算法完成节点分类. 为验证模型的有效性, 在反洗钱数据集AMLSim上进行实验, 结果表明, 该模型在不平衡数据场景下, 精准率、 召回率及F1分数均得到显著提升.

关键词: 图神经网络, 注意力机制, 图表示学习, 洗钱检测

Abstract: Aiming at  the problems that traditional graph neural networks were difficult to handle large-scale complex data and it was difficult to 
 fully utilize the features of nodes and edges in the network as well as the connections between them, we proposed a feature-enhanced graph attention network (FEGAT). The method first modelled the data as a directed graph of nodes and edges. Then, a graph neural network model with an attention mechanism was designed to dynamically aggregate neighbor node information through edge feature weighting and attention coefficients, and fused multi-dimensional edge features by adopting an independent weighting and parallel concatenation strategy for multi-dimensional edge features. Finally, it combined XGBoost algorithm to complete node classification. To verify the effectiveness of the model, experiments were carried out on the anti-money laundering AMLSim dataset. The results show that the model significantly improves precision, recall and F1-score in imbalanced data scenarios.

Key words: graph neural network, attention mechanism, graph representation learning, money laundering detection

中图分类号: 

  •