REVIEW 5 major objections 4 minor 21 references
Multiprecision computing for multistage fractional physics-informed neural networks
T0 review · 5 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read A two-stage, multi-scale fractional PINN brings subdiffusion solution errors down from about $10^{-3}$ to $10^{-7}$--$10^{-8}$ on both uniform and graded nonuniform meshes.
desk verdict The multistage fPINN extension is real and worth a look, but the advertised 10^-7 accuracy is unsupported by the paper's own 40-point L1 discretization, which puts a ~10^-3 floor on how close any trained network can get to the exact solution. 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 load-bearing object is the composite approximation $u_g=u_0+\epsilon_1 u_1$ together with the correction equation $\epsilon_1(D_t^\alpha u_1-\Delta u_1)=-r(x,u_0)$, where $r=D_t^\alpha u_0-\Delta u_0-f$ is the first-stage residual. The amplitude-frequency relation $\epsilon_1=\epsilon_{r1}/(2\pi f_d^{(1)})$, justified by the Fourier scaling $(2\pi f_d)^\alpha$ of fractional derivatives, sets the second stage's prefactor from residual properties. A multi-scale network with a sinusoidal first hidden layer and scaling factors $a_i$ carries the high spatial frequencies that single-scale tanh networks cannot fit.
What would settle it
Recompute the trained two-stage network's prediction against the analytic solution $u(x,t)=x(1-x^2)^2e^{-t}$ on a fine grid while keeping the 40-point L1 residual as the training loss; if the exact L2 error is near $4\times10^{-3}$ instead of $10^{-7}$, the reported accuracy is an artifact of the coarse discrete norm.
Extended reading notes
Core claim
The central discovery, stated on the paper's terms, is that the residual-correction idea of multistage PINNs transfers to nonlocal fractional operators. Writing the composite solution as $u_g=u_0+\epsilon_1 u_1$ and substituting into $D_t^\alpha u-\Delta u=f$ gives the correction equation $\epsilon_1(D_t^\alpha u_1-\Delta u_1)=-r(x,u_0)$, where $r$ is the first-stage residual. The amplitude $\epsilon_1$ is estimated from the residual's RMS and dominant frequency as $\epsilon_1=\epsilon_{r1}/(2\pi f_d^{(1)})$, and a multi-scale second-stage network with a sinusoidal first hidden layer and scaling factors $a_i$ fits the high-frequency components the first stage misses. In the reported experiments, two-stage errors drop roughly three to four orders of magnitude below single-stage errors, to $10^{-7}$ for exponential solutions and to $10^{-8}$ for linear solutions in the favorable cases.
Load-bearing premise
The whole result rests on the assumption that the finite-difference formula used for the fractional time derivative during training is itself accurate to far better than the claimed $10^{-7}$; on the paper's 40-step time grid the standard formula has truncation error around $10^{-3}$, so the claim requires an unstated finer time resolution or a comparison against the discrete solution rather than the exact one.
Editorial extensions
If this is right
- A second residual-fitting stage lowers fPINN relative L2 error by about three to four orders of magnitude for the tested subdiffusion problems, from $10^{-4}$ to $10^{-7}$.
- For exponential solutions, graded nonuniform meshes with $r=(2-\alpha)/\alpha$ outperform uniform meshes by roughly an order of magnitude at every tested $\alpha$.
- For linear solutions the optimal mesh depends on $\alpha$: uniform grids are better at $\alpha=0.1$, nonuniform grids at $\alpha=0.5$, and both reach around $10^{-8}$ near $\alpha=0.9$.
- The claimed accuracy is reached with only $40\times40$ collocation points in the second stage, far fewer than the $1000\times400$ points used by the baseline fPINN to reach $10^{-4}$.
- Keeping equation and data losses equally weighted and skipping auxiliary schemes such as gradient-enhanced PINNs or residual-adaptive refinement is sufficient in these experiments.
Reading between the lines
- If the reported errors are measured against the exact solution, the stated $40$-step L1 grid cannot by itself deliver them: the L1 truncation error for $\alpha=0.5$ and $\tau=1/40$ is about $4\times10^{-3}$, so reproducing $10^{-7}$ accuracy requires either an unstated finer temporal quadrature inside the residual or an error metric taken against the discrete finite-difference solution.
- The same residual-correction construction with amplitude set by $(2\pi f_d)^\alpha$ scaling should transfer to other nonlocal operators, such as Riesz space-fractional derivatives or the fractional Laplacian, where single-scale networks face the same frequency-spread bottleneck.
- A practical follow-up is to make the stage count and scale factors adaptive, choosing the next stage only when the current residual's dominant frequency is separable from noise, which would turn the method into a black-box refinement loop.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a multistage fractional physics-informed neural network that combines the multistage PINN of Wang and Lai with multiscale DNN architectures and an amplitude-frequency estimation rule, and applies it to a time-fractional subdiffusion equation with Caputo derivative. The fractional derivative in the loss is evaluated by the L1 finite-difference scheme (2.13) on uniform or graded time grids. Numerical experiments report that two-stage training reduces relative L2 errors from about 10^{-3}-10^{-4} to 10^{-7}-10^{-8} for exponential and polynomial solutions using 40x40 collocation points.
Significance. If the reported accuracies were reproducible, the method would be a noteworthy advance for fPINNs, which typically achieve 10^{-3}-10^{-4}. The paper provides a concrete algorithmic protocol, explicit equations for the correction stage, and comparisons across alpha and grid-grading strategies. However, the central numerical claim is currently unsupported because the reported errors lie below the truncation floor of the L1 discretization used in the loss, and the experimental reporting selects the best of three trials without distribution. The 'multiprecision' framing in the title is also not reflected in the content.
major comments (5)
- [§4.1, Eq. (2.13)] The reported two-stage errors in Tables 5 and 6 (e.g., 3.9e-6 for alpha=0.5 and r=1, and 3.3e-7 for alpha=0.9 and r=(2-alpha)/alpha) are smaller than the L1 discretization truncation error of the scheme used to define the loss. With N=40 time points, tau=1/40, the L1 approximation has error O(tau^{2-alpha}), i.e., about 4e-3 for alpha=0.5 and 1.7e-2 for alpha=0.9 for smooth solutions. Hence the exact solution does not satisfy the discrete residual equation (2.14) at the training nodes; its discrete residual is already O(10^{-3}). A network trained to minimize that residual approximates the solution of the discrete scheme, so its L2 error against the exact solution cannot be expected to fall below this discretization floor unless a finer fractional-derivative quadrature is used. The manuscript states fixed 40x40 collocation points and does not disclose any subgrid refinement, so the central accuracy claim is unexplained.
- [§4.1] The experimental protocol states that each stage runs three independent trials and the result with the smallest loss is selected as the initial value for the next stage. Reported errors are therefore best-of-three, not typical performance. Since the same data are used for selection and evaluation, the reported 10^{-7}-10^{-8} numbers may reflect favorable initialization seeds. The paper should report the mean, standard deviation, and worst case over all trials, and should state clearly whether the tables list the selected best runs.
- [§4.1] The textual report that L2 error decreases from 10^{-4} to 10^{-7} while absolute errors reduce from 10^{-3} to 10^{-4} is internally inconsistent for the O(1) solution u(x,t)=x(1-x^2)^2 e^{-t}: a relative L2 error of 10^{-7} corresponds to an absolute L2 error of about 10^{-7}, not 10^{-4}. The paper should specify the norm used for 'absolute errors' and report error maps or pointwise maxima; Figures 4-9 lack labeled axes and quantitative values, making the claimed convergence impossible to verify.
- [§3.1, Eqs. (2.7)-(2.8), (3.7)] The amplitude-frequency relations that configure the second stage are asserted without a derivation for the fractional case. Eq. (3.7) states that second-stage networks must fit functions with amplitude scaling 1/(2*pi*f_x)^2, which appears to assume that the Laplacian term dominates the Caputo term in (3.6); this is not justified for all alpha and f_x. The paper should either derive these relations from (3.6) or validate them empirically across the parameter range used in Tables 5 and 6.
- [Title and Abstract] The title and abstract claim 'multiprecision computing,' but the manuscript never uses or discusses multiprecision arithmetic (e.g., double vs. extended precision or mixed precision). All experiments are described with standard optimizers and default floating-point settings. The contribution as stated in the title is therefore not supported by the content; either implement and benchmark multiprecision computations or drop the term.
minor comments (4)
- [Abstract and Section 4.2] There are typos throughout: 'nouniform' should be 'nonuniform', 'T raining' should be 'Training', 'W eight' should be 'Weight', 'F orward propagation' should be 'Forward propagation', and 're´ gime' should be 'regime'.
- [Section 4.2] The text says 'for identical grid points' when comparing uniform and nonuniform schemes, but the first and second stages use different resolutions (10x10 and 40x40); please clarify which grid is used for the reported comparisons.
- [General] No code or data are provided, which hampers reproduction of the numerical claims; please include a reproducibility statement or a link to the implementation.
- [Section 4.2, Table 6] The discussion explains the non-uniform grid's poor performance for small alpha by 'round-off errors,' but no numerical evidence (e.g., condition numbers or precision tests) is given for this explanation.
Circularity Check
No significant circularity: the two-stage correction solves the PDE residual, not the target solution; only a minor, non-load-bearing self-citation is present.
full rationale
The central derivation, Eq. (3.4)-(3.6), constructs the second stage from the residual r(x,u0)=D_t^alpha u0 - Delta u0 - f, so the correction network u1 is trained to satisfy the physical equation, not fitted to the known exact solution. The amplitude-frequency estimates (2.7)-(2.8) are heuristic parameter choices based on the residual's spectral content; they do not define the reported error in terms of the target. The method's numerical claim (10^-7 to 10^-8) is an empirical result, not a tautology. The paper's only self-citation, reference [20] by X. Xu and M. Chen, appears in the bibliography and is not invoked in the derivation, so it is not load-bearing. A separate concern is that the reported accuracy appears hard to reconcile with the O(tau^{2-alpha}) discretization error of the L1 scheme (2.13) on the stated 40x40 grid; however, that is an internal-consistency or validation issue, not a circularity. No step in the paper reduces, by its own equations or by self-citation, to its own inputs.
Assumptions & free parameters
free parameters (5)
- dominant frequency f_d
- residual amplitude epsilon_r1
- scale factors a_i
- grid grading parameter r =
r=1 and r=(2-alpha)/alpha
- loss weight w =
0.5
assumptions (4)
- standard math Caputo fractional derivative definition (2.9) is the correct model for subdiffusion.
- domain assumption The L1 discretization (2.13) approximates the Caputo derivative with negligible error relative to the claimed 10^-7 accuracy.
- ad hoc to paper For zero-initial-condition functions, the Caputo derivative preserves the dominant frequency and scales amplitude by (2*pi*f_d)^alpha.
- domain assumption The multistage correction structure (3.6) and the amplitude estimate (2.8) carry over from integer-order multistage PINNs to fractional operators.
Cite this review
Pith. "Pith review of Multiprecision computing for multistage fractional physics-informed neural networks." pith.science (2026). https://pith.science/paper/U33FCDX3
@misc{pith2026250522377,
author = {Pith},
title = {Pith review of: Multiprecision computing for multistage fractional physics-informed neural networks},
year = {2026},
howpublished = {\url{https://pith.science/paper/U33FCDX3}},
note = {Machine review of arXiv:2505.22377}
}
abstract
Fractional physics-informed neural networks (fPINNs) have been successfully introduced in [Pang, Lu and Karniadakis, SIAM J. Sci. Comput. 41 (2019) A2603-A2626], which observe relative errors of $10^{-3} \, \sim \, 10^{-4}$ for the subdiffusion equations. However their high-precision (multiprecision) numerical solution remains challenging, due to the limited regularity of the subdiffusion model caused by the nonlocal operator. To fill in the gap, we present the multistage fPINNs based on traditional multistage PINNs [Wang and Lai, J. Comput. Phys. 504 (2024) 112865]. Numerical experiments show that the relative errors improve to $10^{-7} \, \sim \, 10^{-8}$ for the subdiffusion equations on uniform or nouniform meshes.
Reference graph
Works this paper leans on
- [1]
-
[2]
A. Daw, J. Bu, S. W ang, P. Perdikaris, and A. Karpatne, Rethinking the importance of sampling in physics-informed neural networks , arXiv preprint arXiv:2207.02338, (2022)
arXiv 2022
-
[3]
A. A. Howard, S. H. Murphy, S. E. Ahmed, and P. Stinis, Stacked networks improve physics-informed training: applications to neural networks and deep operator networks , arXiv preprint arXiv:2311.06483, (2023)
arXiv 2023
-
[4]
D. P. Kingma and J. Ba, Adam: A method for stochastic optimization , arXiv preprint arXiv:1412.6980, (2014)
arXiv 2014
-
[5]
Z. Liu, W. Cai, and Z.-Q. J. Xu, Multi-scale deep neural network (mscalednn) for solving poisson-boltzmann equation in complex domains , arXiv preprint arXiv:2007.11207, (2020)
arXiv 2020
-
[6]
L. Lu, X. Meng, Z. Mao, and G. E. Karniadakis, Deepxde: A deep learning library for solving differential equations , SIAM review, 63 (2021), pp. 208–228
work page 2021
-
[7]
L. D. McClenny and U. M. Braga-Neto, Self-adaptive physics-informed neural networks , Journal of Computational Physics, 474 (2023), p. 111722
work page 2023
-
[8]
R. Metzler and J. Klafter, The random walk’s guide to anomalous diffusion: a fractional dynamics approach, Physics reports, 339 (2000), pp. 1–77. MULTIPRECISION COMPUTING FOR MULTISTAGE FPINN 17
work page 2000
Show all 21 references
-
[9]
G. Pang, L. Lu, and G. E. Karniadakis, fpinns: Fractional physics-informed neural networks, SIAM Journal on Scientific Computing, 41 (2019), pp. A2603–A2626
2019
-
[10]
I. Podlubny, Fractional differential equations: an introduction to fractional derivatives, frac- tional differential equations, to methods of their solution and some of their applications , elsevier, 1998
1998
-
[11]
Raissi, P
M. Raissi, P. Perdikaris, and G. E. Karniadakis, Physics informed deep learning (part i): Data-driven solutions of nonlinear partial differential equations , arXiv preprint arXiv:1711.10561, (2017)
2017 arXiv
-
[12]
Raissi, P
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 (2019), pp. 686–707
2019
-
[13]
L. F. Richardson, Atmospheric diffusion shown on a distance-neighbour graph, Proceedings of the Royal Society of London. Series A, Containing Papers of a Mathematical and Physical Character, 110 (1926), pp. 709–737
1926
-
[14]
Stynes, E
M. Stynes, E. O’Riordan, and J. L. Gracia, Error analysis of a finite difference method on graded meshes for a time-fractional diffusion equation , SIAM Journal on Numerical Analysis, 55 (2017), pp. 1057–1079
2017
-
[15]
Tancik, P
M. Tancik, P. Srinivasan, B. Mildenhall, S. Fridovich-Keil, N. Raghavan, U. Singhal, R. Ramamoorthi, J. Barron, and R. Ng, Fourier features let networks learn high fre- quency functions in low dimensional domains , Advances in neural information processing systems, 33 (2020), ...
2020
-
[16]
J. D. Toscano, V. Oommen, A. J. V arghese, Z. Zou, N. A. Daryakenari, C. Wu, and G. E. Karniadakis, From pinns to pikans: Recent advances in physics-informed machine learning, arXiv preprint arXiv:2410.13228, (2024)
2024 arXiv
-
[17]
W ang, Y
S. W ang, Y. Teng, and P. Perdikaris, Understanding and mitigating gradient flow patholo- gies in physics-informed neural networks , SIAM Journal on Scientific Computing, 43 (2021), pp. A3055–A3081
2021
-
[18]
W ang, H
S. W ang, H. W ang, and P. Perdikaris, On the eigenvector bias of fourier feature networks: From regression to solving multi-scale pdes with physics-informed neural networks , Com- puter Methods in Applied Mechanics and Engineering, 384 (2021), p. 113938
2021
-
[19]
W ang and C.-Y
Y. W ang and C.-Y. Lai, Multi-stage neural networks: Function approximator of machine precision, Journal of Computational Physics, 504 (2024), p. 112865
2024
-
[20]
Xu and M
X. Xu and M. Chen, Discovery of subdiffusion problem with noisy data via deep learning , Journal of Scientific Computing, 92 (2022), p. 23
2022
-
[21]
J. Yu, L. Lu, X. Meng, and G. E. Karniadakis, Gradient-enhanced physics-informed neural networks for forward and inverse pde problems , Computer Methods in Applied Mechanics and Engineering, 393 (2022), p. 114823
2022
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.