Learning post-processing for QRS detection using Recurrent Neural Network
Ahsan Habib, Chandan Karmakar, John Yearwood

TL;DR
This paper introduces a deep-learning approach using Gated Recurrent Units (GRUs) to learn post-processing in QRS detection, eliminating the need for manually set thresholds and improving adaptability across datasets.
Contribution
It proposes a novel GRU-based post-processing method for QRS detection that learns thresholds automatically, reducing reliance on domain-specific parameters.
Findings
GRU-based post-processing closely matches manual domain-specific methods.
The approach reduces the need for empirically set thresholds.
Modular design allows tuning based on deployment environment.
Abstract
Deep-learning based QRS-detection algorithms often require essential post-processing to refine the prediction streams for R-peak localisation. The post-processing performs signal-processing tasks from as simple as, removing isolated 0s or 1s in the prediction-stream to sophisticated steps, which require domain-specific knowledge, including the minimum threshold of a QRS-complex extent or R-R interval. Often these thresholds vary among QRS-detection studies and are empirically determined for the target dataset, which may have implications if the target dataset differs. Moreover, these studies, in general, fail to identify the relative strengths of deep-learning models and post-processing to weigh them appropriately. This study classifies post-processing, as found in the QRS-detection literature, into two levels - moderate, and advanced - and advocates that the thresholds be learned by an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsECG Monitoring and Analysis · Anomaly Detection Techniques and Applications · Non-Invasive Vital Sign Monitoring
MethodsGated Recurrent Unit
