AI Atrial Fibrillation Prediction Using ECG Difference Analysis

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Early diagnosis of atrial fibrillation (AF) is challenging due to its sporadic and brief appearances in the early stages, making it difficult to prevent stroke through timely anticoagulation treatment, as existing AI models trained on normal Sinus rhythm (NSR) ECGs struggle to distinguish subtle changes that precede AF.

Innovation Solution

An AI model that predicts AF onset by analyzing differences in ECG pairs over time, using features like P-QRS-T waveform, ECG beat similarity, fibrillatory wave energy, and P-wave features, and considering individual characteristics such as gender and age, to provide a probability of AF onset, supporting medical decision-making and preemptive treatments.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If existing AI models are trained on normal Sinus rhythm (NSR) ECGs, then the models can process standard ECG data, but they struggle to distinguish subtle changes that precede AF onset

Engineering Contradiction:
Improvedetection accuracy of subtle ECG changesVSAvoidprediction reliability for AF onset
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The system performs preliminary action by analyzing ECG data before AF actually occurs, using multiple baseline ECGs collected during NSR to establish individualized reference patterns. This allows the detection of subtle pre-AF changes by comparing current ECG against the personalized baseline, enabling early warning before clinical AF onset.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system applies parameter changes by transforming the input data from standard ECG waveforms into multiple derived features including time-domain statistics (mean, std, skewness, kurtosis), frequency-domain features (FFT coefficients), and morphological features (P-wave, QRS complex, T-wave characteristics). This multi-parameter transformation enhances the detectability of subtle pre-AF changes.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If multiple ECG features and individual characteristics are analyzed, then prediction accuracy improves, but system complexity increases

Engineering Contradiction:
ImproveAF onset prediction accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system segments the analysis into distinct functional modules: ECG data acquisition module, preprocessing module (noise filtering, artifact removal), feature extraction module (time-domain, frequency-domain, morphological features), individual characteristic integration module, and prediction module. This segmentation manages complexity by organizing multiple analysis functions into separate, manageable components.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system introduces an intermediary layer of multiple ECG features as mediators between the raw ECG signal and the final AF prediction. Instead of directly predicting from raw ECG, the system extracts numerous intermediate features (time-domain statistics, frequency coefficients, morphological parameters) that serve as mediators to capture subtle patterns, thereby improving prediction accuracy while maintaining manageable system complexity through structured feature engineering.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20240398315A1Apparatus for predicting atrial fibrillation based on artificial intelligence, and operating method thereof
Publication Date: 2024.12.05 SAMSUNG LIFE PUBLIC WELFARE FOUND
  • US20240398315A1 patent drawing
  • US20240398315A1 patent drawing
  • US20240398315A1 patent drawing

AI summary

An apparatus for predicting atrial fibrillation (AF) operated by at least one processor includes an electrocardiogram (ECG) preprocessor configured to acquire individual ECG pairs measured at a certain period of time and generate a difference between the ECG pairs as input data for an artificial intelligence model, an artificial intelligence model configured to be trained to predict an onset-AF possibility from an ECG difference and output a probability of onset-AF predicted from the input data, and a prediction information provider configured to provide an AF prediction including the probability of onset-AF to a designated device.