Neural Surrogate Forward Modelling For Electrocardiology Without Explicit Intracellular Conductivity Tensor

TL;DR

Deep learning model predicts ECG with R2 of 0.949, reducing structural uncertainty.

cs.CV 🔴 Advanced 2026-05-13 2 views
Shaheim Ogbomo-Harmitt Cesare Magnetti Jakub Grzelak Oleg Aslanidi
Electrophysiology Deep Learning Atrial Fibrillation Forward Modelling Non-invasive Assessment

Key Findings

Methodology

The study employs a deep learning framework that maps left atrial intracellular potentials directly to far-field ECGs. The model uses a sequence-to-sequence architecture with an encoder and decoder. The encoder extracts local geometric information using DiffusionNet, combined with global spectral propagation and raw voltage projection. The decoder generates ECG signals using sinusoidal time embeddings and an LSTM network.

Key Results

  • The model achieved an R2 of 0.949 ± 0.037 and a mean absolute error of 0.0036 ± 0.0015 mV on the test set, demonstrating its effectiveness in predicting extracellular potentials.
  • Despite training on data from only 74 subjects, the model showed high predictive accuracy.
  • Ablation studies revealed that removing encoder components led to performance drops, highlighting the importance of each component.

Significance

This study provides a forward modelling method in electrophysiology without explicit intracellular conductivity tensors, reducing structural uncertainty. The results help improve non-invasive AF assessment accuracy, potentially enhancing catheter ablation outcomes. The method holds significant academic and industrial implications, especially in non-invasive cardiac electrophysiology evaluation.

Technical Contribution

Technical contributions include developing a deep learning model that bypasses explicit intracellular conductivity tensors, significantly reducing structural modelling errors. Unlike traditional physics-based models, this approach achieves effective forward mapping through data-driven methods, offering new engineering possibilities in electrophysiology.

Novelty

This study is the first to propose a deep learning forward modelling method without explicit intracellular conductivity tensors, significantly reducing structural assumption errors compared to traditional methods. The innovation lies in learning direct mappings, avoiding explicit conductivity modelling.

Limitations

  • The model's performance on larger and more diverse datasets remains unverified, potentially affecting its generalizability.
  • Currently, the model is limited to left atrial electrophysiology modelling and has not been extended to whole-heart or biatrial scenarios.

Future Work

Future research will extend to whole-heart or biatrial geometries, predict multiple ECG leads, and model ECGs associated with reentrant electrical activity.

AI Executive Summary

Accurate forward modelling is crucial for non-invasive assessment of atrial fibrillation (AF), where electrical activation is highly disorganized. Traditional physics-based models require explicit intracellular conductivity tensors, which are difficult to measure in clinical practice, leading to structural modelling errors. This paper proposes a deep learning approach that maps left atrial intracellular potentials directly to far-field ECGs without explicit conductivity inputs at inference time.

The method employs a sequence-to-sequence architecture, with the encoder using DiffusionNet to extract local geometric information, combined with global spectral propagation and raw voltage projection. The decoder generates ECG signals using sinusoidal time embeddings and an LSTM network. Despite training on data from only 74 subjects, the model achieved an R2 of 0.949 ± 0.037, demonstrating its effectiveness.

This study provides a forward modelling method in electrophysiology without explicit intracellular conductivity tensors, reducing structural uncertainty. The results help improve non-invasive AF assessment accuracy, potentially enhancing catheter ablation outcomes. Future research will extend to whole-heart or biatrial geometries, predict multiple ECG leads, and model ECGs associated with reentrant electrical activity.

Deep Analysis

Background

The forward problem in electrophysiology involves predicting body surface potentials from cardiac electrical activity distributions. Its solution underpins the inverse problem, which reconstructs cardiac activation from body surface potentials. Accurate forward modelling is essential for non-invasive cardiac electrophysiology evaluation, especially in atrial fibrillation (AF), where electrical activation is highly disorganized. Traditional forward solutions use physics-based models requiring explicit intracellular conductivity tensor specification.

Core Problem

Traditional physics-based models require explicit intracellular conductivity tensors, difficult to measure in clinical practice, leading to structural modelling errors. These errors directly affect the accuracy of inverse solutions, limiting non-invasive reconstructions. The core problem is bypassing this error source by learning a direct mapping from intracellular atrial activation to far-field ECG morphology.

Innovation

The study proposes a deep learning method that maps left atrial intracellular potentials directly to far-field ECGs without explicit conductivity inputs. This approach avoids explicit conductivity modelling, significantly reducing structural assumption errors.

