- 1Department of Structural and Geotechnical Engineering, School of Engineering, Pontificia Universidad Católica de Chile, Santiago, Chile
- 2Institute for Biological and Medical Engineering, Schools of Engineering, Medicine and Biological Sciences, Pontificia Universidad Católica de Chile, Santiago, Chile
- 3Department of Aerospace Engineering and Engineering Mechanics, The University of Texas at Austin, Austin, TX, United States
- 4Institute for Medical Engineering and Science, Massachusetts Institute of Technology, Cambridge, MA, United States
Introduction: Digital twins of the respiratory system have shown promise in predicting the patient-specific response of lungs connected to mechanical ventilation. However, modeling the spatiotemporal response of the lung tissue through high-fidelity numerical simulations involves computing times that largely exceed those required in clinical applications. In this work, we present a multi-fidelity deep learning surrogate model to efficiently and accurately predict the poromechanical fields that arise in lungs connected to mechanical ventilation.
Methods: We generate training datasets with two fidelity levels from non-linear finite-element simulations on coarse (low-fidelity) and fine (high-fidelity) discretizations of the lungs domain. Further, we reduce the output spatiotemporal dimensionality using singular value decomposition, capturing over 99% of the variance in both displacement and alveolar pressure fields with only a few principal components. Based on this procedure, we learn both the input-output mappings and fidelity correlations by training a reduced-order multi-fidelity neural network model (rMFNN) that leverages the abundant low-fidelity data to enhance predictions from scarce high-fidelity simulations.
Results: Compared to a reduced-order single-fidelity neural network (rSFNN) surrogate, the rMFNN achieves superior predictive accuracy in predicting spatiotemporal displacement and alveolar pressure fields (R2 ≥ 93% (rMFNN) vs R2 ≥ 75% (rSFNN)). In addition, we show that rMFNN outperforms rSFNN in terms of accuracy for the same level of training cost. Further, the rMFNN model provides inference times of less than a minute, offering speed-ups up to 462× when compared to finite-element numerical simulations.
Discussion: These results demonstrate the potential of the rMFNN lung model to enable patient-specific predictions in acceptable computing times that can be used to personalize mechanical ventilation therapy in critical patients.
1 Introduction
Mechanical ventilation (MV) is the standard-of-care therapy for patients suffering from acute respiratory distress syndrome, as it ensures adequate gas exchange in critical conditions (Agrawal et al., 2021). MV played a vital role during the recent COVID-19 pandemic, which affected over 700 million people globally (Dong et al., 2020), with many hospitalized individuals requiring ventilatory support in intensive care units (ICUs) (Petrilli et al., 2020; Grasselli et al., 2020). Despite its massive use, determining optimal, patient-specific ventilator settings remains a major challenge in clinical practice. Suboptimal configurations can lead to adverse outcomes, such as ventilator-induced lung injury, which can significantly worsen the prognosis of the patient (Madahar and Beitler, 2020).
A growing trend in medical translational research is the construction of digital twins, i.e., computational models of the human respiratory system to support the design of personalized ventilation therapies (Zhou et al., 2021; Sun et al., 2024). Finite element (FE) poromechanical models of the lungs, constructed from patient-specific medical images, have recently demonstrated the ability to reproduce the dynamic interplay between lung tissue and airflow during MV. These models can accurately simulate the spatiotemporal mechanical behavior of lung tissue and predict respiratory mechanics within clinically observed ranges (Avilés-Rojas and Hurtado, 2022; Hurtado et al., 2023). Despite their promise, the substantial computational demands of such high-fidelity simulations hinder their practical adoption in time-sensitive clinical settings. Therefore, a key challenge is to accelerate lung model predictions without compromising their accuracy.
A common approach to accelerating computational predictions of complex models is the creation of surrogate models, i.e., computationally-efficient models capable of approximating quantities of interest of high-fidelity simulations. Recent advances in machine learning (ML) have enabled the creation of increasingly powerful surrogate models or emulators in applications ranging from predicting material behavior (Wei et al., 2019) to weather forecasting (Chen et al., 2023) and fluid dynamics (Brunton et al., 2020). However, the effectiveness of ML-based surrogate models heavily relies on the availability of large, high-quality datasets for training and validation—a condition that is often unmet in biomedical and biomechanical applications, where data are typically limited, heterogeneous, and challenging to acquire. Furthermore, for complex physical models, especially those with high dimensionality and computational cost, assembling such datasets can be prohibitively expensive.
To address the previous limitation, multi-fidelity (MF) surrogate modeling has emerged as a promising strategy. By combining the scarce and expensive high-fidelity simulations with a vast number of lower quality but fast to compute simulations, MF models can exploit correlations between these fidelity levels to efficiently approximate the high-fidelity response of complex systems (Fernández-Godino, 2016). In the biomechanical field, Gaussian Processes (
Recent deep learning-based (DL) surrogate models via neural networks (
In this work, we develop a framework that leverages a state-of-the-art- multi-fidelity neural network with a dimensionality reduction technique to efficiently train and predict the spatiotemporal poromechanical response of human lungs under MV. We evaluate the model performance in predicting displacement and alveolar pressure fields throughout the lung domain. In Section 2, we revisit a continuum poromechanical formulation of the lungs suitable for patient-specific simulation and generate FE simulations at two fidelity levels using fine and coarse mesh discretizations. We then apply a dimensionality reduction technique to transform the high-dimensional spatiotemporal responses into low-dimensional representations via principal components. Based on this, we train a reduced-order multi-fidelity neural network (rMFNN) using both high- and low-fidelity data collected across a range of physiological and mechanical parameters. In Section 3, we assess the accuracy of the dimensionality reduction and the predictive capabilities of the proposed multi-fidelity model, and compare its performance with that of a single-fidelity neural network model. Finally, in Section 4, we discuss the benefits and limitations of the proposed framework and outline directions for future research.
2 Materials and methods
2.1 Lung poromechanical modeling
To represent the mechanical interaction between airflow and tissue deformation, we follow a continuum poromechanical formulation for continuum lung dynamic simulations (Avilés-Rojas and Hurtado, 2022). This framework considers the lung parenchyma as a continuum deformable porous medium subject to displacement, traction, flux, and airway pressure boundary conditions. Let
respectively, where in Equation 1,
where
To represent the mechanical behavior of lung parenchyma, we considered a Blatz-Ko type hyperelastic model with strain energy function (Birzle et al., 2019) given by
where in Equation 4
2.2 Finite element modeling of high-fidelity and low-fidelity lung poromechanics
Using the described poromechanical formulation, we constructed low-fidelity and high-fidelity finite element models of human lungs under mechanical ventilation. The anatomical domain was extracted from 3D computed tomography (CT) images of human subjects at end-of-expiration, previously reported by our group (Hurtado et al., 2017), see Figure 1A. To create anatomical tetrahedral models, we performed image segmentation and mesh generation following the procedures detailed in (Hurtado et al., 2016). The high-fidelity model resulted in left and right lungs with 45,288 and 59,355 elements, respectively, see Figure 1B). In the case of the low-fidelity model, the left and right lung meshes comprised 2,499 and 3,282 elements, respectively, see Figure 1C). We partitioned each model surface into two boundaries: the airway inlet surface and the visceral pleural surface, whose union comprises the entire lung surface. Based on this boundary partition, we simulated a pressure-controlled ventilation (PCV) mode by prescribing a pressure

