Author Login Editor-in-Chief Peer Review Editor Work Office Work

Computer Engineering ›› 2022, Vol. 48 ›› Issue (12): 261-269. doi: 10.19678/j.issn.1000-3428.0063524

• Development Research and Engineering Application • Previous Articles     Next Articles

Multi-Label Classification Model of Electrocardiogram Based on Adaptive Graph Convolutional Network

HE Yuhang1, LIU Yan1, CHEN Gang2   

  1. 1. Key Laboratory of Aerospace Information Security and Trusted Computing, Ministry of Education, Wuhan University, Wuhan 430072, China;
    2. School of Cyber Science and Engineering, Wuhan University, Wuhan 430072, China
  • Received:2021-12-14 Revised:2022-02-16 Published:2022-12-07

基于自适应图卷积网络的心电图多标签分类模型

贺煜航1, 刘棪1, 陈刚2   

  1. 1. 武汉大学 空天信息安全与可信计算教育部重点实验室, 武汉 430072;
    2. 武汉大学 国家网络安全学院, 武汉 430072
  • 作者简介:贺煜航(1997—),男,硕士研究生,主研方向为医学图像处理、网络空间安全、深度学习;刘棪,硕士研究生;陈刚(通信作者),教授,博士。
  • 基金资助:
    国家自然科学基金(U1936107)。

Abstract: Electrocardiogram(ECG) analysis is a widely used diagnostic method for heart diseases..Traditional ECG analysis relies heavily on the personal level of doctors, which is prone to misdiagnosis and missed diagnosis.Moreover, it is inefficient and cannot effectively use the valuable information provided by high-frequency signals.The ECG automatic classification method based on Convolutional Neural Network(CNN) has improved the diagnostic efficiency to a certain extent;however, there is still the problem of insufficient utilization of high-frequency information, where a single CNN cannot make full use of the global information due to the restriction of the receptive field and the influence of weight sharing.Therefore, the classification accuracy needs to be improved.This paper proposes a Multi-Label Classification Model of Electrocardiogram Based on Attention Mechanism and Graph Convolutional Network(MLECG-AGCN).This model improves the network's utilization of high-frequency signals by designing CNN based on attention mechanism.The GCN is introduced to effectively use the global information and the neighborhood sample information of the feature space, to help the samples to classify and improve the accuracy of the classification results.Among them, the CNN based on attention mechanism highlights the high frequency position of the original signal through a high pass filter, generates an attention map, and embeds the attention map into the original signal to enhance the network's ability to focus on high frequency signals.Experimental results on PTB-XL dataset show that the combination of CNN based on attention mechanism and adaptive GCN effectively improves the classification accuracy of ECG.Compared with Multi-ECGNet, ResNet18, ResNet101, and other models, MLECG-AGCN model achieved a macro average the Area Under Receiver Operating Characteristic Curve (AUROU) value of 0.943 639, which is higher than the aforementioned models.

Key words: Electrocardiogram(ECG), Graph Convolutional Network(GCN), Residual Neural Network(ResNet), attention mechanism, multi-label classification, PTB-XL dateset

摘要: 心电图分析是一种被广泛应用的心脏疾病诊断方法。传统的心电图分析严重依赖医生个人水平,容易出现误诊、漏诊现象,效率较低,且不能有效利用高频信号提供的有价值信息。基于卷积神经网络(CNN)的心电图自动分类方法在一定程度上提高了诊断效率,但依然存在对高频信息利用不充分的问题,且单一的卷积神经网络由于受感受野的限制和权重共享的影响,导致无法充分利用全局信息,分类准确率有待提高。提出一种基于注意力机制与图卷积网络的心电图多标签分类模型MLECG-AGCN,通过设计基于注意力机制的CNN网络,提高网络对高频信号的利用率。引入图卷积网络,以有效利用全局信息和特征空间邻域样本信息,从而协助样本进行分类,提高分类结果的准确率。基于注意力机制的CNN网络通过高通滤波器突出原始信号的高频位置,生成注意力图,并将注意力图嵌入到原始信号中,增强网络关注高频信号的能力。在PTB-XL数据集上的实验结果表明,基于注意力机制的CNN网络与自适应图卷积网络的结合有效提高了心电图分类精度,与Multi-ECGNet、ResNet18、ResNet101等模型相比,MLECG-AGCN模型取得了较高的AUROC值,为0.943 639。

关键词: 心电图, 图卷积网络, 残差神经网络, 注意力机制, 多标签分类, PTB-XL数据集

CLC Number: