Will Two Do? Varying Dimensions in Electrocardiography: The PhysioNet/Computing in Cardiology Challenge 2021
Other teams that are not among official entries, but among unofficial entries:
Aizip-ECG-team
and Proton
had high score on the hidden test set, but did not submitted papers, hence not described here.
Website, Programme, IEEE Xplore, Poster
One can download training data from GCP,
and use python prepare_dataset -i {data_directory} -v
to prepare the data for training
Deep learning models are constructed using torch_ecg, which has already been added as a submodule.
Final results are on the leaderboard page of the challenge official website or one can find in the offical_results folder.
@inproceedings{wen_cinc2021,
title = {{Hybrid Arrhythmia Detection on Varying-Dimensional Electrocardiography: Combining Deep Neural Networks and Clinical Rules}},
author = {Hao Wen and Jingsu Kang},
booktitle = {{2021 Computing in Cardiology (CinC)}},
doi = {10.23919/cinc53138.2021.9662801},
year = {2021},
month = {9},
publisher = {{IEEE}},
}
@article{Kang_2022_cinc2021_iop,
author = {Jingsu Kang and Hao Wen},
title = {{A Study on Several Critical Problems on Arrhythmia Detection using Varying-Dimensional Electrocardiography}},
journal = {Physiological Measurement},
doi = {10.1088/1361-6579/ac6aa3},
year = {2022},
month = {4},
publisher = {{IOP} Publishing}
}