Figure 1. Construction of high-fidelity and low-fidelity lung finite element models. (A) From a patient-specific chest computed tomography image, we determine the lung domain, from which we generate finite element tetrahedral meshes for (B) the high-fidelity model (fine mesh), and for the (C) low-fidelity model (coarse mesh). Red element surfaces denote the regions where boundary conditions are prescribed. The remaining boundary is subject to linear springs to represent the stiffness of the chest wall that surrounds the lung.
We represented the PCV mode with a time-dependent pressure function
Table 1 shows the baseline values for all of the lung model parameters, which have been shown to deliver a mechanical and global physiological response that is in the range of those reported for normal human lungs (Avilés-Rojas and Hurtado, 2022; Barahona et al., 2024). These parameters encompass the PIP pressure value

Table 1. Lung model parameters, baseline values, and intervals for the parameter space considered in lung simulations.
For the spatiotemporal discretization of the poromechanics formulation, we employed a backward Euler time-integration scheme and a standard Galerkin multi-field FE discretization (Avilés-Rojas and Hurtado, 2022; Hurtado and Zavala, 2021). This numerical scheme was implemented using the FEniCS library (Alnæs et al., 2015), running all simulations in Python 3.8. We denote the FE simulator as
where in Equation 5

Figure 2. Dataset generation to train the multi-fidelity surrogate model. (A) We refer to FE lung simulation as
2.3 Dimensionality reduction of spatiotemporal datasets
We reduce the dimensionality of the simulation datasets via singular value decomposition (SVD). Let
From Equation 8, we note that, since four separate output matrices are generated for each lung and each fidelity level, this leads to a total of
where in Equation 9,
where in Equations 10, 11, the columns of
We note that Equations 12, 13 represent a reduced or comprised form of the dataset
2.4 Construction of multi-fidelity neural network surrogate models
The primary goal of this work is to develop a DL surrogate model that can take advantage of multi-fidelity data to quickly emulate and predict the spatiotemporal response of patient-specific FE lungs under MV. Specifically, we aim to predict the temporal evolution of displacement and alveolar pressure fields given a specific configuration of the ventilator setting, constitutive model parameters, tissue permeability, and chest wall stiffness (Figure 3). We assume that due to their much lower computational cost, we have considerably more observations from low-fidelity simulations than their high-fidelity counterpart, resulting in

