key: cord-0512925-ng4bv3qi authors: Vadyala, Shashank Reddy; Betgeri1, Sai Nethra; Matthews, Dr. John C.; Matthews, Dr. Elizabeth title: A Review of Physics-based Machine Learning in Civil Engineering date: 2021-10-09 journal: nan DOI: nan sha: 2fadb6e7eb158a5c52427d9de22a728a1d57d44f doc_id: 512925 cord_uid: ng4bv3qi The recent development of machine learning (ML) and Deep Learning (DL) increases the opportunities in all the sectors. ML is a significant tool that can be applied across many disciplines, but its direct application to civil engineering problems can be challenging. ML for civil engineering applications that are simulated in the lab often fail in real-world tests. This is usually attributed to a data mismatch between the data used to train and test the ML model and the data it encounters in the real world, a phenomenon known as data shift. However, a physics-based ML model integrates data, partial differential equations (PDEs), and mathematical models to solve data shift problems. Physics-based ML models are trained to solve supervised learning tasks while respecting any given laws of physics described by general nonlinear equations. Physics-based ML, which takes center stage across many science disciplines, plays an important role in fluid dynamics, quantum mechanics, computational resources, and data storage. This paper reviews the history of physics-based ML and its application in civil engineering. ML and DL, e.g., deep neural networks (DNNs), are becoming increasingly prevalent in the scientific process, replacing traditional statistical methods and mechanistic models in various commercial applications and fields, including education [1], natural science [2, 3] medical [4] [5] [6] engineering [7] [8] [9] , and social science [10] . ML is also applied in civil engineering, where mechanistic models have traditionally dominated [11] [12] [13] [14] . Despite its wide adoption, researchers and other end users often criticize ML methods as a "black box," meaning they are thought to take inputs and provide outputs but not yield physically interpretable information to the user [15] . As a result, some scientists have developed physics-based ML to reckon with widespread concern about the opacity of black-box models [16] [17] [18] [19] . The civil engineering ML models are created directly from data by an algorithm; even researchers who design them cannot understand how variables are combined to make predictions. Even with a list of input variables, black-box predictive ML models can be such complex functions that no researchers can understand how the variables are connected to arrive at a final prediction. For example, ML models that fail to estimate structural damage are tied to processes that are not entirely understood have difficulty providing high data needs. Hence, their high data needs, difficulty providing physically consistent findings, and lack generalizability to out-of-sample scenarios [18] . Large, curated data sets with well-defined, precisely labeled categories are used to test ML and DL model[1]s. DL does well for these problems because it assumes a largely stable world. But in the real world, these categories are constantly evolving, specifically in civil engineering. Only after extensive testing on ML responses to various visual stimuli we can discover the problem. Physics-based numerical simulations have become indispensable in civil engineering applications, such as seismic risk mitigation, irrigation management, structural design and analysis, and structural health monitoring. Civil engineers and scientists may now utilize sophisticated models for real-world applications, with ultra-realistic simulations involving millions of degrees of freedom, thanks to the advancement of high-performance computers. However, in the civil engineering sector, such simulations are too time-consuming to be incorporated fully into an iterative design process. They are often restricted to the final validation and certification stages, while most design processes rely on simpler models. Accelerating complex simulations is an important problem to address since it would make it easier to apply numerical tools throughout the design process. The development of numerical methods for rapid simulations would also enable novel model applications such as improving construction productivity, which has yet to be fully utilized due to model complexity. Uncertainty quantification is another critical example of analysis that might be feasible if simulation costs were lowered substantially. Indeed, the physical system environment, which is generally unknown, affects the values of interest monitored in numerical simulations. In some situations, these uncertainties significantly impact simulation results, necessitating estimating probability distributions for the quantities of interest to assure the product's dependability. Neither an ML-only nor a scientific knowledge-only method can be considered sufficient for complicated scientific and technical applications. Researchers are beginning to investigate the continuum between mechanistic and ML models, synergizing scientific knowledge and data. There have been several reviews on ML civil engineering. However, limited studies have been conducted on physics-based ML and synthesizing a road map for guiding subsequent research to advance the proper use of physics-based ML in civil engineering applications. Furthermore, there are few works focused on the fundamental physics-based ML models in civil engineering. This study investigates a more profound connection of ML methods with physics models. Even though the notion of combining scientific principles with ML models has only recently gained traction [18] , there has already been a significant amount of research done on the subject. Researchers focus on physics models, ML models, and application scenarios to solve their problems in civil engineering. This study aims to bring these exciting developments to the ML community and make them aware of the progress completed and the gaps and opportunities for advancing research in this promising direction. Neural Networks (NNs) is a ML approach for expressing a form's input-output relationship, shown (2): where ∅ and are the element-wise nonlinear function and the weight matrix for the ℎ layer and W is the output weight matrix as shown in Figure1. Physics-based ML can combine the knowledge we already know, such as physics-based forward and optimization algorithms. The mechanics of training a physics-based network are like training any NNs as shown in Figure 2 . It relies on a dataset, an optimizer, and automatic differentiation [20] to compute gradients. The encoding of information, x, into measurements, y, is given by Equation (3). = ( ) + where describes the forward model process that characterizes the formation of measurements and is random system noise. The image reconstruction from a set of measures, i.e., decoding, can be structured using an inverse problem formulation shown in Equation (4). * = || ( ) − || + ℸ( ) (4) Figure 3 . N unrolled decoder iterations make up an unrolled physics-based network. A data consistency update (e.g., gradient update) and a previous update are included in each layer (e.g., proximal update). The network's inputs are the measurements, y, and initialization, (0) and the network's output is the final estimate, ( ) ,. Finally, the final estimate is put into a training loss function. Computational Mechanics is a branch of research that needs significant processing power to provide correct results [24] . It nearly always uses a geometric mesh, and the coarseness of the mesh is proportional to the time it takes for a simulation to converge [24] . As a result, it has the potential to grow to such proportions that methods for reducing its order must be developed. These methods aim to create a Reduced-Order Model (ROM) that can effectively replace its heavier counterpart for tasks such as design and optimization, as well as real-time predictions, which all require the model to run many times, which is typically impossible due to a lack of adequate and available computer resources [25] . They capture the behavior of these source models so that civil engineers can quickly study a system's dominant effects using minimal computational resources. ROMs have become popular in civil engineering because engineers face market demands for shorter design cycles that produce higher-quality products and structures. ROMs can be used in civil engineering to simplify various models from full 3D simulations of systems. As a result, civil engineers can use them to optimize structure designs and create more extensive structural simulations Partial differential equations (PDEs) are solved using the singular value decomposition (SVD) method. The SVD algorithm applied to PDEs is Proper Orthogonal Decomposition (POD) [16, 17] . It's one of the most effective dimensionality reduction techniques for studying complicated spatiotemporal systems [26] . Despite its introduction a few decades ago, POD-based ROM is still state-of-the-art in model order reduction, especially when coupled with Galerkin projection [19] . The dominating spatial subspaces are extracted from a dataset using POD. Put another way, POD calculates the prevailing coherent paths in an infinite space that best describe a system's spatial evolution. Thus, the SVD or eigenvalue decomposition of a snapshot matrix is both strongly connected to POD-ROM. Figure 4 illustrates the evolution of ROM methods. According to [27] , a popular technique to create a ROM is to compress it into a smaller area, described by a Reduced Basis set (RB). For the most part, RB techniques follow an offline-online paradigm, with the first being more computationally intensive and the second being quick enough to allow for real-time predictions. The idea is to collect data points from simulation, or any highfidelity source, called snapshots and stored in an ensemble { }, and extract the information that has a broader impact on the system's dynamics, the modes, via a reduction method in the offline stage. According to [28, 29] aims at finding a basis function ( ) in a Hilbert space ℋ possessing the structure of an inner product (·,·) that would optimally represent the field . Supposing that solutions or high-fidelity measures of these solutions are available as { }, each belonging to the same space ℋ, so that the field can be approximated in Equation (5) . The Hilbert space for scalar or complex-valued functions is ℋ = 2 (Θ), where a space vector x in the domain Θ is considered, as well as the time variable t, which has an inner product defined by ( , ) = ∫ Τ (T denotes conjugate transpose). As a result of the summing, variable separation would be possible, as shown in Equation (6). Considering the mean <•> though as "an average over several separate experiments," e.g., in the case of a function with realizations , < >= 1 , the absolute value | · |, and the 2norm || · || defined as || || = ( , ) 1/2 , each normalized optimal basis is sought after and shown in Equation (7). It may be demonstrated to be equal to solving the eigenvalues problem using a condition on variations calculus is shown in Equation (8) . The SVD technique converts these continuous expressions to a low-rank approximation in most cases [30] . This method is very comparable to [31] statistical methodology of Principal Component Analysis(PCA), which was evaluated lately [32] . Moreover, this technique may produce a realistic approximation by truncating the sum in Equation.4 to a finite length L, which was originally shown by Sirovich (1987) and represented as shown in Equation (9). Next, the online stage entails retrieving the expansion coefficients and projecting them into our uncompressed, real-life space. Again, the distinction between intrusive and nonintrusive approaches becomes apparent here. The first employs strategies tailored to the problem's formulations, whereas the latter attempts to infer the mapping statistically by treating the snapshots as a dataset. The Galerkin process is the traditional way to handle the second half of the POD approach to reduced-order modeling, as described and modified [33] . For example, consider the following PDEs, defined by the nonlinear operator (Normal distribution) and have the x and t subscripts indicating the associated derivatives shown in Equation (10). The Galerkin technique is used to find each expansion coefficient ( ) from the L-truncated sum in Equation 7 . A system of solvable equations is generated by reinjecting the estimated within Equation 8 and multiplying by the L POD modes , known as Galerkin projection. For the expansion coefficient, with the nonlinear residuals as shown in Equation (11) . In [34] , this POD-Galerkin method was used to Shallow Water equations such as dam failure and flood forecasts. However, since is a generic nonlinear operator, as indicated in these and many other publications, it is unclear how to achieve any speedup in the offline stage, i.e., solving Equation 7 , Unless is used to make certain approximations. In addition, the reduced basis is parameter-dependent for parameter-dependent issues requiring several simulations, as is the case with uncertainty quantification problems. Therefore, the usage of many RB may be necessary, and finding a way to combine these bases to find an accurate solution is a difficult task [35, 36] . A modeling method must be used to make sense of this snapshot collection and create a surrogate model to retrieve the projection coefficients accurately. While traditional and easy approaches like polynomial interpolation appear promising for this job, as pointed out in [37] , they struggle to produce useful results with few samples. A different take has been explored within the Polynomial Chaos Expansion (PCE) realm, proposed in [38] . Using Hermite polynomials, and more precisely, a set of multivariate orthonormal polynomials Φ, Wiener's Chaos theory allows for modeling the outputs as a stochastic process. Considering the previous expansion coefficients ( ) ( ) as a stochastic process of the variable , the PCE is shown in Equation (12). with identifying polynomials following the right criteria in a set [39] . However, stability issues may arise, and a new approach using the B-Splines Bézier Elements based Method (BSBEM) to address this has been developed in [36] . Unfortunately, while it has shown excellent results, this approach can also suffer from the curse of dimensionality, a term coined half a century ago [40] , that still has significant repercussions nowadays, as shown in [41] . In basic terms, it means that many well-intentioned techniques work effectively in narrow domains but have unexpected and unworkable consequences when applied to larger settings. Data driven methods is aiding in the design of ROMs for greater accuracy and cheaper processing costs in various ways. One way is to create an data driven based surrogate model for full-order models [42] , where the data driven model may be thought of as a ROM. Two further approaches are to develop an data driven model to replicate the dimensionality reduction mapping from a fullorder model to a reduced-order model [43] or to generate an data driven-based surrogate model of an already built ROM using another dimensionality reduction technique [44] . Data driven and ROMs can also be linked by using the data driven model to learn. The residual between observational data and a ROM [45] . The Integration of Physics-Based Modeling and data driven models can significantly increase ROMs' capabilities due to their typically rapid forward execution speed and ability to use data to simulate high-dimensional phenomena. The evolution of ROM is seen in Table 1 . developed novel ways in PDEs discovery using just data-driven methodologies [89] and anticipated that this new discipline of DL in dynamic systems like Computational Fluid Dynamics (CFD) would take off (2017) [90] . Its versatility enables various applications, such as missing CFD data recovery [91] or aerodynamic design optimization [39] . The high expense of a fine mesh was solved by using an ML technique to analyze mistakes and adjust amounts in a coarser setting [92] . [93] presented a new numerical scheme, the Volume of Fluid-Machine Learning (VOF-ML) method used in bi-material situations. In addition, research published older research of existing ML algorithms applied to environmental sciences, especially hydrology [94] . Nonetheless, having scant and noisy data at our disposal is typical in engineering, but intuitions or expert knowledge about the underlying physics. It encouraged researchers to consider how to combine the requirement for data in these approaches with system expertise, such as governing equations, first detailed in [95, 96] , then extended to NNs in [96] with applications on Computational Fluid Dynamics, as well as in vibrations [97] . A few of these approaches will be explained in detail in below Sections. Despite significant progress in simulating multiphysics problems using numerical discretization of PDEs, it is still impossible to seamlessly incorporate noisy data into existing algorithms, mesh generation is still difficult, and high-dimensional problems governed by parameterized PDEs are unsolvable. Furthermore, tackling inverse issues involving hidden physics is frequently prohibitively costly and necessitates several formulations and complex computer codes. ML has emerged as a viable option, and however, DNNs training needs large amounts of data, which is not always accessible for scientific issues. Instead, additional information acquired by enforcing physical norms may be used to train such networks. This type of physics-informed learning combines (noisy) data with mathematical models, then implemented using NNs or other kernelbased regression networks. Furthermore, customized network designs that automatically meet specific physical invariants for increased accuracy, training speed, and generalization may be conceivable. A Gaussian process (GP) is a set of random variables with a Gaussian distribution for a finite number. The mean ( ) and covariance functions of a GP define it entirely. The mean function m(x) and the covariance function ( , ′ ) of a real process f(x) are defined by Equations (12) and (13), respectively. An Equation defines the Gaussian process. (14) . "The Gaussian probability distribution is an extension of the Gaussian process. GP are nonparametric function estimators with a lot of power. However, when the training data are insufficient to reflect the complexity of the system (generating the data) or the test points are far distant from the training instances (extrapolation), GP might perform poorly as a data-driven method. On the other hand, physics information is stated as differential equations and is utilized to create physical models for various research and engineering applications [98] . These models are designed to represent the system's underlying mechanism (i.e., physical processes) and are not constrained by data availability: they can generate accurate predictions even without training data, [99] . For example Bayesian Optimization based on Gaussian process regression is applied to different CFD problems which can be of practical relevance like shape optimization [100] . It has a mean (here 0) and a covariance function , for instance, the Square Exponential. It could be thought of as a very long vector containing every function value = ( ) defined as, with ′ representing the test outputs of ′ , not yet observed, demonstrated by Equations (15) and (16). And the covariance can be, for instance, Gaussian, shown in Equation (17). Let's now consider time-dependent linear PDEs, as presented in [95] . First, forward Euler gets the result using the simplest temporal discretization method shown in Equation (18) . and then placing a GP prior shown in Equation (19) . As a result, the Euler rule is captured in the following multi-output GP, Equation (20) . Table 2 gives a pseudo-code of the steps in PINNs involved. What if ℒ is nonlinear? For example, Burgers' equation is shown in Equation (21) . Applying Backward Euler gives the following Equation (22). Assuming un as a GP will not work here since the nonlinear term will not result in a GP. The idea is to utilize the preceding step's posterior mean, −1 as shown in Equation (23). The cubic scaling of computational power with the number of training points due to matrix inversion when forecasting and the necessity to address nonlinear equations on a case-by-case basis are limitations of this technique. This has encouraged scientists to investigate DNNs with built-in nonlinearities. Modeling physical processes described by PDEs has improved thanks to PINNs significantly. The behavior of complicated physical systems is learnt by minimizing the residual of the underlying PDEs by optimizing network settings. PINNs use basic designs to understand the behavior of complicated physical systems by adjusting network settings to reduce the residual of the underlying PDEs. As [96] presented, let's consider generic, parametrized nonlinear PDEs shown in Equation (24) . Whether we aim to solve it or identify the parameters , the idea of the paper is the same: approximating ( , ) with DNNs, therefore defining the resulting PINNs network ( , ) is shown in Equation (25). Now, we'll derive this network using automated differentiation, a chain-rule-based approach famously utilized in typical DL settings, eliminating the requirement for numerical or symbolic differentiation in our situation. Burgers' equation, 1D with Dirichlet IC/BC, is used as a test case as shown in Equations (26), (27) , and (28). (30) Figure 5 shows the overview of PINNs, which were created using [96] . Table 3 offers a pseudocode. The ability of NNs to approximate solutions to PDEs has been a fascinating field of research. The prediction of dynamics over very long durations that surpass the training horizon over which the network was tuned to represent the solution remains a significant issue. Due to their desirable features, current ML methods, particularly DNNs, have significantly succeeded across computational science areas. First, a sequence of universal approximation theorems [94] [95] [96] shows that NNs can approximate any Borel measurable function on a compact set with arbitrary precision given enough hidden neurons. Given enough samples and processing resources, this strong character allows the NNs to approximate any well-defined function. Furthermore, [101] and more recent studies [102, 103] estimate the convergence rate of approximation error on an NNs with respect to its depth and width, which subsequently allow the NNs to be used in scenarios with high requirements accuracy. The PINNs is applied for solving the Navier-Stokes equation for laminar flows by solving the Falkner-Skan boundary layer results shows the excellent applicability of PINNs for laminar flows with strong pressure gradient [104] . Secondly, the development of differentiable programming and automatic differentiation enables efficient and accurate calculation of gradients of NNs functions with respect to inputs and parameters. These backpropagation algorithms allow the NNs to be efficiently optimized for specified objectives. The following characteristics of NNs have sparked interest in using them to solve PDEs. One general classification of such methods is two classes: The first focuses on directly learning the PDEs operator [105, 106] . For example, in the Deep Operator Network (DeepONet), the input function can be the IC/BC and parameters of the equation mapped to the output, the PDEs solution at the target spatio-temporal coordinates. In this approach, the NNs are trained using independent simulations and must span the space of interest. Therefore, NNs training is predicated on many solutions that may be computationally expensive to obtain. Still, once trained, the network evaluation is computationally efficient [107, 108] . The second class of methods adopts the NNs as a basis function to represent a single solution. The inputs to the network are generally the spatiotemporal coordinates of the PDEs, and the outputs are the solution values at the given input coordinates. The NNs are trained by minimizing the PDEs residuals and the mismatch in the IC/BC. Such approach dates to [109] , where NNs were used to solve the Poisson equation. In later studies [110, 111] , the BC was imposed exactly by multiplying the NNs with certain polynomials. In [112] , the PDEs are enforced by minimizing energy functionals instead of equation residuals, different from most existing methods. In [96] , The cost function has another penalty term on the IC/BC if the PDEs problem is forward and a penalty term on observations for inverse data assimilation problems. However, when the underlying PDE solutions contain high-frequencies or multi-scale features, PINNs with fully connected architectures frequently fail to accomplish stable training and provide correct predictions [113, 114] [115] . Recently ascribed this pathological behavior to multi-scale interactions between various components in the PINNs loss function, which eventually lead to stiffness in the gradient flow dynamics, imposing severe stability requirements on the learning rate [116] . Table 4 . gives Summary of requirements and possible advantages and disadvantages of physics-based ML. There have been applications of physics-based ML models within the field of civil engineering. Sensor and signal data are mainly used when applying physics-based ML in civil engineering. In contrast, other data sources are employed only based on the requirements. Therefore, researchers must select and reconstruct the algorithms and network structures to solve different civil engineering problems. ML models may learn physics due to their capacity to learn from experience: The ML model can learn how a physical system acts and generate accurate predictions given enough instances of how it behaves. As a result, it may be used in various engineering applications such as damage detection, vibration identification, 3D reconstruction, anomaly data detection, etc. According to the data types noted in the collected literature, the three main applications of physicsbased ML methods in civil engineering are • 3D Building Information Modelling (BIM) • Structural health monitoring system • Structural design and analysis BIM has been highlighted as a new and revolutionary technology for improving the building industry's performance. The BIM tools commonly used in civil engineering are Autodesk's AutoCAD Civil 3D® and Revit Structure ®. These tools optimize and validate projects before they are built and model how infrastructure operates in a 3D real-world setting. To complement 3D BIM, physics-based ML will be a useful tool for problem-solving in geotechnical engineering [117] example shown in Figure 7 . The steps carried out in physics-based ML method for 3D BIM were modeling the 3D digital terrain model from point cloud; creating the horizontal alignment, vertical profiles, and editing cross-sections; modeling the jacked tunnel; creating the roundabout; generating the 3D parametric model of the complete road and visualizing the infrastructure in the real-world context governed by PDEs. Table 4 Hydrology [126] Modeling the dynamics of PDE systems with Physics-Constrained Deep Auto-Regressive Network [127] 2019 CFD, BIM A domain decomposition nonintrusive reduced order model for turbulent flows [128] 2019 CFD, BIM Structural Health Monitoring (SHM) in the civil engineering industry faces unique challenges. These challenges result in part from the dynamic work environments of construction. As a result of its better capacity to detect damage and defects in civil engineering structures, physics-based ML approaches in SHM gained much attention in recent years. Physics-based ML methods establish a high-fidelity physical model of the structure, usually by finite element analysis, and then establish a comparison metric between the model and the measured data from the real structure example shown in Figure 8 . In most cases, a vibration-based model updating approach has been chosen, where the vibration or modal data is adopted as the basis for the updating process [6] . [114] The experimental modal properties of civil engineering structures (say the natural frequencies, vibration modes, and frequency response functions) may be determined by using any of the available system identification methods, such as experimental modal analysis (EMA) or operational modal analysis (OMA). Table 5 provides a systematic organization and taxonomy of the application-centric objectives and methods of existing physics-based ML for SHM applications. Probabilistic physics-guided machine learning for fatigue data analysis [129] 2020 SHM Figure 9 . Table 6 provides a systematic organization and taxonomy of the application-centric objectives and methods of existing physics-based ML for structural design and analysis applications. for Data-driven Seismic Response Modeling. [159] 2019 Structural mechanics, Materials science Civil engineering design and construction, which is already a labor-intensive industry, face many challenges, including an aging workforce, increased labor costs, productivity losses, and the lack of onsite workers. All of these constraints affect industry profits. Under these circumstances, physics-based ML will inevitably be utilized to automate some civil engineering and construction processes. Data plays a crucial role in the applications of physics-based ML in civil engineering. Therefore, it is essential to establish a public data set for civil engineering. For example, a similar general-purpose dataset called ImageNet has extensively promoted research in the DL field so that a construction-related dataset could do the same for construction automation. With these kinds of public data sets, researchers can focus more on physics-based ML models. As of 2000, ML technology has gradually received more attention in civil engineering and plays an increasingly important role in developing automated technologies. However, the application of even the state-of-the-art black-box ML models has often been met with limited success in civil engineering due to their large data requirements, inability to produce physically consistent results, and their lack of generalizability to out-of-sample scenarios. The main challenges are quality data acquisition and overcoming the impact of the site environment. After thoroughly researching the literature on this topic, this paper suggests that multiple teams could jointly establish an extensive and complete database with the same annotation rules to ease the dilemma of data acquisition. At present, researchers in civil engineering have primarily implemented ML as a tool for feature extraction or detection. We envision that merging ML models and physics principles will play an invaluable role in the future of scientific modeling to address the pressing environmental and physical modeling problems in civil engineering. Future research would be to develop a fully understand physics-based ML and combine them with the specific knowledge domains in civil engineering to develop dedicated physics-based ML models for civil engineering applications. A noise robust convolutional neural network for image classification Implementation of hybrid neuro-fuzzy and self-turning predictive model for the prediction of concrete carbonation depth: A soft computing technique The development of a mining method selection model through a detailed assessment of multi-criteria decision methods Deep learning Applications to classify Cross-Topic Natural Language Texts Based on Their Argumentative Form Predicting the spread of COVID-19 in Delhi Natural Language Processing Accurately Categorizes Indications, Findings and Pathology Reports from Multicenter Colonoscopy Optimization of CNC turning parameters using face centred CCD approach in RSM and ANN-genetic algorithm for AISI 4340 alloy steel Artificial intelligence system for supporting soil classification An explainable machine learning model to predict and elucidate the compressive behavior of high-performance concrete Monitoring marine environments with autonomous underwater vehicles: a bibliometric analysis Prediction of the number of covid-19 confirmed cases based on k-means-lstm Physics-Informed Neural Network Method for Solving One-Dimensional Advection Equation Using PyTorch Comparison of Sewer Conditions Ratings with Repair Recommendation Reports Statistical Software Packages for Research In Social Sciences. in Recent Research Advancements in Information Technology Making the black box more transparent: Understanding the physical implications of machine learning Integrating machine learning and multiscale modeling-perspectives, challenges, and opportunities in the biological, biomedical, and behavioral sciences Workshop report on basic research needs for scientific machine learning: Core technologies for artificial intelligence Theory-guided data science: A new paradigm for scientific discovery from data Driven by data or derived through physics? a review of hybrid physics guided machine learning techniques with cyber-physical system (cps) focus Evaluating derivatives: principles and techniques of algorithmic differentiation Proximal algorithms. Foundations and Trends in optimization Distributed optimization and statistical learning via the alternating direction method of multipliers Evaluation and machine learning improvement of global hydrological model-based flood simulations Review for order reduction based on proper orthogonal decomposition and outlooks of applications in mechanical systems A review of indirect/non-intrusive reduced order modeling of nonlinear geometric structures An introduction to the proper orthogonal decomposition Reliable real-time solution of parametrized partial differential equations: Reduced-basis output bound methods Low-dimensional models of coherent structures in turbulence Mid-frequency structural dynamics with parameter uncertainty Centroidal Voronoi tessellation-based reduced-order modeling of complex systems Planes of Closest Fit to Systems of Points in Space Principal component analysis: a review and recent developments Calibrated reduced-order POD-Galerkin system for fluid flow modelling Low-order modelling of shallow water equations for sensitivity analysis using proper orthogonal decomposition On the stability of reduced-order linearized computational fluid dynamics models based on POD and Galerkin projection: descriptor vs non-descriptor forms, in Reduced order methods for modeling and computational reduction A POD-based reduced-order model for uncertainty analyses in shallow water flows High dimensional polynomial interpolation on sparse grids Stochastic finite element method: Response statistics, in Stochastic finite elements: a spectral approach A non-intrusive reduced-order modeling method using polynomial chaos expansion Dynamic programming. Science The curse of dimensionality in data mining and time series prediction Support-vector-machine-based reduced-order model for limit cycle oscillation prediction of nonlinear aeroelastic system A deep learning based approach to reduced order modeling for turbulent flow control using LSTM neural networks A reduced order model for turbulent flows in the urban environment using machine learning. Building and Environment Data-assisted reduced-order modeling of extreme events in complex dynamical systems Series development for some cases of equilibrium of plates and beams Finite amplitude free convection as an initial value problem-I Journal of atmospheric sciences The structure of inhomogeneous turbulent flows. Atmospheric turbulence and radio wave propagation Turbulence and the dynamics of coherent structures. I. Coherent structures The dynamics of coherent structures in the wall region of a turbulent boundary layer Dynamics of three-dimensional coherent structures in a flat-plate boundary layer Karhunen-Loeve procedure for gappy data A reduced-order approach for optimal control of fluids using proper orthogonal decomposition. International journal for numerical methods in fluids Balanced model reduction via the proper orthogonal decomposition Intermodal energy transfers in a proper orthogonal decomposition-Galerkin representation of a turbulent separated flow A spectral viscosity method for correcting the long-term behavior of POD models An 'empirical interpolation'method: application to efficient reduced-basis discretization of partial differential equations Spectral properties of dynamical systems, model reduction and decompositions Reduced basis approximation and a posteriori error estimation for affinely parametrized elliptic coercive partial differential equations. Archives of Computational Methods in Engineering A reduced-order approach to four-dimensional variational data assimilation using proper orthogonal decomposition Interpolation method for adapting reduced-order models and application to aeroelasticity Missing point estimation in models described by proper orthogonal decomposition Spectral analysis of nonlinear flows Dynamic mode decomposition of numerical and experimental data Nonlinear model reduction via discrete empirical interpolation The GNAT nonlinear model-reduction method with application to large-scale turbulent flows Identification strategies for model-based control On the need for a nonlinear subscale turbulence term in POD models as exemplified for a high-Reynolds-number flow over an Ahmed body Supremizer stabilization of POD-Galerkin approximation of parametrized steady incompressible Navier-Stokes equations On long-term boundedness of Galerkin models Data-driven operator inference for nonintrusive projection-based model reduction Spectral proper orthogonal decomposition Spectral proper orthogonal decomposition and its relationship to dynamic mode decomposition and resolvent analysis The shifted proper orthogonal decomposition: A mode decomposition for multiple transport phenomena Sparse reduced-order modelling: sensor-based dynamics to full-state estimation Multi-scale proper orthogonal decomposition of complex fluid flows Cluster-based network modeling-From snapshots to complex dynamical systems The Potential of Machine Learning to Enhance Computational Fluid Dynamics Towards extraction of orthogonal and parsimonious non-linear modes from turbulent flows The perceptron: a probabilistic model for information storage and organization in the brain Taylor expansion of the accumulated rounding error Learning representations by back-propagating errors. nature Neural networks and physical systems with emergent collective computational abilities Long short-term memory Learning while searching in constraint-satisfaction problems Discovering governing equations from data by sparse identification of nonlinear dynamical systems Deep learning in fluid dynamics Recovering missing CFD data for high-order discretizations using deep neural networks and dynamics learning Machine-learning based error prediction approach for coarse-grid Computational Fluid Dynamics (CG-CFD). Progress in Nuclear Energy Machine Learning design of Volume of Fluid schemes for compressible flows Machine learning methods in the environmental sciences: Neural networks and kernels Machine learning of linear differential equations using Gaussian processes Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations Deep learning of vortex-induced vibrations Numerical solution of partial differential equations in science and engineering Gaussian processes for machine learning Applying Bayesian Optimization with Gaussian Process Regression to Computational Fluid Dynamics Problems Universal approximation bounds for superpositions of a sigmoidal function Deep network approximation for smooth functions Optimal approximation of continuous functions by very deep ReLU networks Physics-informed neural networks for solving Reynolds-averaged Navier $\unicode {x2013} $ Stokes equations Fourier neural operator for parametric partial differential equations Deeponet: Learning nonlinear operators for identifying differential equations based on the universal approximation theorem of operators DeepM&Mnet: Inferring the electroconvection multiphysics fields based on operator approximation by neural networks DeepM&Mnet for hypersonics: Predicting the coupled flow and finite-rate chemistry behind a normal shock using neural-network approximation of operators Neural-network-based approximations for solving partial differential equations Artificial neural networks for solving ordinary and partial differential equations A unified deep artificial neural network approach to partial differential equations in complex geometries The deep Ritz method: a deep learning-based numerical algorithm for solving variational problems Physics-constrained deep learning for high-dimensional surrogate modeling and uncertainty quantification without labeled data Limitations of physics informed machine learning for nonlinear twophase transport in porous media Deep hidden physics models: Deep learning of nonlinear partial differential equations Understanding and mitigating gradient pathologies in physicsinformed neural networks An Adapted Model of Cognitive Digital Twins for Building Lifecycle Management Cloud-to-BIM-to-FEM: Structural simulation with accurate historic BIM from laser scans. Simulation Modelling Practice and Theory Efficient intensity measures and machine learning classification algorithms for collapse prediction informed by physics-based ground motion simulations Enhancing predictive skills in physically-consistent way: Physics Informed Machine Learning for Hydrological Processes Physics-informed autoencoders for Lyapunov-stable fluid flow prediction Predictions of turbulent shear flows using deep neural networks Convolutional-network models to predict wall-bounded turbulence from wall quantities From coarse wall measurements to turbulent velocity fields through deep learning A Data-Driven and Physics-Based Approach to Exploring Interdependency of Interconnected Infrastructure Physics guided machine learning methods for hydrology Modeling the dynamics of PDE systems with physics-constrained deep auto-regressive networks A domain decomposition non-intrusive reduced order model for turbulent flows Probabilistic physics-guided machine learning for fatigue data analysis. Expert Systems with Applications Finite element-based machine-learning approach to detect damage in bridges under operational and environmental variations A hybrid physics-assisted machine-learning-based damage detection using Lamb wave. Sādhanā Data-Driven and Model-Based Methods with Physics-Guided Machine Learning for Damage Identification Deep UQ: Learning deep neural network surrogate models for high dimensional uncertainty quantification Machine learning assisted evaluations in structural design and construction. Automation in Construction Utilizing physics-based input features within a machine learning model to predict wind speed forecasting error. Wind Energy Science Application of physics-based machine learning in combustion modeling JUNIPR: a framework for unsupervised machine learning in particle physics Machine learning for metal additive manufacturing: predicting temperature and melt pool fluid dynamics using physics-informed neural networks Predicting the dissolution kinetics of silicate glasses by topology-informed machine learning Machine learning techniques for detecting topological avatars of new physics Physics-informed machine learning for composition-process-property design: Shape memory alloy demonstration A novel ozone profile shape retrieval using full-physics inverse learning machine (FP-ILM) Machine learning prediction of thermal transport in porous media with physics-based descriptors Deep shape from polarization Model order reduction assisted by deep neural networks (ROM-net) Predicting AC optimal power flows: Combining deep learning and lagrangian dual methods Deep fluids: A generative network for parameterized fluid simulations. in Computer Graphics Forum Multi-fidelity physics-constrained neural network and its application in materials modeling HybridNet: integrating model-based and data-driven learning to predict evolution of dynamical systems A composite neural network that learns from multi-fidelity data: Application to function approximation and inverse PDE problems PPINN: Parareal physics-informed neural network for time-dependent PDEs Physics-induced graph neural network: An application to wind-farm power estimation. Energy Physics-based convolutional neural network for fault diagnosis of rolling element bearings Machine learning closures for model order reduction of thermal fluids Physics-informed machine learning approach for reconstructing Reynolds stress modeling discrepancies based on DNS data A framework for modeling flood depth using a hybrid of hydraulics and machine learning Real-time power system state estimation via deep unrolled neural networks Symplectic ode-net: Learning hamiltonian dynamics with control Physics-guided convolutional neural network (PhyCNN) for datadriven seismic response modeling. Engineering Structures