A comparative analysis of metamodels for 0D cardiovascular models, and pipeline for sensitivity analysis, parameter estimation, and uncertainty quantification
John M. Hanna, Pavlos Varsos, Jérôme Kowalski, Lorenzo Sala, Roel Meiburg, Irene E. Vignon-Clementel
TL;DR
The paper tackles the computational burden of sensitivity analysis, parameter estimation, and uncertainty quantification in zero-dimensional cardiovascular models. It proposes a pipeline that builds surrogates using neural networks, Polynomial Chaos Expansion, and Gaussian Processes across three 0D problems, with synthetic data generated for training. Neural networks consistently deliver the best accuracy and efficiency, while PCE affords analytic Sobol indices on larger datasets and GP provides probabilistic uncertainty estimates. The work demonstrates a full NN-based pipeline and provides open-source code, supporting rapid, patient-specific analyses and digital-twin development in cardiovascular applications.
Abstract
Zero-dimensional (0D) cardiovascular models are reduced-order models used to study global circulation dynamics and transport. They provide estimates of biomarkers (such as pressure, flow rates, and concentrations) for surgery planning and boundary conditions for high-fidelity 3D models. Although their computational cost is low, tasks like parameter estimation and uncertainty quantification require many model evaluations, making them computationally expensive. This motivates building metamodels. In this work, we propose a pipeline from 0D models to metamodel building for tasks such as sensitivity analysis, parameter estimation, and uncertainty quantification. Three strategies are explored: Neural Networks, Polynomial Chaos Expansion, and Gaussian Processes, applied to three different 0D models. The first model predicts portal vein pressure after surgery, considering liver hemodynamics and global circulation. The second simulates whole-body circulation under pulmonary arterial hypertension before and after shunt insertion. The third assesses organ blood perfusion after revascularization surgery, focusing on contrast agent transport, requiring specific metamodel treatment. Metamodels are trained and tested on synthetic data. Neural networks proved the most efficient in terms of result quality, computational time, and ease for parameter estimation, sensitivity analysis, and uncertainty quantification. Finally, we demonstrate the full pipeline with a neural network as the emulator.
