From 50372331398fb2e044f4c3d4c73c89c0d3404018 Mon Sep 17 00:00:00 2001 From: Lucas Plagwitz Date: Tue, 23 Jul 2024 09:10:37 +0200 Subject: [PATCH] add arxiv citation to readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee0f632..bf61844 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # Rlign: R peak alignment and ECG transformation framework This scikit-learn compatible framework `rlign` is designed to synchronize the temporal variations across ECG recordings. This alignment enables the direct application of simpler machine learning models, like support vector machines and logistic regression, on R-peak aligned ECG signals, bypassing the need for complex and potentially biased feature extraction and allowing for interpretable, efficient analysis with enhanced small sample size convergence. Moreover, the alignment facilitates clustering of ECG time series, overcoming the challenges posed by unaligned data, where clusters are obscured by temporal misalignments of cardiac cycles. `Rlign` can also be used for improved interpretability of CNNs by aggregating importance maps from Integrated Gradients across all instances of a data set, instead of only reviewing individual ECGs. - +For more in-depth insights, please refer to our paper available on [arXiv](https://arxiv.org/abs/2407.15555). ## Installation ### From PyPI @@ -78,5 +78,17 @@ ecg_aligned_80hz = normalizer.transform(ecg) ## Citation Please use the following citation: +``` +@misc{plagwitz2024rlignalgorithmenhancedelectrocardiogram, + title={The Rlign Algorithm for Enhanced Electrocardiogram Analysis through R-Peak Alignment for Explainable Classification and Clustering}, + author={Lucas Plagwitz and Lucas Bickmann and Michael Fujarski and Alexander Brenner and Warnes Gobalakrishnan and Lars Eckardt and Antonius Büscher and Julian Varghese}, + year={2024}, + eprint={2407.15555}, + archivePrefix={arXiv}, + primaryClass={eess.SP}, + url={https://arxiv.org/abs/2407.15555}, +} +``` + ## License [MIT License](LICENSE.txt) \ No newline at end of file