使用机器学习对总结数据和生物特征进行心电图异常检测
Kennette James Basco1,2, Alana Singh2, Daniel Nasef3
1Department of Computer Science, College of Engineering and Computing Sciences, New York Institute of Technology, 1855 Broadway, New York, NY 10023, USA.
Diagnostics (Basel, Switzerland)
|April 12, 2025
概括
机器学习模型可以使用临床和生物识别数据对心电图异常进行分类. 非常随机的树表现最好,尽管需要时间序列数据来提高准确性.
科学领域:
- 心脏病学 心脏病学
- 生物医学工程 生物医学工程
- 数据科学数据科学数据科学
背景情况:
- 电心电图 (ECG) 数据对于诊断心血管疾病至关重要.
- 手动ECG解释是劳动密集型和容易出错的.
- 机器学习 (ML) 提供了自动化的心电图异常分类.
研究的目的:
- 评估ML模型来对心电图异常进行分类.
- 使用结合临床和心电图生物识别数据的数据集,不包括时间序列信息.
- 为了确定ECG异常分类的关键特征.
主要方法:
- 数据预处理包括处理类不平衡,异常值,特征缩放和分类编码.
- 训练了五个ML模型 (高斯的天真贝叶斯,SVM,随机森林,极端随机树木,梯度增强树木) 和一个合奏.
- 用于模型优化和评估的分层k-fold交叉验证和保留测试集.
主要成果:
- 极端随机树实现了最高的性能 (66.79%的准确性,66.79%的回忆,62.93%的F1得分).
- 关键的预测特征包括心室速率,QRS持续时间和QTC (Bezet).
- 阶级不平衡和特征重叠带来了挑战,特别是在边界病例中.
结论:
- 机器学习模型,特别是极端随机树,显示出使用非时间序列数据进行ECG异常分类的潜力.
- 排除时间序列ECG信号限制了当前的诊断准确性.
- 未来的研究应该整合时间序列数据和深度学习,以提高临床相关性.
相关概念视频
Electrocardiogram
1.7K
An electrocardiogram (ECG or EKG) is a critical diagnostic tool that records the electrical signals produced by the heart during each heartbeat. This recording is achieved through electrodes placed strategically on the arms, legs, and chest. The electrocardiograph amplifies these signals and produces 12 distinct tracings, offering a comprehensive understanding of the heart's electrical activity.
Three major waveforms are present in a typical ECG recording: the P wave, the QRS complex, and...
Three major waveforms are present in a typical ECG recording: the P wave, the QRS complex, and...
1.7K
Electrocardiogram Fundamentals
450
Introduction
An electrocardiogram (ECG) is a diagnostic tool for identifying cardiac conditions such as arrhythmias, conduction abnormalities, and myocardial ischemia.
Definition
An electrocardiogram (ECG) visualizes the heart's electrical activity by tracing the electrical movement associated with each heartbeat on a graph or monitor. As the heart beats, an electrical wave passes through it, correlating with the cardiac cycle events.
Parts of an ECG
An ECG utilizes electrodes on the skin...
An electrocardiogram (ECG) is a diagnostic tool for identifying cardiac conditions such as arrhythmias, conduction abnormalities, and myocardial ischemia.
Definition
An electrocardiogram (ECG) visualizes the heart's electrical activity by tracing the electrical movement associated with each heartbeat on a graph or monitor. As the heart beats, an electrical wave passes through it, correlating with the cardiac cycle events.
Parts of an ECG
An ECG utilizes electrodes on the skin...
450
Pulse rhythm
722
Pulse rhythm refers to the pattern of pulsations within specific intervals, offering valuable insights into the regularity or irregularity of the heart's beats as observed through the pattern of pulsation within specific intervals. A regular pulse exhibits a consistent heart rate with uniform waveforms and pulsation force, variations of which can be classified as normal, weak, or bounding.
Conversely, an irregular pulse pattern is termed dysrhythmia, stemming from disruptions in cardiac...
Conversely, an irregular pulse pattern is termed dysrhythmia, stemming from disruptions in cardiac...
722