Figure 3. Architecture of the reduced-order Multi-Fidelity Neural Network (rMFNN) surrogate model. The model combines three neural networks to learn the correlation structures between the reduced low- and high-fidelity data: a LF
In the following, we adopt a multi-fidelity architecture specifically developed for physics-based problems Meng and Karniadakis (2020). To find and leverage the relation between low- and high-fidelity data, we consider a generalized autoregressive scheme (Perdikaris et al., 2017) between the LF
In Equation 15,
from which we decompose
where
which combines both linear and nonlinear mappings in the final prediction of HF data. To emulate Equation 18, we employ a composite architecture of three neural networks: a LF
In this architecture,
where in Equation 19 we define
i.e., mean squared errors
2.5 Dataset generation, surrogate model training, and validation
We generated spatiotemporal datasets from FE simulations using the Latin hypercube sampling technique (LHS) to select sampling points from the parameter space
In constructing the rMFNN surrogate model, we tuned the following hyperparameters: regularization rate
To train and evaluate the rMFNN, we split the HF reduced dataset into 15 observations for training and 10 for testing. We used all 300 LF samples for training, resulting in a ratio of LF/HF training data of 20:1. We standardized all input values by subtracting the mean and dividing by their standard deviation. To assess the performance of the rMFNN, we compared it against a reference model trained solely on the reduced-order HF data, referred to as the single-fidelity neural network (rSFNN). We note that this model is equivalent to only keep
with
In Equations 22–24,
Then, we assessed the predictions of the optimal rSFNN and rMFNN architectures for (
In addition to Equation 25, we evaluated the reconstructed spatial response at peak of inspiration instant for both surrogates by means of the relative error (in percentage), defined in Equation 26.
To compare the effect of the HF dataset size on the performance of both rSFNN and rMFNN models, we introduce the equivalent high-fidelity training cost, denoted as
where
with
All nonlinear finite element simulations and neural networks training were performed using a single Intel Core i7 processor with 16 Gb RAM.
3 Results
3.1 Numerical simulations of high- and low-fidelity lung poromechanical models
Figure 4A shows the displacement magnitude field at the end of inspiration for HF and LF FE models using baseline parameter values. The lowest displacement values are located around the entrance of the airway. The frequency distributions for both models are shown in Figure 4B, where differences are readily observed: the LF distribution is more skewed to the left than the HF distribution. The airway pressure, airway flow, and lung volume signals postprocessed from simulations are reported in Figure 4C. The LF model resulted in lower amplitudes for volume and flow rate compared to the HF model response. In terms of computational cost, HF simulations took

Figure 4. Numerical simulation of lung finite element models using the baseline values of model parameters. (A) Displacement field of the right lung at peak volume/end of inspiration time during PCV mode. (B) Frequency of the mesh nodes by their displacement value. (C) Computed signals over two respiratory cycles during the PCV mode: the physiological signals describe the time evolution of the prescribed airway pressure, airflow, and lung volume, which are shown for the HF (dashed) and LF models (dotted). The top and bottom rows in (A,B) correspond to HF and LF models, respectively.
3.2 Singular value decomposition of spatiotemporal datasets
SVD resulted in principal components whose accumulated explained variance for each spatiotemporal dataset for fields (

Figure 5. Analysis of variance from principal component analysis of HF and LF models. (A) For each quantity subplot (
3.3 Hyperparameter tuning and performance assessment of surrogate models
Table 2 reports the results for the hyperparameter tuning step for both trained rSFNN and rMFNN models. The optimal rMFNN model has twice as many neurons and hidden layers as its rSFNN counterpart, and a lower regularization value

Table 2. Hyperparameter tuning of single-fidelity (rSFNN) and multi-fidelity (rMFNN) neural networks, training and inference times, and
Principal component predictions from the surrogate models were evaluated against HF ground truth on the test set using

Table 3. Performance metrics of principal components predictions of the single-fidelity (rSFNN) and multi-fidelity (rMFNN) neural networks surrogate models.
Figure 6 shows the predicted displacement magnitude and alveolar pressure fields at peak inspiration instant for a case of the test set, using rSFNN and rMFNN models. Visually, rMFNN exhibits smaller absolute errors than rSFNN for both quantities, with predictions that are similar to the ground-truth fields. To quantify spatial prediction accuracy, we analyze pointwise errors at 100 randomly selected nodes (test landmarks) from the high-fidelity lung domain (Figure 7A). Relative error distributions for the left and right lungs are presented in Figure 7B, C for

Figure 6. Performance analysis of displacement and alveolar pressure field predictions by the single-fidelity (rSFNN) and multi-fidelity (rMFNN) surrogate models. Ground truth fields are values obtained from a high-fidelity FE lung simulation. (A) Displacement magnitude fields on the surface of lung domains, (B) Displacement magnitude field on a coronal plane, and (C) Alveolar pressure field on a coronal plane. The last two rightmost columns show the absolute error between ground truth and surrogate model predictions.

Figure 7. Nodal error assessment of predictions by the rSFNN and rMFNN surrogate models. (A) Landmark nodes inside the lung domains. Relative error distributions in the prediction of nodal values are shown for the displacement (B) and alveolar pressure fields (C) at landmark nodes.
3.4 Lung mechanics from surrogate models
Figure 8A presents the temporal evolution of airway flow and lung volume for a representative test case, computed from rMFNN predictions (dashed line) using Equations 5, 6, alongside ground truth from FE simulations (solid line). The surrogate closely matches the ground truth, with RMSE values of

Figure 8. (A) Lung mechanics from multi-fidelity neural network (rMFNN) predictions. Dashed line denotes flow and volume from the rMFNN model. Solid lines show ground truth values from lung FE poromechanical simulations. (B) Displacement and alveolar pressure fields predicted by the rMFNN model along the respiratory cycle.
3.5 Computational cost and effect of the dataset size in model performance
Figure 9 shows the RMSE of the principal components predictions of

Figure 9. Comparison of model errors against the equivalent high-fidelity training computational cost
4 Discussion
In this work, we leverage multi-fidelity deep learning and dimensionality reduction to construct efficient and accurate surrogate models of the spatiotemporal poromechanical response of lungs connected to mechanical ventilation. A crucial component of our framework is the dimensionality reduction of spatiotemporal datasets used to train NN models. We found that as few as 5 principal components are sufficient to capture over 99% of the cumulative variance in both the displacement and alveolar pressure fields (Figure 5). This reduced set of principal components translates into a convenient complexity reduction that has also been reported in the literature when modeling other physical systems. Indeed, the optimal number of principal components ranged between 3 and 11 in the prediction of stress fields in patient-specific skull geometries (Lee et al., 2018), in the numerical simulation of fluid velocity fields in wake models (Pawar et al., 2022b), in the prediction of soft tissue deformation in childbirth simulation (Nguyen-Le et al., 2023), and in the construction of temperature and pressure fields in thermomechanical simulations of clutches (Schneider et al., 2024). We remark that these contributions focus on reducing the dimensionality of the spatial domain only, which highlights the novelty of our work in incorporating the temporal dimension into datasets that are analyzed using SVD.
A key objective of our work is the construction of a reduced multi-fidelity surrogate model, which we have shown delivers more accurate spatial predictions of the displacement and alveolar pressure fields than the single-fidelity model using the same number of HF samples for training (Figure 6). The rMFNN model consistently achieved test
One key concern about DL models is the training computing effort. Our rMFNN model naturally results in a higher training computational cost than the rSFNN model (Table 2), an aspect frequently reported in the development of multi-fidelity surrogate models (Lee et al., 2020; Zhang et al., 2023; Barahona et al., 2024). This higher cost is attributed to the additional effort in creating LF samples for the training dataset and the larger number of parameters involved in composite NN architectures (Figure 3). One of the key results of this work is that this additional computational cost is well rewarded in terms of higher accuracy of surrogate prediction. Indeed, for the same equivalent training cost, the rMFNN model results in a considerably lower RMSE than the rSFNN model, offering roughly a 50% reduction in error for the same training cost (Figure 9. We also remark that the LF training dataset size has a marked effect on reducing the prediction error. This trend is clearly observed when increasing the LF sample size from 50 to 100. However, further increasing the LF sample size above 100 may not efficiently decrease the prediction error. This observation suggests that the LF dataset has an optimal size, which is likely to be problem-dependent and deserves a case-by-case analysis.
When analyzing the computational cost of predicting the spatiotemporal poromechanical lung response, our rMFNN model offers inference times that roughly take 21 s, which represents a speed-up of 462
Our results demonstrate that combining dimensionality reduction with deep learning can be an effective strategy for approximating spatiotemporal lung simulations. There are several opportunities for improvement that can further increase the potential of our rMFNN lung model. First, the dimensionality reduction may benefit from exploring recent techniques such as autoencoders, which find interesting applications in biomechanical modeling (Fresca et al., 2020; Conti et al., 2024; Deshpande et al., 2025). Since an autoencoder is a neural network, it can provide greater flexibility and be easily adapted to the DL pipeline. Although autoencoders have shown an accuracy similar to that achieved by PCA and SVD (Bourlard and Kabil, 2022; Cacciarelli and Kulahci, 2023), their efficiency in speed-up with respect to the aforementioned techniques is still a relatively unexplored avenue of research (Fournier and Aloise, 2019). Second, while using only 15 HF samples for training may lead to overfitting or underfitting, the multifidelity framework is designed precisely to mitigate this limitation by leveraging the abundance of LF data to guide learning. Increasing the number of HF samples would reduce the risk of overfitting, but would also diminish the computational advantage and the purpose behind the multifidelity approach. However, we acknowledge that a sufficient number of HF test samples is required to properly validate the model and ensure its generalization capability. Future efforts should aim to optimize the sampling strategy, particularly to minimize unnecessary evaluations of the computationally expensive high-fidelity model Lee et al. (2020); Gander et al. (2022). Third, our rMFNN framework operates with fixed lung geometries, necessitating retraining when a different lung anatomy is analyzed. This limitation can be addressed by considering DL architectures that embed the topology of the physical system, such as Graph Neural Networks (GNNs) (Scarselli et al., 2008). Current applications of GNNs to biological systems include modeling cardiac mechanics (Dalton et al., 2022), brain shift simulations (Salehi and Giannacopoulos, 2022), cartilage and soft tissue mechanics (Sajjadinia et al., 2022), and foot biomechanical simulations (Kang et al., 2025). We foresee that an extension to lung poromechanics can leverage the geometrical flexibility provided by GNN modeling. Alternatively, operator learning techniques such as neural operators (NOs) have shown potential to learn and emulate PDEs while being discretization-invariant, which could be explored with a multi-fidelity setting Azizzadenesheli et al. (2024). Fourth, we note that the rMFNN model needs to include more variables to better represent clinical conditions. In particular, respiratory rate, tidal volume, and positive end-expiratory pressure are all important variables in MV that change from patient to patient. Further, lungs can display mechanical heterogeneity, particularly in pathological cases, which is not represented by a single set of constitutive parameters. Gravity is another important parameter known to have effects on both regional and global lung response Bettinelli et al. (2002); Hurtado et al. (2017). Therefore, future contributions should increase the number of variables to adequately capture clinical scenarios and pulmonary conditions such as respiratory distress and pulmonary emphysema (Hurtado et al., 2020; Villa et al., 2024; Nelson et al., 2024). Lastly, we remark that the poromechanical framework considered in the generation of spatiotemporal datasets only considers the non-linear hyperelastic behavior of lung tissue through phenomenological constitutive models. This approach, while practical and effective, cannot directly account for alveolar structural features (Concha et al., 2018) nor for the hysteretic response of alveolar tissue (Avilés-Rojas and Hurtado, 2025). Future contributions will benefit from incorporating multiscale tissue models that address the inelastic response of alveolar tissue. These and other improvements will contribute to the construction of predictive surrogate models that can greatly impact clinical applications in respiratory medicine.
Data availability statement
The raw data supporting the conclusions of this article are available from the corresponding author upon reasonable request.
Author contributions
JB: Investigation, Validation, Conceptualization, Writing – original draft, Software, Methodology. DH: Project administration, Supervision, Methodology, Funding acquisition, Writing – review and editing, Investigation, Resources, Conceptualization.
Funding
The author(s) declare that financial support was received for the research and/or publication of this article. This work received financial support from the Chilean National Agency for Research and Development (ANID) through grant FONDECYT Regular #1220465 and from graduate fellowship ANID BECAS/DOCTORADO NACIONAL #21220063.
Conflict of interest
The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
The author(s) declared that they were an editorial board member of Frontiers, at the time of submission. This had no impact on the peer review process and the final decision.
Generative AI statement
The author(s) declare that no Generative AI was used in the creation of this manuscript.
Any alternative text (alt text) provided alongside figures in this article has been generated by Frontiers with the support of artificial intelligence and reasonable efforts have been made to ensure accuracy, including review by the authors wherever possible. If you identify any issues, please contact us.
Publisher’s note
All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
Supplementary material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fphys.2025.1661418/full#supplementary-material
References
Agrawal D. K., Smith B. J., Sottile P. D., Albers D. J. (2021). A damaged-informed lung ventilator model for ventilator waveforms. Front. Physiology 12, 724046. doi:10.3389/fphys.2021.724046
Alnæs M., Blechta J., Hake J., Johansson A., Kehlet B., Logg A., et al. (2015). The fenics project version 1.5. Archive Numer. Softw. 3. doi:10.11588/ans.2015.100.20553
Avilés-Rojas N., Hurtado D. E. (2022). Whole-lung finite-element models for mechanical ventilation and respiratory research applications. Front. Physiology 13, 984286. doi:10.3389/fphys.2022.984286
Avilés-Rojas N., Hurtado D. E. (2025). Integrating pulmonary surfactant into lung mechanical simulations: a continuum approach to surface tension in poromechanics. J. Mech. Phys. Solids 203, 106174. doi:10.1016/j.jmps.2025.106174
Aydin R. C., Braeu F. A., Cyron C. J. (2019). General multi-fidelity framework for training artificial neural networks with computational models. Front. Mater. 6, 61. doi:10.3389/fmats.2019.00061
Azizzadenesheli K., Kovachki N., Li Z., Liu-Schiaffini M., Kossaifi J., Anandkumar A. (2024). Neural operators for accelerating scientific simulations and design. Nat. Rev. Phys. 6, 320–328. doi:10.1038/s42254-024-00712-5
Barahona J., Costabal F. S., Hurtado D. E. (2024). Machine learning modeling of lung mechanics: assessing the variability and propagation of uncertainty in respiratory-system compliance and airway resistance. Comput. Methods Programs Biomed. 243, 107888. doi:10.1016/j.cmpb.2023.107888
Bellamine F., Elkamel A. (2008). Model order reduction using neural network principal component analysis and generalized dimensional analysis. Eng. Comput. 25, 443–463. doi:10.1108/02644400810881383
Bellani G. (2022). Mechanical ventilation from pathophysiology to clinical evidence. Springer. doi:10.1007/978-3-030-93401-9
Bettinelli D., Kays C., Bailliart O., Capderou A., Techoueyres P., Lachaud J.-L., et al. (2002). Effect of gravity and posture on lung mechanics. J. Appl. physiology 93, 2044–2052. doi:10.1152/japplphysiol.00492.2002
Bhattacharya K., Hosseini B., Kovachki N. B., Stuart A. M. (2021). Model reduction and neural networks for parametric pdes. SMAI J. Comput. Math. 7, 121–157. doi:10.5802/smai-jcm.74
Birzle A. M., Martin C., Uhlig S., Wall W. A. (2019). A coupled approach for identification of nonlinear and compressible material models for soft tissue based on different experimental setups – exemplified and detailed for lung parenchyma. J. Mech. Behav. Biomed. Mater. 94, 126–143. doi:10.1016/j.jmbbm.2019.02.019
Bourlard H., Kabil S. H. (2022). Autoencoders reloaded. Biol. Cybern. 116, 389–406. doi:10.1007/s00422-022-00937-6
Brunton S. L., Noack B. R., Koumoutsakos P. (2020). Machine learning for fluid mechanics. Annu. Rev. fluid Mech. 52, 477–508. doi:10.1146/annurev-fluid-010719-060214
Cacciarelli D., Kulahci M. (2023). Hidden dimensions of the data: pca vs autoencoders. Qual. Eng. 35, 741–750. doi:10.1080/08982112.2023.2231064
Chen L., Han B., Wang X., Zhao J., Yang W., Yang Z. (2023). Machine learning methods in weather and climate applications: a survey. Appl. Sci. 13, 12019. doi:10.3390/app132112019
Concha F., Sarabia-Vallejos M., Hurtado D. E. (2018). Micromechanical model of lung parenchyma hyperelasticity. J. Mech. Phys. Solids 112, 126–144. doi:10.1016/j.jmps.2017.11.021
Conti P., Guo M., Manzoni A., Frangi A., Brunton S. L., Nathan Kutz J. (2024). Multi-fidelity reduced-order surrogate modelling. Proc. R. Soc. A 480, 20230655. doi:10.1098/rspa.2023.0655
Dalton D., Gao H., Husmeier D. (2022). Emulation of cardiac mechanics using graph neural networks. Comput. Methods Appl. Mech. Eng. 401, 115645. doi:10.1016/j.cma.2022.115645
Dang Vu M., Maso Talou G. D., Bai H., Nielsen P. M., Nash M. P., Babarenda Gamage T. P. (2021). “Rapid prediction of breast biomechanics under gravity loading using surrogate machine learning models,” in International conference on medical image computing and computer-assisted intervention (Springer), 49–61. doi:10.1007/978-3-031-34906-5_4
Deshpande S., Rappel H., Hobbs M., Bordas S. P., Lengiewicz J. (2025). Gaussian process regression+ deep neural network autoencoder for probabilistic surrogate modeling in nonlinear mechanics of solids. Comput. Methods Appl. Mech. Eng. 437, 117790. doi:10.1016/j.cma.2025.117790
[Dataset] Dong E., Du H., Gardner L. (2020). An interactive web-based dashboard to track covid-19 in real time. Lancet Infect. Dis. 20, 533–534. doi:10.1016/S1473-3099(20)30120-1
Eivazi H., Veisi H., Naderi M. H., Esfahanian V. (2020). Deep neural networks for nonlinear model order reduction of unsteady flows. Phys. Fluids 32, 105104. doi:10.1063/5.0020526
Fournier Q., Aloise D. (2019). “Empirical comparison between autoencoders and traditional dimensionality reduction methods,” in 2019 IEEE second international conference on artificial intelligence and knowledge engineering (AIKE) (IEEE), 211–214. doi:10.1109/AIKE.2019.00044
Fresca S., Manzoni A. (2022). Pod-dl-rom: enhancing deep learning-based reduced order models for nonlinear parametrized pdes by proper orthogonal decomposition. Comput. Methods Appl. Mech. Eng. 388, 114181. doi:10.1016/j.cma.2021.114181
Fresca S., Manzoni A., Dedè L., Quarteroni A. (2020). Deep learning-based reduced order models in cardiac electrophysiology. PloS one 15, e0239416. doi:10.1371/journal.pone.0239416
Gander L., Pezzuto S., Gharaviri A., Krause R., Perdikaris P., Sahli Costabal F. (2022). Fast characterization of inducible regions of atrial fibrillation models with multi-fidelity gaussian process classification. Front. Physiology 13, 757159. doi:10.3389/fphys.2022.757159
Gilboa E., Saatçi Y., Cunningham J. P. (2013). Scaling multidimensional inference for structured gaussian processes. IEEE Trans. pattern analysis Mach. Intell. 37, 424–436. doi:10.1109/TPAMI.2013.192
Grasselli G., Zangrillo A., Zanella A., Antonelli M., Cabrini L., Castelli A., et al. (2020). Baseline characteristics and outcomes of 1591 patients infected with sars-cov-2 admitted to icus of the lombardy region, Italy. Jama 323, 1574–1581. doi:10.1001/jama.2020.5394
Greve L., van de Weg B. P. (2022). Surrogate modeling of parametrized finite element simulations with varying mesh topology using recurrent neural networks. Array 14, 100137. doi:10.1016/j.array.2022.100137
Guo M., Manzoni A., Amendt M., Conti P., Hesthaven J. S. (2022). Multi-fidelity regression using artificial neural networks: efficient approximation of parameter-dependent output quantities. Comput. methods Appl. Mech. Eng. 389, 114378. doi:10.1016/j.cma.2021.114378
Han T., Ahmed K. S., Gosain A. K., Tepole A. B., Lee T. (2022). Multi-fidelity gaussian process surrogate modeling of pediatric tissue expansion. J. Biomechanical Eng. 144, 121005. doi:10.1115/1.4055276
Hurtado D. E., Zavala P. (2021). Accelerating cardiac and vessel mechanics simulations: an energy-transform variational formulation for soft-tissue hyperelasticity. Comput. Methods Appl. Mech. Eng. 379, 113764. doi:10.1016/j.cma.2021.113764
Hurtado D. E., Villarroel N., Retamal J., Bugedo G., Bruhn A. (2016). Improving the accuracy of registration-based biomechanical analysis: a finite element approach to lung regional strain quantification. IEEE Trans. Med. Imaging 35, 580–588. doi:10.1109/TMI.2015.2483744
Hurtado D. E., Villarroel N., Andrade C., Retamal J., Bugedo G., Bruhn A. (2017). Spatial patterns and frequency distributions of regional deformation in the healthy human lung. Biomechanics Model. Mechanobiol. 16, 1413–1423. doi:10.1007/s10237-017-0895-5
Hurtado D. E., Erranz B., Lillo F., Sarabia-Vallejos M., Iturrieta P., Morales F., et al. (2020). Progression of regional lung strain and heterogeneity in lung injury: assessing the evolution under spontaneous breathing and mechanical ventilation. Ann. intensive care 10, 107–110. doi:10.1186/s13613-020-00725-0
Hurtado D. E., Avilés-Rojas N., Concha F. (2023). Multiscale modeling of lung mechanics: from alveolar microstructure to pulmonary function. J. Mech. Phys. Solids 179, 105364. doi:10.1016/j.jmps.2023.105364
Kang T., Kim J., Lee H., Yum H., Kwon C., Lim Y., et al. (2025). Super-fast and accurate nonlinear foot deformation prediction using graph neural networks. J. Mech. Behav. Biomed. Mater. 163, 106859. doi:10.1016/j.jmbbm.2024.106859
Kingma D. P., Ba J. (2014). Adam: a method for stochastic optimization. arXiv preprint arXiv:1412.6980.
Lee T., Turin S. Y., Gosain A. K., Bilionis I., Buganza Tepole A. (2018). Propagation of material behavior uncertainty in a nonlinear finite element model of reconstructive surgery. Biomechanics Model. Mechanobiol. 17, 1857–1873. doi:10.1007/s10237-018-1061-4
Lee T., Bilionis I., Tepole A. B. (2020). Propagation of uncertainty in the mechanical and biological response of growing tissues using multi-fidelity gaussian process regression. Comput. Methods Appl. Mech. Eng. 359, 112724. doi:10.1016/j.cma.2019.112724
Liang L., Liu M., Martin C., Sun W. (2018). A deep learning approach to estimate stress distribution: a fast and accurate surrogate of finite-element analysis. J. R. Soc. Interface 15, 20170844. doi:10.1098/rsif.2017.0844
Liu H., Cai J., Ong Y.-S. (2018). Remarks on multi-output gaussian process regression. Knowledge-Based Syst. 144, 102–121. doi:10.1016/j.knosys.2017.12.034
Liu Y., Li L., Zhao S., Song S. (2021). A global surrogate model technique based on principal component analysis and kriging for uncertainty propagation of dynamic systems. Reliab. Eng. and Syst. Saf. 207, 107365. doi:10.1016/j.ress.2020.107365
Lorente D., Martínez-Martínez F., Rupérez M. J., Lago M. A., Martínez-Sober M., Escandell-Montero P., et al. (2017). A framework for modelling the biomechanical behaviour of the human liver during breathing in real time using machine learning. Expert Syst. Appl. 71, 342–357. doi:10.1016/j.eswa.2016.11.037
Madahar P., Beitler J. R. (2020). Emerging concepts in ventilation-induced lung injury. F1000Research 9, F1000 Faculty Rev-222. doi:10.12688/f1000research.20576.1
Meng X., Karniadakis G. E. (2020). A composite neural network that learns from multi-fidelity data: application to function approximation and inverse pde problems. J. Comput. Phys. 401, 109020. doi:10.1016/j.jcp.2019.109020
Meng X., Babaee H., Karniadakis G. E. (2021). Multi-fidelity bayesian neural networks: Algorithms and applications. J. Comput. Phys. 438, 110361. doi:10.1016/j.jcp.2021.110361
Nelson T. M., Quiros K. A., Dominguez E. C., Ulu A., Nordgren T. M., Nair M. G., et al. (2024). Healthy and diseased tensile mechanics of mouse lung parenchyma. Results Eng. 22, 102169. doi:10.1016/j.rineng.2024.102169
Nguyen-Le D. H., Ballit A., Dao T.-T. (2023). A novel deep learning-driven approach for predicting the pelvis soft-tissue deformations toward a real-time interactive childbirth simulation. Eng. Appl. Artif. Intell. 126, 107150. doi:10.1016/j.engappai.2023.107150
Paszke A., Gross S., Massa F., Lerer A., Bradbury J., Chanan G., et al. (2019). Pytorch: an imperative style, high-performance deep learning library. Adv. neural Inf. Process. Syst. 32. Available online at: https://proceedings.neurips.cc/paper_files/paper/2019/file/bdbca288fee7f92f2bfa9f7012727740-Paper.pdf.
Pawar S., San O., Vedula P., Rasheed A., Kvamsdal T. (2022a). Multi-fidelity information fusion with concatenated neural networks. Sci. Rep. 12, 5900. doi:10.1038/s41598-022-09938-8
Pawar S., Sharma A., Vijayakumar G., Bay C. J., Yellapantula S., San O. (2022b). Towards multi-fidelity deep learning of wind turbine wakes. Renew. Energy 200, 867–879. doi:10.1016/j.renene.2022.10.013
Perdikaris P., Raissi M., Damianou A., Lawrence N. D., Karniadakis G. E. (2017). Nonlinear information fusion algorithms for data-efficient multi-fidelity modelling. Proc. R. Soc. A Math. Phys. Eng. Sci. 473, 20160751. doi:10.1098/rspa.2016.0751
Petrilli C. M., Jones S. A., Yang J., Rajagopalan H., O’Donnell L., Chernyak Y., et al. (2020). Factors associated with hospitalization and critical illness among 4,103 patients with covid-19 disease in New York city. MedRxiv , 2020–04. doi:10.1101/2020.04.08.20057794
Sahli-Costabal F., Matsuno K., Yao J., Perdikaris P., Kuhl E. (2019). Machine learning in drug development: characterizing the effect of 30 drugs on the qt interval using gaussian process regression, sensitivity analysis, and uncertainty quantification. Comput. Methods Appl. Mech. Eng. 348, 313–333. doi:10.1016/j.cma.2019.01.033
Sajjadinia S. S., Carpentieri B., Shriram D., Holzapfel G. A. (2022). Multi-fidelity surrogate modeling through hybrid machine learning for biomechanical and finite element analysis of soft tissues. Comput. Biol. Med. 148, 105699. doi:10.1016/j.compbiomed.2022.105699
Salehi Y., Giannacopoulos D. (2022). Physgnn: a physics–driven graph neural network based model for predicting soft tissue deformation in image–guided neurosurgery. Adv. Neural Inf. Process. Syst. 35, 37282–37296. Available online at: https://proceedings.neurips.cc/paper_files/paper/2022/file/f200119a40846e508954abcd61f5f3fd-Paper-Conference.pdf.
Scarselli F., Gori M., Tsoi A. C., Hagenbuchner M., Monfardini G. (2008). The graph neural network model. IEEE Trans. neural Netw. 20, 61–80. doi:10.1109/TNN.2008.2005605
Schneider T., Bedrikow A. B., Stahl K. (2024). Enhanced prediction of thermomechanical systems using machine learning, pca, and finite element simulation. Adv. Model. Simul. Eng. Sci. 11, 14. doi:10.1186/s40323-024-00268-0
Sun Q., van der Klei T. C., Chase J. G., Zhou C., Tawhai M. H., Knopp J. L., et al. (2024). Pulmonary response prediction through personalized basis functions in a virtual patient model. Comput. Methods Programs Biomed. 244, 1–15. doi:10.1016/j.cmpb.2023.107988
Tong T., Li X., Wu S., Wang H., Wu D. (2024). Surrogate modeling for the long-term behavior of Pc bridges via fem analyses and long short-term neural networks. Structures 63, 106309. doi:10.1016/j.istruc.2024.106309
Torzoni M., Manzoni A., Mariani S. (2023). A multi-fidelity surrogate model for structural health monitoring exploiting model order reduction and artificial neural networks. Mech. Syst. Signal Process. 197, 110376. doi:10.1016/j.ymssp.2023.110376
Villa B., Erranz B., Cruces P., Retamal J., Hurtado D. E. (2024). Mechanical and morphological characterization of the emphysematous lung tissue. Acta Biomater. 181, 282–296. doi:10.1016/j.actbio.2024.04.039
Wei J., Chu X., Sun X.-Y., Xu K., Deng H.-X., Chen J., et al. (2019). Machine learning in materials science. InfoMat 1, 338–358. doi:10.1002/inf2.12028
Zhang Y., Gong Z., Zhou W., Zhao X., Zheng X., Yao W. (2023). Multi-fidelity surrogate modeling for temperature field prediction using deep convolution neural network. Eng. Appl. Artif. Intell. 123, 106354. doi:10.1016/j.engappai.2023.106354
Keywords: lung poromechanics, multi-fidelity neural networks, reduced order modeling, dimensionality reduction, mechanical ventilation, lung mechanics
Citation: Barahona Yáñez J and Hurtado DE (2025) Multifidelity deep learning modeling of spatiotemporal lung mechanics. Front. Physiol. 16:1661418. doi: 10.3389/fphys.2025.1661418
Received: 07 July 2025; Accepted: 19 August 2025;
Published: 24 September 2025.
Edited by:
George Alexander Truskey, Duke University, United StatesReviewed by:
Xiujian Liu, Sun Yat-sen University, ChinaClaire Bruna-Rosso, Laboratoire de Biomécanique Appliquée, France
Copyright © 2025 Barahona Yáñez and Hurtado. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.
*Correspondence: Daniel E. Hurtado, ZGFuaWVsLmh1cnRhZG9AdWMuY2w=