Optimizing Medication Decisions for Patients with Atrial Fibrillation through Path Development Network
Tian Xie
TL;DR
The paper tackles how to better decide anticoagulant therapy for atrial fibrillation by predicting stroke risk from 12-lead ECG data. It introduces a path development layer that leverages Lie group–based time-series processing, integrated with CNNs and LSTMs, to extract robust features from ECG signals. Empirical results show that using the path development layer, especially when combined with LSTM, yields the highest specificity under a strict negative predictive value constraint, outperforming traditional LSTM alone and improving upon existing methods. This approach offers a pathway toward more personalized anticoagulation decisions, potentially reducing unnecessary anticoagulant use and its associated risks and costs, while highlighting directions for larger datasets and interpretability in clinical deployment.
Abstract
Atrial fibrillation (AF) is a common cardiac arrhythmia characterized by rapid and irregular contractions of the atria. It significantly elevates the risk of strokes due to slowed blood flow in the atria, especially in the left atrial appendage, which is prone to blood clot formation. Such clots can migrate into cerebral arteries, leading to ischemic stroke. To assess whether AF patients should be prescribed anticoagulants, doctors often use the CHA2DS2-VASc scoring system. However, anticoagulant use must be approached with caution as it can impact clotting functions. This study introduces a machine learning algorithm that predicts whether patients with AF should be recommended anticoagulant therapy using 12-lead ECG data. In this model, we use STOME to enhance time-series data and then process it through a Convolutional Neural Network (CNN). By incorporating a path development layer, the model achieves a specificity of 30.6% under the condition of an NPV of 1. In contrast, LSTM algorithms without path development yield a specificity of only 2.7% under the same NPV condition.
