PulseImpute
收藏资源简介:
PulseImpute数据集是由乔治亚理工学院的研究团队创建的,旨在解决移动健康(mHealth)应用中脉冲信号插补的问题。该数据集包含440,953个100 Hz的5分钟ECG波形和151,738个100 Hz的5分钟PPG波形,总计约592,691个波形。数据集通过模拟真实的mHealth缺失模式,提供了丰富的基线和临床相关的下游任务,以促进机器学习社区在这一领域的研究。数据集的访问地址为GitHub仓库,地址为www.github.com/rehg-lab/pulseimpute。
The PulseImpute dataset was created by a research team at the Georgia Institute of Technology to address the problem of pulse signal imputation in mobile health (mHealth) applications. It contains 440,953 5-minute ECG waveforms sampled at 100 Hz and 151,738 5-minute PPG waveforms sampled at 100 Hz, totaling approximately 592,691 waveforms in all. The dataset simulates realistic missing data patterns specific to mHealth scenarios, and provides a rich set of baselines and clinically relevant downstream tasks to promote research in this field within the machine learning community. The dataset is available via a GitHub repository at www.github.com/rehg-lab/pulseimpute.
PulseImpute Challenge 数据集概述
数据集内容
- ECG 缺失模式数据:包括训练、验证和测试集的缺失模式文件(
missing_ecg_{train/val/test}.csv)。 - PPG 缺失模式数据:包括训练、验证和测试集的缺失模式文件(
missing_ppg_{train/val/test}.csv)。 - MIMIC-III ECG 数据:包括训练、验证和测试集的 ECG 数据文件(
mimic_ecg_{train/val/test}.npy)。 - MIMIC-III PPG 数据:包括训练、验证和测试集的 PPG 数据文件(
mimic_ppg_{train/val/test}.npy)。 - PTB-XL ECG 数据:ECG 数据文件(
ptbxl_ecg.npy)。
数据集下载
-
数据集可通过以下脚本下载: bash ./get_data.sh
-
数据集链接:Dropbox 链接
-
数据集 DOI:10.5281/zenodo.7129965
预训练模型
-
预训练模型下载:可通过以下脚本下载预训练模型和 imputed waveforms: bash ./get_ckpts.sh
-
预训练模型链接:Dropbox 链接
模型训练与测试
- 重新训练模型:通过修改配置文件并运行
train_imp.py脚本进行模型训练。 - 测试模型:通过修改配置文件并运行
test_imp.py脚本进行模型测试。
引用
bibtex @article{xu2022pulseimpute, title={PulseImpute: A Novel Benchmark Task for Pulsative Physiological Signal Imputation}, author={Xu, Maxwell and Moreno, Alexander and Nagesh, Supriya and Aydemir, Varol and Wetter, David and Kumar, Santosh and Rehg, James M}, journal={Advances in Neural Information Processing Systems}, volume={35}, pages={26874--26888}, year={2022} }