Methodology

  • �� Use DiffusionNet to extract local geometric information, combined with global spectral propagation and raw voltage projection.
  • �� Encoder maps 3D coordinates and transmembrane voltages on the atrial surface to a fixed-dimensional latent vector.
  • �� Decoder generates ECG signals using sinusoidal time embeddings and an LSTM network.
  • �� Data split into 80% training, 10% validation, 10% testing, trained using Adam optimizer.

Experiments

Experiments used 93 patient-specific left atrial surface meshes, with atrial electrophysiology simulated in openCARP using the Courtemanche–Ramírez–Nattel cell model. Lead II ECGs computed via infinite-volume conductor method, assuming homogeneous conductivity of 0.24 S·m⁻¹. Model trained and tested on data from 74 subjects.

Results

The model achieved an R2 of 0.949 ± 0.037 and a mean absolute error of 0.0036 ± 0.0015 mV on the test set, demonstrating effectiveness in predicting extracellular potentials. Ablation studies showed performance drops when encoder components were removed, highlighting their importance.

Applications

The method can be used for non-invasive AF assessment, guiding catheter ablation and improving treatment outcomes. Its data-driven forward modelling approach has broad potential applications in cardiac electrophysiology.

Limitations & Outlook

The model's performance on larger and more diverse datasets remains unverified, potentially affecting its generalizability. Currently, the model is limited to left atrial electrophysiology modelling and has not been extended to whole-heart or biatrial scenarios. Future research will extend to whole-heart or biatrial geometries, predict multiple ECG leads, and model ECGs associated with reentrant electrical activity.

Plain Language Accessible to non-experts

Imagine the heart as a complex circuit board. Traditional methods require knowing the conductivity of each wire, which is hard to measure in practice. This study's method is like a smart electrician who doesn't need to know each wire's specifics but can infer the flow of electricity by observing the board's overall behavior. This approach saves time and reduces errors. It's like observing a city's traffic flow to infer road conditions without needing detailed information about each road.

ELI14 Explained like you're 14

Hey there! Imagine you're playing a super complex game with lots of hidden levels. Traditional methods are like needing to find every secret path each time, which is a hassle, right? But this new method is like having a magic guide that tells you how to pass the level without finding all those secret paths! Isn't that cool? It's like having a cheat sheet for your school exams, knowing the key points without memorizing every detail, making it easy to ace the test!

Glossary

Electrophysiology

The study of electrical activity in biological organisms, particularly the heart and nervous system.

Used to analyze cardiac electrical activity and ECG generation.

Atrial Fibrillation

A common cardiac arrhythmia characterized by disorganized atrial electrical activity, leading to irregular heartbeat.

The primary application scenario for non-invasive assessment.

Conductivity Tensor

Describes the conductivity of a material in different directions, typically used in complex media electrical activity modelling.

Traditional models require explicit conductivity tensors for forward modelling.

Deep Learning

A machine learning method using multi-layer neural networks to learn complex patterns and features.

Used to map intracellular potentials directly to ECGs.

DiffusionNet

An algorithm for surface learning, capable of handling meshes of varying density and resolution.

Used to extract local geometric information, enhancing model robustness.

Open Questions Unanswered questions from this research

  • 1 How can the model's generalizability be verified on larger and more diverse datasets?
  • 2 Can this method be extended to whole-heart or biatrial electrophysiology modelling?

Applications

Immediate Applications

Atrial Fibrillation Assessment

This method can be used for non-invasive AF assessment, guiding catheter ablation and improving treatment outcomes.

Long-term Vision

Whole-heart Electrophysiology Modelling

Future extensions could include whole-heart or biatrial geometries, predicting multiple ECG leads, and simulating complex electrical activities.

Abstract

Accurate forward modelling is essential for non-invasive cardiac electrophysiology, particularly in atrial fibrillation, where electrical activation is highly disorganised. Conventional physics-based forward models require explicit specification of intracellular conductivity tensors, which are not directly measurable in clinical practice and introduce structural modelling errors. This proof-of-concept study presents a deep learning approach that learns a direct mapping from left atrial intracellular electrical potentials to far-field ECGs without requiring explicit intracellular conductivity inputs at inference time. Despite training only on 74 subjects, the model achieved an R2 of 0.949 \pm 0.037, highlighting potential to reduce structural uncertainty and improve non-invasive AF assessment.

cs.CV cs.LG