论文标题
使用手工制作的规则增强神经网络识别心电图异常
Identifying Electrocardiogram Abnormalities Using a Handcrafted-Rule-Enhanced Neural Network
论文作者
论文摘要
许多人患有威胁生命的心脏异常,心电图(ECG)分析对确定个人是否有这种异常风险有益。已经提出了使用ECG记录来检测心脏异常的自动ECG分类方法,尤其是基于深度学习的方法,显示出良好的改善临床诊断并有助于早期预防心血管疾病。但是,对已知神经网络的预测仍然无法满足临床医生的需求,这种现象表明,这些方法可能无法很好地捕获和利用这些方法中使用的某些信息。在本文中,我们将一些规则介绍给卷积神经网络,这些规则有助于向基于深度学习的ECG分析提供临床知识,以提高自动化的心电图诊断性能。具体而言,我们建议使用标准的12-LEAD ECG输入的手工制作的规则增强神经网络(称为HRNN),该网络由规则推理模块和深度学习模块组成。两个大规模公共心电图数据集的实验表明,我们的新方法的表现要优于现有的最新方法。此外,我们提出的方法不仅可以改善诊断性能,而且还可以帮助检测错误的ECG样品。我们的代码可从https://github.com/alwaysbyx/ecg_processing获得。
A large number of people suffer from life-threatening cardiac abnormalities, and electrocardiogram (ECG) analysis is beneficial to determining whether an individual is at risk of such abnormalities. Automatic ECG classification methods, especially the deep learning based ones, have been proposed to detect cardiac abnormalities using ECG records, showing good potential to improve clinical diagnosis and help early prevention of cardiovascular diseases. However, the predictions of the known neural networks still do not satisfactorily meet the needs of clinicians, and this phenomenon suggests that some information used in clinical diagnosis may not be well captured and utilized by these methods. In this paper, we introduce some rules into convolutional neural networks, which help present clinical knowledge to deep learning based ECG analysis, in order to improve automated ECG diagnosis performance. Specifically, we propose a Handcrafted-Rule-enhanced Neural Network (called HRNN) for ECG classification with standard 12-lead ECG input, which consists of a rule inference module and a deep learning module. Experiments on two large-scale public ECG datasets show that our new approach considerably outperforms existing state-of-the-art methods. Further, our proposed approach not only can improve the diagnosis performance, but also can assist in detecting mislabelled ECG samples. Our codes are available at https://github.com/alwaysbyx/ecg_processing.