ECG Feature Extraction for Early Atrial Fibrillation Risk Prediction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods fail to accurately predict the risk of developing atrial fibrillation, leading to undiagnosed cases and potential life-threatening events such as stroke, as many patients are asymptomatic and not diagnosed until it's too late.

Innovation Solution

A compute device uses an ensemble of gradient boosted decision trees with a differentiable loss function to analyze electrocardiogram data, extracting features like RR intervals and amplitudes, and adjusts a cutoff threshold for sensitivity and specificity to determine the likelihood of atrial fibrillation, trained on a balanced dataset of diagnosed and non-diagnosed patients.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional diagnostic methods are used, then the simplicity of the diagnostic process is maintained, but the accuracy of atrial fibrillation risk prediction deteriorates

Engineering Contradiction:
Improveprediction accuracyVSAvoidmodel complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the prediction task into multiple weak prediction submodels (individual decision trees) that are combined into an ensemble. Each tree focuses on specific features from the electrocardiogram data, and their collective predictions achieve high accuracy without requiring any single tree to be overly complex.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent merges multiple weak prediction submodels into a single ensemble model. By combining the predictions of numerous simple decision trees through gradient boosting, the system achieves high prediction accuracy while maintaining the simplicity of individual tree structures.

Inventive Principle:
Principle #5Merging (Combining)

2Measurement precision

If an ensemble of gradient boosted decision trees is used, then the prediction accuracy improves, but the computational complexity increases

Engineering Contradiction:
Improverisk prediction accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent uses many simple decision trees (excessive number of weak submodels) rather than a few complex ones. Each individual tree is deliberately kept simple and imperfect, but the ensemble of many such trees achieves high accuracy through their collective weak predictions being aggregated.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The patent changes the parameter of model structure from few complex trees to many simple trees. By adjusting the number of submodels and their individual complexity, the system optimizes the balance between computational cost and prediction accuracy.

Inventive Principle:
Principle #35Parameter changes

3Reliability

If feature extraction from electrocardiogram data is performed, then the prediction capability improves, but the data processing time increases

Engineering Contradiction:
Improveprediction reliabilityVSAvoiddata processing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent extracts specific relevant features from the electrocardiogram data such as RR intervals, P-wave characteristics, and QRS complex features. By selectively extracting only the most predictive features rather than processing the entire raw signal, the system improves prediction reliability while reducing processing time.

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS12533086B2Technologies for determining a risk of developing atrial fibrillation
Publication Date: 2026.01.27 WELCH ALLYN INC
  • US12533086B2 patent drawing
  • US12533086B2 patent drawing
  • US12533086B2 patent drawing

AI summary

Technologies for determining a risk of developing atrial fibrillation may include a compute device. The compute device may include circuitry configured to obtain patient data indicative of an electrocardiogram to be analyzed for a likelihood that a corresponding patient will develop atrial fibrillation. The circuitry may also be configured to determine, based on the patient data and a prediction model that includes an ensemble of gradient boosted weak prediction submodels, the likelihood that the patient will develop atrial fibrillation.