LGSPDec 23, 2021

Analysis of ECG data to detect Atrial Fibrillation

arXiv:2112.12298v1
Originality Synthesis-oriented
AI Analysis

This work addresses the detection of atrial fibrillation for users of health gauge watches, but it is incremental as it adapts existing CNN methods to a noisier, single-point data source without introducing a fundamentally new approach.

The paper tackled the problem of detecting atrial fibrillation (AFib) using single-point, noisy ECG data from health gauge watches, which is more challenging than the standard 12-lead ECG data used by existing CNN methods. The result was a modified CNN model adapted to handle real-life data, though no concrete performance numbers were provided.

Atrial fibrillation(termed as AF/Afib henceforth) is a discrete and often rapid heart rhythm that can lead to clots near the heart. We can detect Afib by ECG signal by the absence of p and inconsistent intervals between R waves as shown in fig(1). Existing methods revolve around CNN that are used to detect afib but most of them work with 12 point lead ECG data where in our case the health gauge watch deals with single-point ECG data. Twelve-point lead ECG data is more accurate than a single point. Furthermore, the health gauge watch data is much noisier. Implementing a model to detect Afib for the watch is a test of how the CNN is changed/modified to work with real life data

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes