arXiv ScienceSearch

arXiv · 2506.15405

Simulation of parametrized cardiac electrophysiology in three dimensions using physics-informed neural networks

Abstract

Physics-informed neural networks (PINNs) are extensively used to represent various physical systems across multiple scientific domains. The same can be said for cardiac electrophysiology, wherein fully-connected neural networks (FCNNs) have been employed to predict the evolution of an action potential in a 2D space following the two-parameter phenomenological Aliev-Panfilov (AP) model. In this paper, the training behaviour of PINNs is investigated to determine optimal hyperparameters to predict the electrophysiological activity of the myocardium in 3D according to the AP model, with the inclusion of boundary and material parameters. An FCNN architecture is employed with the governing partial differential equations in their strong form, which are scaled consistently with normalization of network inputs. The finite element (FE) method is used to generate training data for the network. Numerical examples with varying spatial dimensions and parameterizations are generated using the trained models. The network predicted fields for both the action potential and the recovery variable are compared with the respective FE simulations. Network losses are weighed with individual scalar values. Their effect on training and prediction is studied to arrive at a method of controlling losses during training.

Explore related subjects

Keep this discovery

Explore connections, maps & timelines

BibTeXRIS

Roshan Antony Gomez, Julien Stöcker, Barış Cansız, Michael Kaliske. 2025-06-18. Simulation of parametrized cardiac electrophysiology in three dimensions using physics-informed neural networks. https://arxiv.org/abs/2506.15405

Cite the original work for its findings. Save a collection to share your selection of sources.

KEEP EXPLORING

Related papers

SparseEB-gMCR: A Generative Solver for Extreme Sparse Components with Application to Contamination Removal in GC-MS

Analytical chemistry instruments provide physically meaningful signals for elucidating analyte composition, and those with high mass or spectral resolution generate signals sparse enough for direct interpretation against chemical libraries. enerative multivariate curve resolution (gMCR) models a sample as the linear superposition of a few components drawn from a learned pool, and its energy-based solver (EB-gMCR) recovers the pool and the component count without being told the count. However, extreme sparsity in instruments such as GC-MS or 1H-NMR leaves the component profiles themselves sparse, and a dense learnable profile cannot represent an exact zero. To address this, a static support gate was introduced that applies the EB-select mechanism a second time, to the coordinates of each profile rather than to the components of each sample. The result, SparseEB-gMCR, reparameterizes the gMCR pool rather than changing the model, and the sparsity that motivates the extension makes components easier to tell apart rather than harder. On synthetic data, SparseEB-gMCR recovered the component count and reconstructed sparse mixtures as accurately as dense-component EB-gMCR, with the same graceful scaling in the number of components. It was then applied to real GC-MS chromatograms for unsupervised contamination removal, where siloxane-related pollution signals were eliminated and compound identification became more reliable. Removal reuses a pool learned from clean spectra alone, and rests on one requirement: that no combination of clean components can imitate the contamination, which is stronger than the two sets of components merely being different. With this sparse extension, the EB-gMCR family becomes applicable to wider ranges of real-world chemical datasets, providing a general mathematical framework for signal unmixing and contamination elimination in analytical chemistry.

cs.CE

Intrusive and Non-Intrusive Model Order Reduction for Airborne Contaminant Transport: Comparative Analysis and Uncertainty Quantification

Numerical simulations of contaminant dispersion after a gas leakage incident at a chemical plant can provide valuable insights for both emergency response and preparedness. High-fidelity simulation approaches combine incompressible Navier-Stokes (INS) equations with advection-diffusion processes to model wind and concentration field. However, their computational cost increases rapidly for complex geometries and extended domains like urban environments. This renders them unfeasible in time-critical or multi-query "what-if" scenarios, making model order reduction (MOR) techniques particularly valuable for enabling fast, accurate predictions. This study describes a MOR-based, application-driven workflow for uncertainty-aware contaminant concentration prediction, demonstrated for a two-dimensional benchmark system. Starting with the model selection, relevant comparison criteria and trade-offs are discussed for well-established proper orthogonal decomposition based (non-)intrusive methods, applied to the computationally more demanding parametric INS problem. They include accuracy, computational efficiency, data requirements, and extrapolation capability. Based on these insights, a non-intrusive parametric reduced-order model is constructed that enables accelerated Monte Carlo simulations for estimating the influence of potential wind measurement uncertainties on the spatio-temporal concentration field. This enables extracting valuable information for local consequence analyses and evacuation planning. Simulation results are furthermore interactively visualized in a dashboard and can serve as a building block within broader decision-support systems.

cs.CE

Evidence-Unit Fairness and the Limits of Query-Adaptive Sparse-Dense Fusion in Financial Document Retrieval

Retrieval over financial filings is difficult because queries are short and acronym-heavy while the answer-bearing evidence sits inside long, table-dense documents. We study sparse-dense hybrid retrieval on FinDER, a benchmark of expert-annotated questions over corporate 10-K filings. Our first finding is methodological: if the retrieval unit is larger than the dense encoder's input window, the dense model never sees a large share of the labeled evidence, confounding comparison against a full-text sparse baseline. We measure this directly and reduce the imbalance with windows chosen for the encoder budget. On this corpus, fusing BM25 and a compact dense encoder improves reference-level Hit@10 by roughly 28 percent over either component, and training-free, untuned reciprocal rank fusion exceeds the equal-weight blend in an exploratory comparison. We then ask whether choosing the fusion weight per query helps: an oracle over the interpolation-weight grid shows headroom of 21.8 percent, yet none of the three lightweight adaptive routers (a score-confidence heuristic, a random forest over query features, and a ridge regressor over query embeddings) establishes a statistically reliable improvement over the fixed blend under company-grouped cross-validation with cluster-robust inference. Simple fusion is a strong baseline here, and we discuss why per-query weighting does not capture the available headroom.

cs.CE