REVIEW 4 major objections 5 minor 1 cited by
A comprehensive analysis of PINNs: Variants, Applications, and Challenges
T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This survey maps the full PINN landscape: core architecture, equation classes, variants, applications, and open challenges in one reference.
desk verdict A serviceable but unreliable PINN survey: the structure works, yet the core summaries of cited papers contain concrete errors that break the comprehensiveness claim until fixed. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The organizing object is the PINN architecture itself: a neural network that converts a differential equation into an unconstrained optimization problem through a loss function of the form $L(\Theta)=w_f L_f + w_{ic}L_{ic}+w_{bc}L_{bc}$, where $L_f$ is the squared residual of the governing equation at collocation points, $L_{ic}$ and $L_{bc}$ penalize mismatches with initial and boundary conditions, and derivatives are computed by automatic differentiation. The survey uses this template as the common baseline against which every variant, equation class, and application is compared.
What would settle it
A systematic literature search that finds a major PINN variant or application area absent from the survey, or an audit showing that a substantial share of the survey's one-line summaries mischaracterize the cited papers, would falsify the paper's claim to be comprehensive.
Extended reading notes
Core claim
The paper's central claim is that the PINN literature organizes cleanly along several axes: the underlying architecture (a neural network combined with automatic differentiation and a physics-constrained loss function), the class of equations being solved (ordinary, partial, and fractional differential equations), the family of variants (cPINNs, XPINNs, APINNs, fPINNs, DPINNs, fuzzy and interval PINNs, and others), and the application domains (medical imaging, power systems, fluid mechanics, and beyond). It further claims that the major challenges—optimization strategy, loss-function design, generalization, convergence analysis, and error estimation—cut across all of these axes, and that these shared problems define the most promising research directions.
Load-bearing premise
The survey is only as accurate and complete as the manually chosen set of papers it summarizes, and at least one of its summaries is already contradicted by the cited paper's own title.
Editorial extensions
If this is right
- A practitioner can use the survey to match a PINN variant to a problem type, for example XPINNs for domain decomposition or fPINNs for fractional equations.
- The taxonomy shows that most variants are modifications of the loss function, the differentiation scheme, or the domain-decomposition strategy, not fundamentally new architectures.
- The challenges list acts as a research agenda, identifying optimization, generalization, convergence analysis, and error estimation as the open problems most worth attacking.
- The application cases demonstrate where PINNs already work well, such as fluid mechanics and medical imaging, and where they remain immature.
Reading between the lines
- The survey's comprehensiveness claim could be tested by running a systematic literature search to see whether any major PINN variant or application area is missing from its tables.
- The paper's own observation that theoretical proofs are largely absent points toward a concrete research program: proving convergence and error bounds for specific PINN variants on specific equation classes.
- The challenges the paper lists suggest that standardizing benchmark problems, error metrics, and convergence tests across PINN variants would be the natural next step for the field.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This manuscript is a survey of physics-informed neural networks. It presents the general PINN architecture and its components, discusses PINNs for ODEs, PDEs, and fractional PDEs, catalogs PINN variants, surveys applications in medicine, power systems, and fluid mechanics, and lists open challenges and future directions. The paper claims to provide a comprehensive, integrated analysis that existing surveys lack, and its contributions are framed as a broad overview of architecture, variants, applications, and challenges.
Significance. If its characterizations were reliable, the survey would offer a useful point of entry to the PINN literature, and its consolidated tables and challenge list would help practitioners locate methods by equation type and application domain. The paper's scope is genuinely broad and it does make an effort to compare approaches across ODE, PDE, fractional, and application settings. However, the survey's usefulness rests on the faithfulness of its per-paper summaries, and several of those summaries are demonstrably incorrect in ways that affect the classification tables. The paper also lacks a defined selection methodology, which weakens the 'comprehensive' claim. These problems are correctable, but they are central to the survey's value, so the manuscript needs substantial revision before it can serve as a reliable reference.
major comments (4)
- [Section 5 and Table 3] The prose states that Fang et al. [31] proposed a PINN framework for 'time-dependent constrained surface PDEs', and Table 3 labels the row as 'Time dependant eliptical PDEs on 3D surfaces'. The cited paper's title is 'A physics-informed neural network framework for PDEs on 3D surfaces: Time independent problems'. The time-dependence classification is a substantive property, not a wording preference, and directly contradicts the source title; this is a load-bearing error in the survey's core classification.
- [Section 5 and Table 3] The text describes Sun et al. [27] as solving 'second-order parametric light wave equations' and calls the model a 'gPINN architecture' built with a 'second-order neural network structure'. The cited paper is titled 'A second-order network structure based on gradient-enhanced physics-informed neural networks for solving parabolic partial differential equations'. The equation class is misattributed ('light wave' versus 'parabolic'), so the table entry and the accompanying discussion do not faithfully represent the source.
- [References] References [4] and [65] are the same paper: Raissi, Perdikaris, and Karniadakis, 'Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations', Journal of Computational Physics, 378:686-707, 2019. Listing the same work twice inflates the bibliography and is a bibliographic error that should be fixed.
- [Sections 6 and 7] The acronym 'fPINNs' is used for fractional PINNs in Section 6 and in variant 4 of Section 7, but in variant 6 of Section 7 the same acronym is used for fuzzy PINNs proposed by Fuhg et al. [56]. Reusing the same acronym for two different methods within one survey creates genuine ambiguity and should be resolved, for example by a distinct label for the fuzzy variant.
minor comments (5)
- [Abstract and Section 2] The abstract says the contributions 'can be summarised into three sections', while Section 2 lists seven numbered contributions; the relationship between the three-part summary and the seven-item list should be reconciled.
- [Table 2 heading] The table heading reads 'PINNs used for solving solving ordinary differential equations'; the duplicated word 'solving' should be removed.
- [Sections 5 and 8] The name 'Beavers–Joseph–Saffman' is consistently misspelled as 'Bever–Joseph–Saffman', and 'Eulers' should be 'Euler's'; these typos should be corrected throughout.
- [Table 3] The row for [31] contains the spelling 'Time dependant eliptical PDEs'; 'dependant' should be 'dependent' and 'eliptical' should be 'elliptical'.
- [Section 5] The text refers to 'gPINN' for [27] but the source title uses 'gradient-enhanced physics-informed neural networks'; the notation should be introduced consistently and not conflated with other uses of 'gPINN'.
Circularity Check
No material circularity: the survey is an expository synthesis of external papers, with no derived result, fitted parameter, or load-bearing self-citation.
full rationale
This paper is a literature survey rather than a derivation chain. It does not fit parameters, make predictions from an ansatz, or invoke a uniqueness theorem; its claims are summaries and classifications of other papers. The only place where an inference could be circular would be if its own taxonomy were used to certify its completeness, but the paper is explicit that selection is discretionary ('only articles with commendable research contributions have been included in this study', Section 2) and that the coverage is limited ('we are forced to limit our discussion to a selected few due to the limited scope', Section 6). Section 9 itself notes that 'the majority of the existing literature lacks theoretical or mathematical proofs', which further shows the authors are not relying on their own prior theorems. The observed problems, such as the description of reference [31] as 'time-dependent' despite its title 'Time independent problems' (Section 5 and Table 3) and the overloaded acronym 'fPINNs' for both fractional and fuzzy PINNs (Sections 6 and 7), are accuracy or consistency flaws in the survey's reporting; they do not make any claim reduce to its own input. Because the paper is not self-referential in its argument, any weakness is a correctness/coverage concern, not circularity.
Assumptions & free parameters
assumptions (2)
- domain assumption The 73 cited papers are accurately and representatively summarized.
- domain assumption The categorization of PINN work into ODE, PDE, fractional, and application domains is a meaningful and complete partition.
Cite this review
Pith. "Pith review of A comprehensive analysis of PINNs: Variants, Applications, and Challenges." pith.science (2026). https://pith.science/paper/L7GWHVK2
@misc{pith2026250522761,
author = {Pith},
title = {Pith review of: A comprehensive analysis of PINNs: Variants, Applications, and Challenges},
year = {2026},
howpublished = {\url{https://pith.science/paper/L7GWHVK2}},
note = {Machine review of arXiv:2505.22761}
}
read the original abstract
Physics Informed Neural Networks (PINNs) have been emerging as a powerful computational tool for solving differential equations. However, the applicability of these models is still in its initial stages and requires more standardization to gain wider popularity. Through this survey, we present a comprehensive overview of PINNs approaches exploring various aspects related to their architecture, variants, areas of application, real-world use cases, challenges, and so on. Even though existing surveys can be identified, they fail to provide a comprehensive view as they primarily focus on either different application scenarios or limit their study to a superficial level. This survey attempts to bridge the gap in the existing literature by presenting a detailed analysis of all these factors combined with recent advancements and state-of-the-art research in PINNs. Additionally, we discuss prevalent challenges in PINNs implementation and present some of the future research directions as well. The overall contributions of the survey can be summarised into three sections: A detailed overview of PINNs architecture and variants, a performance analysis of PINNs on different equations and application domains highlighting their features. Finally, we present a detailed discussion of current issues and future research directions.
Figures
Forward citations
Cited by 1 Pith paper
-
A physics-informed neural network approach to the point defect model for electrochemical oxide film growth
A hybrid PINN anchored by one FEM data point reproduces point-defect-model film thicknesses to about 1% error, while the pure PINN overpredicts by 2,400-5,700%.
Reference graph
Works this paper leans on
-
[31]
A physics-informed neural network framework for pdes on 3d surfaces: Time independent problems
Zhiwei Fang and Justin Zhan. A physics-informed neural network framework for pdes on 3d surfaces: Time independent problems. IEEE Access, 8:26328–26335, 2020. doi:10.1109/ACCESS.2019.2963390
arXiv 2020
-
[27]
Kuo Sun and Xinlong Feng. A second-order network structure based on gradient-enhanced physics-informed neural networks for solving parabolic partial differential equations. Entropy, 25(4), 2023. ISSN 1099-4300. doi:10.3390/e25040674. URL https://www.mdpi.com/1099-4300/25/4/674
-
[4]
Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations
Maziar Raissi, Paris Perdikaris, and George E Karniadakis. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. Journal of Computational physics, 378:686–707, 2019
2019
-
[65]
M. Raissi, P. Perdikaris, and G.E. Karniadakis. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. Journal of Computational Physics, 378:686–707, 2019. ISSN 0021-9991. doi:https://doi.org/10.1016/j.jcp.2018.10.045. URL https: //www.sciencedirect.com/scien...
-
[56]
Fuhg, Ioannis Kalogeris, Amélie Fau, and Nikolaos Bouklas
Jan N. Fuhg, Ioannis Kalogeris, Amélie Fau, and Nikolaos Bouklas. Interval and fuzzy physics-informed neural networks for uncertain fields. Probabilistic Engineering Mechanics, 68:103240, 2022. ISSN 0266-8920. doi:https://doi.org/10.1016/j.probengmech.2022.103240. URL https://www.sciencedirect.com/science/ article/pii/S0266892022000273
-
[1]
Dynamic programming
Richard Bellman. Dynamic programming. Science, 153(3731):34–37, 1966
1966
-
[2]
Three ways to solve partial differential equations with neural networks—a review
Jan Blechschmidt and Oliver G Ernst. Three ways to solve partial differential equations with neural networks—a review. GAMM-Mitteilungen, 44(2):e202100006, 2021
work page 2021
-
[3]
Artificial neural networks for solving ordinary and partial differential equations
Isaac E Lagaris, Aristidis Likas, and Dimitrios I Fotiadis. Artificial neural networks for solving ordinary and partial differential equations. IEEE transactions on neural networks, 9(5):987–1000, 1998
work page 1998
Show all 77 references
-
[5]
Scientific machine learning through physics–informed neural networks: Where we are and what’s next
Salvatore Cuomo, Vincenzo Schiano Di Cola, Fabio Giampaolo, Gianluigi Rozza, Maziar Raissi, and Francesco Piccialli. Scientific machine learning through physics–informed neural networks: Where we are and what’s next. Journal of Scientific Computing, 92(3):88, 2022
2022
-
[6]
Physics-informed neural network (pinn) evolution and beyond: A systematic literature review and bibliometric analysis
Zaharaddeen Karami Lawal, Hayati Yassin, Daphne Teck Ching Lai, and Azam Che Idris. Physics-informed neural network (pinn) evolution and beyond: A systematic literature review and bibliometric analysis. Big Data and Cognitive Computing, 6(4), 2022. ISSN 2504-2289. doi:10.3390/...
2022 doi
-
[7]
A review of physics-informed machine learning in fluid mechanics
Pushan Sharma, Wai Tong Chung, Bassem Akoush, and Matthias Ihme. A review of physics-informed machine learning in fluid mechanics. Energies, 16(5), 2023. ISSN 1996-1073. doi:10.3390/en16052343. URL https: //www.mdpi.com/1996-1073/16/5/2343
2023 doi
-
[8]
Applications of physics-informed neural networks in power systems - a review
Bin Huang and Jianhui Wang. Applications of physics-informed neural networks in power systems - a review. IEEE Transactions on Power Systems, 38(1):572–588, 2023. doi:10.1109/TPWRS.2022.3162473
2023
-
[9]
Ricky T. Q. Chen, Yulia Rubanova, Jesse Bettencourt, and David K Duvenaud. Neural ordinary differential equa- tions. In S. Bengio, H. Wallach, H. Larochelle, K. Grauman, N. Cesa-Bianchi, and R. Garnett, editors,Advances in Neural Information Processing Systems, volume 31. Curr...
2018
-
[10]
Training generative adversarial networks by solving ordinary differential equations
Chongli Qin, Yan Wu, Jost Tobias Springenberg, Andy Brock, Jeff Donahue, Timothy Lillicrap, and Pushmeet Kohli. Training generative adversarial networks by solving ordinary differential equations. In H. Larochelle, M. Ranzato, R. Hadsell, M.F. Balcan, and H. Lin, editors, Adva...
2020
-
[12]
Meade and A.A
A.J. Meade and A.A. Fernandez. The numerical solution of linear ordinary differential equations by feedforward neural networks. Mathematical and Computer Modelling , 19(12):1–25, 1994. ISSN 0895-
1994
-
[13]
Regression-based neural network training for the solution of ordinary differential equations
Susmita Mall and Snehashish Chakraverty. Regression-based neural network training for the solution of ordinary differential equations. International Journal of Mathematical Modelling and Numerical Optimisation , 4(2): 136–149, 2013
2013
-
[14]
Application neural network to solve ordinary differential equations
Nouredin Parandin and Somayeh Ezadi. Application neural network to solve ordinary differential equations. International Journal of Mathematical Modelling & Computations, 3(3 (SUMMER)):245–252, 2013. ISSN 2228-6225. URL https://ijm2c.ctb.iau.ir/article_521835.html
2013
-
[15]
Solving ordinary differential equations using wavelet neural networks
Lee Sen Tan, Zarita Zainuddin, and Pauline Ong. Solving ordinary differential equations using wavelet neural networks. In AIP Conference Proceedings, volume 2184. AIP Publishing, 2019
2019
-
[16]
Nascimento, Kajetan Fricke, and Felipe A.C
Renato G. Nascimento, Kajetan Fricke, and Felipe A.C. Viana. A tutorial on solving ordinary differential equations using python and hybrid physics-informed neural network. Engineering Applications of Artificial Intelligence, 96:103996, 2020. ISSN 0952-1976. doi:https://doi.org...
2020
-
[17]
Solving ordinary differential equations using an optimization technique based on training improved artificial neural networks
Shangjie Li and Xingang Wang. Solving ordinary differential equations using an optimization technique based on training improved artificial neural networks. Soft Computing, 25:3713–3723, 2021
2021
-
[18]
Viana, Renato G
Felipe A.C. Viana, Renato G. Nascimento, Arinan Dourado, and Yigit A. Yucesan. Estimating model inadequacy in ordinary differential equations with physics-informed neural networks.Computers & Structures, 245:106458, 2021. ISSN 0045-7949. doi:https://doi.org/10.1016/j.compstruc...
2021
-
[19]
Hyperpinn: Learning parameterized differential equations with physics-informed hypernetworks, 2021
Filipe de Avila Belbute-Peres, Yi fan Chen, and Fei Sha. Hyperpinn: Learning parameterized differential equations with physics-informed hypernetworks, 2021
2021
-
[20]
Physics-informed neural network: The effect of reparameterization in solving differential equations, 2023
Siddharth Nand and Yuecheng Cai. Physics-informed neural network: The effect of reparameterization in solving differential equations, 2023
2023
-
[21]
Solving differential equations using physics informed deep learning: a hand-on tutorial with benchmark tests, 2023
Hubert Baty and Leo Baty. Solving differential equations using physics informed deep learning: a hand-on tutorial with benchmark tests, 2023
2023
-
[22]
Solving stiff ordinary differential equations using physics informed neural networks (pinns): simple recipes to improve training of vanilla-pinns, 2023
Hubert Baty. Solving stiff ordinary differential equations using physics informed neural networks (pinns): simple recipes to improve training of vanilla-pinns, 2023
2023
-
[23]
Learning in modal space: Solving time-dependent stochastic pdes using physics-informed neural networks
Dongkun Zhang, Ling Guo, and George Em Karniadakis. Learning in modal space: Solving time-dependent stochastic pdes using physics-informed neural networks. SIAM J. Sci. Comput., 42(2):A639–A665, jan 2020. ISSN 1064-8275. doi:10.1137/19M1260141. URL https://doi.org/10.1137/19M1260141
2020 doi
-
[24]
Matthias Karlbauer, Timothy Praditia, Sebastian Otte, Sergey Oladyshkin, Wolfgang Nowak, and Martin V . Butz. Composing partial differential equations with physics-aware neural networks. In Kamalika Chaudhuri, Stefanie Jegelka, Le Song, Csaba Szepesvari, Gang Niu, and Sivan Sa...
2022
-
[25]
Physics-informed neural networks for solving coupled stokes-darcy equation
Ruilong Pu and Xinlong Feng. Physics-informed neural networks for solving coupled stokes-darcy equation. Entropy, 24(8), 2022. ISSN 1099-4300. doi:10.3390/e24081106. URL https://www.mdpi.com/1099-4300/ 24/8/1106
2022 doi
-
[26]
Spectrally adapted physics-informed neural networks for solv- ing unbounded domain problems
Mingtao Xia, Lucas Böttcher, and Tom Chou. Spectrally adapted physics-informed neural networks for solv- ing unbounded domain problems. Machine Learning: Science and Technology , 4(2):025024, may 2023. doi:10.1088/2632-2153/acd0a1. URL https://dx.doi.org/10.1088/2632-2153/acd0a1
2023 doi
-
[28]
Wight and Jia Zhao
Colby L. Wight and Jia Zhao. Solving allen-cahn and cahn-hilliard equations using the adaptive physics informed neural networks, 2020
2020
-
[29]
Mukhametzhanov
Marat S. Mukhametzhanov. High precision differentiation techniques for data-driven solution of nonlinear pdes by physics-informed neural networks, 2022
2022
-
[30]
Singh, Dharminder Chaudhary, B
Soumyendra. Singh, Dharminder Chaudhary, B. Yogiraj, Ram Narayan Prajapathi, and Saurabh Rana. Adam optimization of burger’s equation using physics-informed neural networks. In 2023 International Con- ference on Advancement in Computation & Computer Technologies (InCACCT) , pa...
2023
-
[32]
Physics informed rnn-dct networks for time-dependent partial differential equations
Benjamin Wu, Oliver Hennigh, Jan Kautz, Sanjay Choudhry, and Wonmin Byeon. Physics informed rnn-dct networks for time-dependent partial differential equations. In Derek Groen, Clélia de Mulatier, Maciej Paszynski, Valeria V . Krzhizhanovskaya, Jack J. Dongarra, and Peter M. A....
2022
-
[33]
A hybrid physics-informed neural network for nonlinear partial differential equation, 2021
Chunyue Lv, Lei Wang, and Chenming Xie. A hybrid physics-informed neural network for nonlinear partial differential equation, 2021
2021
-
[34]
Mistani, Miguel A
Samira Pakravan, Pouria A. Mistani, Miguel A. Aragon-Calvo, and Frederic Gibou. Solving inverse-pde problems with physics-aware neural networks. Journal of Computational Physics, 440:110414, 2021. ISSN 0021-9991. doi:https://doi.org/10.1016/j.jcp.2021.110414. URL https://www.s...
2021
-
[35]
A universal pinns method for solving partial differential equations with a point source
Xiang Huang, Hongsheng Liu, Beiji Shi, Zidong Wang, Kang Yang, Yang Li, Min Wang, Haotian Chu, Jing Zhou, Fan Yu, Bei Hua, Bin Dong, and Lei Chen. A universal pinns method for solving partial differential equations with a point source. In Lud De Raedt, editor, Proceedings of t...
2022 doi
-
[36]
Mitigating coordinate transformation for solving partial differential equations with physic-informed neural networks
Hyo-Seok Hwang, Suhan Son, Yoojoong Kim, and Junhee Seok. Mitigating coordinate transformation for solving partial differential equations with physic-informed neural networks. In 2022 Thirteenth International Conference on Ubiquitous and Future Networks (ICUFN), pages 382–385,...
2022
-
[37]
Phycrnet: Physics-informed convolutional- recurrent network for solving spatiotemporal pdes
Pu Ren, Chengping Rao, Yang Liu, Jian-Xun Wang, and Hao Sun. Phycrnet: Physics-informed convolutional- recurrent network for solving spatiotemporal pdes. Computer Methods in Applied Mechanics and Engineering, 389:114399, 2022. ISSN 0045-7825. doi:https://doi.org/10.1016/j.cma....
2022
-
[38]
Adversarial multi-task learning enhanced physics- informed neural networks for solving partial differential equations
Pongpisit Thanasutives, Masayuki Numao, and Ken-ichi Fukui. Adversarial multi-task learning enhanced physics- informed neural networks for solving partial differential equations. In 2021 International Joint Conference on Neural Networks (IJCNN), pages 1–9, 2021. doi:10.1109/IJ...
2021
-
[39]
Hierarchical learning to solve pdes using physics-informed neural networks
Jihun Han and Yoonsang Lee. Hierarchical learning to solve pdes using physics-informed neural networks. In Ji ˇrí Mikyška, Clélia de Mulatier, Maciej Paszynski, Valeria V . Krzhizhanovskaya, Jack J. Dongarra, and Peter M.A. Sloot, editors, Computational Science – ICCS 2023, pa...
2023
-
[40]
Popovych
Alex Bihlo and Roman O. Popovych. Physics-informed neural networks for the shallow-water equa- tions on the sphere. Journal of Computational Physics , 456:111024, 2022. ISSN 0021-9991. doi:https://doi.org/10.1016/j.jcp.2022.111024. URL https://www.sciencedirect.com/science/art...
2022
-
[41]
Parametric compressible flow predictions using physics- informed neural networks
Simon Wassing, Stefan Langer, and Philipp Bekemeyer. Parametric compressible flow predictions using physics- informed neural networks. In ECCOMAS Congress 2022-8th European Congress on Computational Methods in Applied Sciences and Engineering, pages 1–20. Scipedia, 2022
2022
-
[42]
Physics-informed neural networks for parametric compressible euler equations, 2023
Simon Wassing, Stefan Langer, and Philipp Bekemeyer. Physics-informed neural networks for parametric compressible euler equations, 2023
2023
-
[43]
fpinns: Fractional physics-informed neural networks
Guofei Pang, Lu Lu, and George Em Karniadakis. fpinns: Fractional physics-informed neural networks. SIAM Journal on Scientific Computing, 41(4):A2603–A2626, 2019. doi:10.1137/18M1229845. URL https://doi. org/10.1137/18M1229845
2019 doi
-
[44]
Laplace-fpinns: Laplace-based fractional physics-informed neural networks for solving forward and inverse problems of subdiffusion, 2023
Xiong-Bin Yan, Zhi-Qin John Xu, and Zheng Ma. Laplace-fpinns: Laplace-based fractional physics-informed neural networks for solving forward and inverse problems of subdiffusion, 2023
2023
-
[45]
Fractional physics-informed neural networks for time-fractional phase field models
Shupeng Wang, Hui Zhang, and Xiaoyun Jiang. Fractional physics-informed neural networks for time-fractional phase field models. Nonlinear Dynamics, 110(3):2715–2739, 2022
2022
-
[46]
Ling Guo, Hao Wu, Xiaochen Yu, and Tao Zhou. Monte carlo fpinns: Deep learning method for forward and inverse problems involving high dimensional fractional partial differential equations.Computer Methods in Applied Mechanics and Engineering, 400:115523, 2022. ISSN 0045-7825. ...
2022
-
[47]
Physics-informed neural network algorithm for solv- ing forward and inverse problems of variable-order space-fractional advection–diffusion equations
Shupeng Wang, Hui Zhang, and Xiaoyun Jiang. Physics-informed neural network algorithm for solv- ing forward and inverse problems of variable-order space-fractional advection–diffusion equations. Neuro- computing, 535:64–82, 2023. ISSN 0925-2312. doi:https://doi.org/10.1016/j.n...
2023 doi
-
[48]
Fractional chebyshev deep neural network (fcdnn) for solving differential models
Zeinab Hajimohammadi, Fatemeh Baharifard, Ali Ghodsi, and Kourosh Parand. Fractional chebyshev deep neural network (fcdnn) for solving differential models. Chaos, Solitons & Fractals, 153:111530, 2021. ISSN 0960-
2021
-
[49]
Bi-orthogonal fpinn: A physics- informed neural network method for solving time-dependent stochastic fractional pdes, 2023
Lei Ma, Rong xin Li, Fanhai Zeng, Ling Guo, and George Em Karniadakis. Bi-orthogonal fpinn: A physics- informed neural network method for solving time-dependent stochastic fractional pdes, 2023
2023
-
[50]
A class of improved fractional physics informed neural networks
Hongpeng Ren, Xiangyun Meng, Rongrong Liu, Jian Hou, and Yongguang Yu. A class of improved fractional physics informed neural networks. Neurocomputing, page 126890, 2023. ISSN 0925-2312. doi:https://doi.org/10.1016/j.neucom.2023.126890. URL https://www.sciencedirect.com/scienc...
2023
-
[51]
Jagtap, Ehsan Kharazmi, and George Em Karniadakis
Ameya D. Jagtap, Ehsan Kharazmi, and George Em Karniadakis. Conservative physics-informed neu- ral networks on discrete domains for conservation laws: Applications to forward and inverse prob- lems. Computer Methods in Applied Mechanics and Engineering , 365:113028, 2020. ISSN 0045-
2020
-
[52]
Extended physics-informed neural networks (xpinns): A generalized space-time domain decomposition based deep learning framework for nonlinear partial differential equations
Ameya D Jagtap and George E Karniadakis. Extended physics-informed neural networks (xpinns): A generalized space-time domain decomposition based deep learning framework for nonlinear partial differential equations. In AAAI spring symposium: MLPS, volume 10, 2021
2021
-
[53]
Jagtap, George Em Karniadakis, and Kenji Kawaguchi
Zheyuan Hu, Ameya D. Jagtap, George Em Karniadakis, and Kenji Kawaguchi. Augmented physics-informed neu- ral networks (apinns): A gating network-based soft domain decomposition methodology.Engineering Applications of Artificial Intelligence, 126:107183, 2023. ISSN 0952-1976. d...
2023
-
[54]
A dimension-augmented physics- informed neural network (dapinn) with high level accuracy and efficiency
Weilong Guan, Kaihan Yang, Yinsheng Chen, Shaolin Liao, and Zhong Guan. A dimension-augmented physics- informed neural network (dapinn) with high level accuracy and efficiency. Journal of Computational Physics, 491:112360, 2023. ISSN 0021-9991. doi:https://doi.org/10.1016/j.jc...
2023
-
[55]
Distributed physics informed neural network for data-efficient solution to partial differential equations, 2019
Vikas Dwivedi, Nishant Parashar, and Balaji Srinivasan. Distributed physics informed neural network for data-efficient solution to partial differential equations, 2019
2019
-
[57]
Pignet: a physics-informed deep learning model toward generalized drug–target interaction predictions
Seokhyun Moon, Wonho Zhung, Soojung Yang, Jaechang Lim, and Woo Youn Kim. Pignet: a physics-informed deep learning model toward generalized drug–target interaction predictions. Chem. Sci., 13:3661–3673, 2022. doi:10.1039/D1SC06946B. URL http://dx.doi.org/10.1039/D1SC06946B
2022 doi
-
[58]
Physics-informed neural networks for brain hemo- dynamic predictions using medical imaging
Mohammad Sarabian, Hessam Babaee, and Kaveh Laksari. Physics-informed neural networks for brain hemo- dynamic predictions using medical imaging. IEEE Transactions on Medical Imaging, 41(9):2285–2303, 2022. doi:10.1109/TMI.2022.3161653
2022
-
[59]
Physics-informed neural networks (pinns) for 4d hemodynamics prediction: An investigation of optimal framework based on vascular morphology
Xuelan Zhang, Baoyan Mao, Yue Che, Jiaheng Kang, Mingyao Luo, Aike Qiao, Youjun Liu, Hitomi Anzai, Makoto Ohta, Yuting Guo, and Gaoyang Li. Physics-informed neural networks (pinns) for 4d hemodynamics prediction: An investigation of optimal framework based on vascular morpholo...
2023
-
[60]
Personalising left-ventricular biophysical models of the heart using parametric physics-informed neural networks
Stefano Buoso, Thomas Joyce, and Sebastian Kozerke. Personalising left-ventricular biophysical models of the heart using parametric physics-informed neural networks. Medical Image Analysis, 71:102066, 2021. ISSN 1361-
2021
-
[61]
Hurtado, and Ellen Kuhl
Francisco Sahli Costabal, Yibo Yang, Paris Perdikaris, Daniel E. Hurtado, and Ellen Kuhl. Physics- informed neural networks for cardiac activation mapping. Frontiers in Physics , 8, 2020. ISSN 2296- 424X. doi:10.3389/fphy.2020.00042. URL https://www.frontiersin.org/articles/10...
2020
-
[62]
Murilo E. C. Bento. Physics-guided neural network for load margin assessment of power systems. IEEE Transactions on Power Systems, pages 1–12, 2023. doi:10.1109/TPWRS.2023.3266236
2023
-
[63]
Gradient-enhanced physics-informed neural networks for power systems operational support
Mostafa Mohammadian, Kyri Baker, and Ferdinando Fioretto. Gradient-enhanced physics-informed neural networks for power systems operational support. Electric Power Systems Research, 223:109551, 2023. ISSN 0378-
2023
-
[64]
Dae-pinn: a physics-informed neural network model for simulating differential algebraic equations with application to power networks
Christian Moya and Guang Lin. Dae-pinn: a physics-informed neural network model for simulating differential algebraic equations with application to power networks. Neural Computing and Applications, 35(5):3789–3804, 2023
2023
-
[66]
Physics-informed deep learning for data-driven solutions of computational fluid dynamics
Solji Choi, Ikhwan Jung, Haeun Kim, Jonggeol Na, and Jong Min Lee. Physics-informed deep learning for data-driven solutions of computational fluid dynamics. Korean Journal of Chemical Engineering, 39(3):515–528, 2022
2022
-
[67]
Jagtap, Zhiping Mao, Nikolaus Adams, and George Em Karniadakis
Ameya D. Jagtap, Zhiping Mao, Nikolaus Adams, and George Em Karniadakis. Physics-informed neural networks for inverse problems in supersonic flows. Journal of Computational Physics, 466:111402, 2022. ISSN 0021-9991. doi:https://doi.org/10.1016/j.jcp.2022.111402. URL https://ww...
2022
-
[68]
Predicting high- fidelity multiphysics data from low-fidelity fluid flow and transport solvers using physics-informed neu- ral networks
Maryam Aliakbari, Mostafa Mahmoudi, Peter Vadasz, and Amirhossein Arzani. Predicting high- fidelity multiphysics data from low-fidelity fluid flow and transport solvers using physics-informed neu- ral networks. International Journal of Heat and Fluid Flow , 96:109002, 2022. IS...
2022
-
[69]
Physics informed neural networks for surrogate modeling of accidental scenarios in nuclear power plants
Federico Antonello, Jacopo Buongiorno, and Enrico Zio. Physics informed neural networks for surrogate modeling of accidental scenarios in nuclear power plants. Nuclear Engineering and Technology, 55(9):3409–3416, 2023. ISSN 1738-5733. doi:https://doi.org/10.1016/j.net.2023.06....
2023 doi
-
[70]
Badia, and Lluís Jofre
Núria Masclans, Fernando Vázquez-Novoa, Marc Bernades, Rosa M. Badia, and Lluís Jofre. Thermodynamics- informed neural network for recovering supercritical fluid thermophysical information from turbu- lent velocity data. International Journal of Thermofluids , 20:100448, 2023....
2023
-
[71]
Research progress of physics-informed neural network in seismic wave modeling
ZOU JingBo, LIU Cai, and ZHAO PengFei. Research progress of physics-informed neural network in seismic wave modeling. Progress in Geophysics, 38(1):430–448, 2023. ISSN 1004-2903. doi:10.6038/pg2023GG0142. URL http://www.progeophys.cn//article/id/edac27c5-9cf8-412b-bc57-37d03a57c4f5
2023 doi
-
[72]
Using a physics- informed neural network and fault zone acoustic monitoring to predict lab earthquakes
Prabhav Borate, Jacques Rivière, Chris Marone, Ankur Mali, Daniel Kifer, and Parisa Shokouhi. Using a physics- informed neural network and fault zone acoustic monitoring to predict lab earthquakes. Nature Communications, 14(1):3693, 2023
2023
-
[73]
Modeling water flow and solute transport in unsaturated soils using physics-informed neural networks trained with geoelectrical data
P Haruzi and Z Moreno. Modeling water flow and solute transport in unsaturated soils using physics-informed neural networks trained with geoelectrical data. Water Resources Research, 59(6):e2023WR034538, 2023. 24
2023
-
[779]
URL https://www.sciencedirect.com/science/ article/pii/S0960077921008845
doi:https://doi.org/10.1016/j.chaos.2021.111530. URL https://www.sciencedirect.com/science/ article/pii/S0960077921008845
2021
-
[7177]
URL https://www.sciencedirect.com/science/ article/pii/0895717794900957
doi:https://doi.org/10.1016/0895-7177(94)90095-7. URL https://www.sciencedirect.com/science/ article/pii/0895717794900957
-
[7796]
URL https://www.sciencedirect.com/science/ article/pii/S0378779623004406
doi:https://doi.org/10.1016/j.epsr.2023.109551. URL https://www.sciencedirect.com/science/ article/pii/S0378779623004406
2023
-
[7825]
URL https://www.sciencedirect.com/science/ article/pii/S0045782520302127
doi:https://doi.org/10.1016/j.cma.2020.113028. URL https://www.sciencedirect.com/science/ article/pii/S0045782520302127
2020
-
[8415]
URL https://www.sciencedirect.com/science/ article/pii/S1361841521001122
doi:https://doi.org/10.1016/j.media.2021.102066. URL https://www.sciencedirect.com/science/ article/pii/S1361841521001122
2021
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.