Journal of Computer Applications ›› 2026, Vol. 46 ›› Issue (2): 437-444.DOI: 10.11772/j.issn.1001-9081.2025020151

• Artificial intelligence • Previous Articles    

Vehicle insurance fraud detection method based on improved graph attention network

Jinjiao LIN1, Canshun ZHANG1, Shuya CHEN1, Tianxin WANG1, Jian LIAN2(), Yonghui XU3   

  1. 1.School of Management Science and Engineering,Shandong University of Finance and Economics,Jinan Shandong 250014,China
    2.School of Intelligent Engineering,Shandong Management University,Jinan Shandong 250000,China
    3.Joint SDU-NTU Centre for Artificial Intelligence Research,Shandong University,Jinan Shandong 250101,China
  • Received:2025-02-19 Revised:2025-05-10 Accepted:2025-05-13 Online:2025-05-16 Published:2026-02-10
  • Contact: Jian LIAN
  • About author:LIN Jinjiao, born in 1978, Ph. D., professor. Her research interests include financial big data processing, artificial intelligence, deep learning.
    ZHANG Canshun, born in 2002, M. S. candidate. His research interests include financial big data analysis and processing, deep learning.
    CHEN Shuya, born in 2004. Her research interests include financial big data analysis and processing, deep learning.
    WANG Tianxin, born in 2005. His research interests include financial big data analysis and processing, deep learning.
    LIAN Jian, born in 1981, Ph. D., professor. His research interests include image processing, deep learning, artificial intelligence. Email:lianjianlianjian@163.com
    XU Yonghui, born in 1986, Ph. D., professor. His research interests include knowledge graph, trusted artificial intelligence.
  • Supported by:
    National Natural Science Foundation of China(62202279);Construction Project of “Digital Intelligence Empowering · Cross Integration” Undergraduate Course in Shandong University of Finance and Economics (Financial Data Collection and Processing)

基于改进图注意力网络的车险欺诈检测方法

林金娇1, 张灿舜1, 陈淑娅1, 王天鑫1, 连剑2(), 徐庸辉3   

  1. 1.山东财经大学 管理科学与工程学院,济南 250014
    2.山东管理学院 智能工程学院,济南 250000
    3.山东大学—南洋理工大学 人工智能国际联合研究院,济南 250101
  • 通讯作者: 连剑
  • 作者简介:林金娇(1978—),女,浙江永康人,教授,博士,CCF会员,主要研究方向:金融大数据处理、人工智能、深度学习
    张灿舜(2002—),男,山东泰安人,硕士研究生,CCF会员,主要研究方向:金融大数据分析与处理、深度学习
    陈淑娅(2004—),女,湖北宜昌人,主要研究方向:金融大数据分析与处理、深度学习
    王天鑫(2005—),男,山东济南人,主要研究方向:金融大数据分析与处理、深度学习
    连剑(1981—),男,山东荣成人,教授,博士,CCF会员,主要研究方向:图像处理、深度学习、人工智能 Email:lianjianlianjian@163.com
    徐庸辉(1986—),男,山东济南人,教授,博士,CCF会员,主要研究方向:知识图谱、可信人工智能。
  • 基金资助:
    国家自然科学基金资助项目(62202279);山东财经大学“数智赋能·交叉融合”本科生课程立项建设项目(金融数据采集与处理)

Abstract:

Aiming at the problem that the existing vehicle insurance fraud detection methods ignore complex correlation in the data, a vehicle insurance fraud detection method based on improved graph attention network was proposed. This method enhances the ability to capture complex correlation in the data through collaborative design of dynamic attention mechanism and serialized global modeling. Firstly, each case of vehicle insurance fraud was abstracted as a node of graph structure. Secondly, the similarity between multiple attributes such as time, age, and amount of the nodes was calculated by K-Nearest Neighbor (KNN) algorithm, so as to construct the complex correlation between the cases. Thirdly, the graph data of the cases was input into GATv2(dynamic Graph ATtention network), and local features of the adjacent nodes were aggregated by allocating node weights dynamically, thereby obtaining new feature representation of each case node. Fourthly, Transformer was introduced to serialize the graph structure output of GATv2. Finally the fusion module was used to perform nonlinear integration expression on the final features, so as to obtain the classification results of the case nodes. Experimental results show that compared with the baseline methods, the proposed method has the accuracy on the two datasets improved by at least 1.11 and 1.34 percentage points, respectively, and the False Positive Rate (FPR) of as low as 0.035% on the insurance company dataset, which provides a new technical solution for improving the accuracy and efficiency of vehicle insurance fraud detection.

Key words: vehicle insurance fraud detection, Graph Neural Network (GNN), graph attention mechanism, serialization, deep learning

摘要:

针对现有车险欺诈检测方法忽略数据中复杂关联关系的问题,提出一种基于改进图注意力网络的车险欺诈检测方法。该方法通过动态注意力机制与序列化全局建模的协同设计,增强数据中复杂关联关系的捕捉能力。首先,将车险欺诈的每一起案件抽象为图结构的节点;其次,通过K近邻(KNN)算法计算节点的时间、年龄以及金额等多重属性间的相似性,从而构建案件之间的复杂关联关系;再次,将案件的图数据输入GATv2(dynamic Graph ATtention network),并动态分配节点权重以聚合邻接节点的局部特征,从而得到每个案件节点的新特征表示;继次,引入Transformer对GATv2的图结构输出进行序列化处理;最后,由融合模块对最终特征进行非线性整合表达,从而得到案件节点的分类结果。实验结果表明:所提方法在两个数据集上的准确率较基线方法分别至少提升了1.11和1.34个百分点,而在保险公司数据集上的误警率(FPR)低至0.035%,为提高车险欺诈检测的准确性与效率提供了新的技术方案。

关键词: 车险欺诈检测, 图神经网络, 图注意力机制, 序列化, 深度学习

CLC Number: