REVIEW 3 major objections 6 minor 63 references
Variational Digital Twins
T0 review · 3 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read A single Bayesian output layer, added to an ordinary neural surrogate, is enough to make a digital twin that updates in seconds, reports calibrated uncertainty, and learns from far fewer experiments.
desk verdict Useful applied benchmark of Bayesian-last-layer digital twins, but the central calibration claim is asserted and never measured—send it to review and make them quantify coverage. 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 carrying mechanism is the variational Bayesian last layer, a single stochastic linear layer whose weights are drawn from a learned mean-field variational posterior; at inference, multiple stochastic forward passes yield a predictive mean and 95 percent credible intervals. It is paired with a session-based update scheme that re-initializes from previous weights and refits on only the most recent month or block of data, along with an aided active learning protocol that first random-samples a candidate pool and then queries by predictive uncertainty. The paper also contributes a structured sensor-concatenation algorithm that interleaves sensor signals by mean-temperature bins so that recurrent models see quasi-periodic structure. These pieces, rather than architectural novelty, carry the argument.
What would settle it
Compute empirical coverage of the 95 percent credible intervals on held-out test data for one or more of the four case studies (for example, HTTF test temperatures or battery discharge voltages); if far fewer than 95 percent of test points fall inside the intervals, the calibration claim and the active-learning ranking built on predictive variance would fail. A second check would rerun the aided active learning comparison against random sampling under identical compute budgets to see whether the 47 percent sample savings reproduces.
Extended reading notes
Core claim
The paper's central claim is that augmenting a conventional neural backbone (feedforward, recurrent, or physics-informed) with one variational Bayesian linear output layer, trained by maximizing an evidence lower bound and updated by a session-based algorithm, produces a practical digital twin: one that assimilates new sensor data in seconds on commodity GPUs, reports predictive intervals that track its own confidence, and supports active learning and degraded-instrumentation operation. In the four case studies, the VDT reaches $R^2 = 0.98$ for critical heat flux with 47 percent fewer training samples than random sampling and one-third the training time; keeps solar $R^2$ above 0.95 across three years of monthly updates; reconstructs HTTF solid and fluid temperatures with $R^2$ above 0.99 after half the sensors are withheld; and lowers battery voltage mean-squared error by an order of magnitude relative to static training while widening credible intervals as the cell ages. The intended consequence is a generalizable inverse-loop framework for digital twins, with the forward and generative loops left for future work.
Load-bearing premise
The load-bearing premise is that the 95 percent predictive intervals produced by the Bayesian output layer are genuinely calibrated; the paper uses those intervals to rank experiments, to report model confidence, and to claim reliability, but it never measures whether the stated intervals cover the true values at the claimed rate.
Editorial extensions
If this is right
- Active learning driven by the twin's predictive variance can cut experimental data requirements by roughly half while reaching the same accuracy target.
- A twin updated on one month of data at a time can track three years of renewable-generation drift and keep solar $R^2$ above 0.95.
- A recurrent variational twin can reconstruct reactor temperature fields with $R^2$ above 0.99 even when half the sensors are missing, supporting graceful degradation of instrumentation.
- Rolling variational updates keep a physics-informed battery twin accurate through aging, with voltage mean-squared error about an order of magnitude below static models and intervals that widen near end of life.
- The approach is architecture-agnostic: the same Bayesian last layer works on feedforward, recurrent, and physics-informed backbones.
Reading between the lines
- A natural extension the paper leaves implicit is applying the same Bayesian last layer to other safety-critical assets, such as structural health monitoring or medical devices, where predictive intervals could gate alarms and retraining decisions.
- One testable extension is to vary the retraining cadence (monthly versus weekly versus event-triggered) to find the minimum update frequency that keeps error and interval coverage within tolerance.
- The paper's own finding that static models retain long-memory for wind variability suggests a hybrid twin that retrains only when a drift detector fires, rather than on a fixed schedule.
- A reader who wants to deploy the framework should first check empirical coverage of the 95 percent intervals, because the active-learning ranking and reliability statements are only as good as the calibration of those intervals.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper proposes a Variational Digital Twin (VDT) framework that attaches a Bayesian output layer to standard neural backbones (FNN, RNN/LSTM/GRU, and PINN) and updates the model incrementally as new data arrive. The method is demonstrated on four energy-sector applications: critical-heat-flux prediction with active learning, three-year renewable forecasting with monthly updates, reactor thermocouple reconstruction under sensor loss, and Li-ion battery voltage prediction with rolling updates. Headline claims include calibrated uncertainty bounds, R2=0.98 with 47% fewer CHF experiments, R2>0.99 after 50% sensor loss, and battery MSE reduced by an order of magnitude relative to static training.
Significance. If the central claims hold, the paper offers a useful practical contribution: a computationally cheap way to add uncertainty quantification and online updating to otherwise standard architectures, validated on four realistic energy benchmarks. The application breadth is a strength, and the authors state that code and data will be made public, which supports reproducibility. However, the strongest claims—calibrated uncertainty and the magnitude of the battery improvement—are not supported by the evidence as currently reported. The core methodology is not entirely new (variational last layers exist), but the digital-twin framing and the session-based updating scheme provide a useful integration study.
major comments (3)
- [Abstract; §3.1; §5.2; §6.1; §7] The paper repeatedly claims that the VDT produces 'calibrated' uncertainty bounds, but no calibration metric is reported anywhere. The predictive intervals are defined only operationally in Eqs. (3)–(4) as quantiles of S stochastic forward passes; there is no empirical coverage probability, predicted-interval coverage probability (PICP), expected calibration error (ECE), CRPS, or any other calibration check for any of the four applications. This matters because predictive variance is used both to drive active learning (§3.2, §5.1) and to support reliability statements (§6.1, §7). The paper itself concedes in §5.4 that variational-based models may struggle to calibrate uncertainty when trained on insufficient data—a regime that applies directly to the CHF active-learning start (10 samples) and the battery updates (10 discharges per session). Please add explicit calibration evaluation for each application and report the value of S used to form the intervals.
- [Abstract; §6.3; §7; Table 7] The abstract, §6.3, and §7 state that the battery VDT lowers voltage mean-squared error 'by an order of magnitude' relative to the best static model. Table 7 shows the best static MSE is 0.022707 V² (300 runs) and the VDT update MSE is 0.004535 V², a factor of 5.0, not 10. Please correct this claim or provide additional results that genuinely reach an order-of-magnitude improvement.
- [Table 4; §5.1; Figure 6] The CHF active-learning result is based on 50 trials, but Table 4 reports only point values for training size and time, and Figure 6 shows mean R2 curves without error bars or variability shading. The text claims AAL exhibits 'reduced variability' relative to random sampling, which is not verifiable without trial-to-trial statistics. Report mean ± standard deviation (or a box plot) for the number of samples and wall-clock time needed to reach the R2=0.98 threshold, and specify how the threshold is applied across the 50 trials.
minor comments (6)
- [§3.1, Eq. (4)] 'Confidence intervals' should be 'credible intervals', since these are posterior predictive quantiles, not frequentist confidence intervals.
- [§3.1, §5.2, Table 3] The number of stochastic forward passes S used in Eqs. (3)–(4) is never reported for any application; please state the value used for each experiment.
- [§6.4] The statement that variational last layers add 'only two trainable parameters per output unit' is not correct for a Bayesian linear layer; the parameter count is 2·(D+1) per output unit for a D-dimensional input layer. Please reword to reflect the actual parameter overhead.
- [§3.4, Algorithm 2] Line 12 of Algorithm 2 reads 'Append front element of Lk to and remove it'—the target list O is missing. Also, the choice of K=10 bins and the zig-zag ordering is presented as a key design decision but no ablation or justification is given beyond a visual inspection of Figure 10.
- [§5.3, Figure 12] The caption says '60 removed indicating training on only one signal', but the dataset contains 310 sensors (155 solid and 155 fluid). Clarify the x-axis units and how removing 60 sensors corresponds to training on one signal.
- [Table 3; §5.4] Minor typos: 'gird search' should be 'grid search'; 'robustivity' should be 'robustness'; 'local minimas' should be 'local minima'.
Circularity Check
No significant circularity; four case studies benchmark VDT against external baselines, and the calibration concern is an unverified empirical claim rather than a derivation that reduces to its inputs.
full rationale
The paper's derivation chain is self-contained in the sense that the central results—active-learning sample savings, session-update accuracy retention, sensor-loss robustness, and rolling-update battery gains—are empirical comparisons against external baselines (random sampling, deterministic GRU/LSTM, static training) and are not entailed by construction. The Bayesian last layer is an existing published method [49], the ELBO update is standard variational inference, and the session-based updating (Algorithm 1) is an explicit retraining scheme that is evaluated rather than assumed. Self-citations appear in the literature review and in references to the authors' prior UQ/control work, but none of these supplies the evidence for the paper's headline claims. The only concern raised by the skeptical review—that 'calibrated uncertainty bounds' are never checked with coverage/CRPS/ECE metrics, and that Section 5.4 admits variational models can struggle to calibrate under data scarcity—is a correctness/validation gap, not a circularity: the quantile intervals in Eq. (4) are defined, and the word 'calibrated' is asserted, but no equation or fitted parameter makes the assertion true by construction. Thus the paper has no significant circularity under the specified tests.
Assumptions & free parameters
free parameters (8)
- ELBO KL weight beta =
1e-4
- CHF stopping R2 threshold =
0.98
- AAL sample schedule =
10 initial + 20 per iteration, pool 500, 50 trials
- Sensor binning count and zig-zag ordering =
10 quantile bins, alternating front/back
- PSML update cadence =
1 month pre-train, monthly test, 33 sessions
- Battery update cadence =
retrain every 10 discharges
- Number of stochastic forward passes S
- Physics loss weight lambda
assumptions (7)
- standard math ELBO and reparameterization trick give unbiased gradient estimates for the variational posterior
- standard math Mean-field factorization over network weights is a sufficient posterior approximation
- domain assumption The dynamic system in Eq. (1) can be learned by a neural surrogate with a single variational output layer
- ad hoc to paper Concatenating sensors by mean-level zig-zag ordering preserves learnable temporal structure
- domain assumption One month of data is sufficient to initialize and update the renewable twin
- domain assumption The BattNN equivalent circuit model with fixed physical parameters can represent degradation through fitted subnetworks
- ad hoc to paper A random candidate pool followed by uncertainty querying is a valid active learning design
Cite this review
Pith. "Pith review of Variational Digital Twins." pith.science (2026). https://pith.science/paper/DFC6U7TU
@misc{pith2026250701047,
author = {Pith},
title = {Pith review of: Variational Digital Twins},
year = {2026},
howpublished = {\url{https://pith.science/paper/DFC6U7TU}},
note = {Machine review of arXiv:2507.01047}
}
read the original abstract
While digital twins (DT) hold promise for providing real-time insights into complex energy assets, much of the current literature either does not offer a clear framework for information exchange between the model and the asset, lacks key features needed for real-time implementation, or gives limited attention to model uncertainty. Here, we aim to solve these gaps by proposing a variational digital twin (VDT) framework that augments standard neural architectures with a single Bayesian output layer. This lightweight addition, along with a novel VDT updating algorithm, lets a twin update in seconds on commodity GPUs while producing calibrated uncertainty bounds that can inform experiment design, control algorithms, and model reliability. The VDT is evaluated on four energy-sector problems. For critical-heat-flux prediction, uncertainty-driven active learning reaches R2 = 0.98 using 47 % fewer experiments and one-third the training time of random sampling. A three-year renewable-generation twin maintains R2 > 0.95 for solar output and curbs error growth for volatile wind forecasts via monthly updates that process only one month of data at a time. A nuclear reactor transient cooldown twin reconstructs thermocouple signals with R2 > 0.99 and preserves accuracy after 50 % sensor loss, demonstrating robustness to degraded instrumentation. Finally, a physics-informed Li-ion battery twin, retrained after every ten discharges, lowers voltage mean-squared error by an order of magnitude relative to the best static model while adapting its credible intervals as the cell approaches end-of-life. These results demonstrate that combining modest Bayesian augmentation with efficient update schemes turns conventional surrogates into uncertainty-aware, data-efficient, and computationally tractable DTs, paving the way for dependable models across industrial and scientific energy systems.
Figures
Reference graph
Works this paper leans on
- [1]
-
[2]
J.-F. Yao, Y. Yang, X. -C. Wang, X. -P. Zhang, Systematic review of digital twin technology and applications, Visual computing for industry, biomedicine, and art 6 (1) (2023) 10
work page 2023
-
[3]
R. He, G. Chen, C. Dong, S. Sun, X. Shen, Data-driven digital twin technology for optimized control in process systems, ISA transactions 95 (2019) 221–234
work page 2019
-
[4]
Y. Alanazi, M. Schram, K. Rajput, S. Goldenberg, L. Vidyaratne, C. Pappas, M. I. Radaideh, D. Lu, P. Ra - muhalli, S. Cousineau, Multi-module-based cvae to predict hvcm faults in the sns accelerator, Machine Learning with Applications 13 (2023) 100484
work page 2023
-
[5]
M. Segovia, J. Garcia -Alfaro, Design, modeling and implementation of digital twins, Sensors 22 (14) (2022) 5396
work page 2022
- [6]
-
[7]
M. I. Radaideh, C. Pappas, M. Wezensky, P. Ramuhalli, S. Cousineau, Early fault detection in particle accel - erator power electronics using ensemble learning, International Journal of Prognostics and Health Management 14 (1)
-
[8]
Radaideh, C
M. Radaideh, C. Pappas, P. Ramuhalli, S. Cousineau, Application of convolutional and feedforward neural networks for fault detection in particle accelerator power systems, in: Annual Conference of the PHM Society, Vol. 14, 2022
2022
Show all 63 references
-
[9]
T. Sun, X. He, Z. Li, Digital twin in healthcare: Recent updates and challenges, Digital Health 9 (2023) 20552076221149651
2023
-
[10]
T. Deng, K. Zhang, Z. -J. M. Shen, A systematic review of a digital twin city: A new pattern of urban governance toward smart cities, Journal of management science and engineering 6 (2) (2021) 125–134
2021
-
[11]
Arafet, R
K. Arafet, R. Berlanga, Digital twins in solar farms: An approach through time series and deep learning, Algorithms 14 (5) (2021) 156
2021
-
[12]
M. I. Radaideh, C. Pappas, J. Walden, D. Lu, L. Vidyaratne, T. Britton, K. Rajput, M. Schram, S. Cousineau, Time series anomaly detection in power electronics signals with recurrent and convlstm autoencoders, Digital Signal Processing 130 (2022) 103704
2022
-
[13]
Kolahi, S
M. Kolahi, S. Esmailifar, A. M. Sizkouhi, M. Aghaei, Digital-pv: A digital twin-based platform for autonomous aerial monitoring of large -scale photovoltaic power plants, Energy Conversion and Management 321 (2024) 118963
2024
-
[14]
E. E. Ambarita, A. Karlsen, F. Scibilia, A. Hasan, Industry 4.0 digital twins in offshore wind farms, Wind Energy Science Discussions 2023 (2023) 1–34
2023
-
[15]
Vairagade, S
H. Vairagade, S. Kim, H. Son, F. Zhang, A nuclear power plant digital twin for developing robot navigation and interaction, Frontiers in Energy Research 12 (2024) 1356624
2024
-
[16]
B. Li, W. Tan, A novel framework for integrating solar renewable source into smart cities through digital twin simulations, Solar Energy 262 (2023) 111869
2023
-
[17]
T. I. Zohdi, A digital-twin and machine-learning framework for the design of multiobjective agrophotovoltaic solar farms, Computational Mechanics 68 (2) (2021) 357–370. 31
2021
-
[18]
Y. Guo, Q. Tang, J. Darkwa, H. Wang, W. Su, D. Tang, J. Mu, Multi -objective integrated optimization of geothermal heating system with energy storage using digital twin technology, Applied Thermal Engineering 252 (2024) 123685
2024
-
[19]
L. You, M. Zhu, Digital twin simulation for deep learning framework for predicting solar energy market load in trade-by-trade data, Solar Energy 250 (2023) 388–397
2023
-
[20]
Prantikos, L
K. Prantikos, L. H. Tsoukalas, A. Heifetz, Physics-informed neural network solution of point kinetics equations for a nuclear reactor digital twin, Energies 15 (20) (2022) 7697
2022
-
[21]
Fahim, V
M. Fahim, V. Sharma, T.-V. Cao, B. Canberk, T. Q. Duong, Machine learning-based digital twin for predictive modeling in wind turbines, IEEE Access 10 (2022) 14184–14194
2022
-
[22]
Pimenta, J
F. Pimenta, J. Pacheco, C. Branco, C. Teixeira, F. Magalh ˜aes, Development of a digital twin of an onshore wind turbine using monitoring data, in: Journal of Physics: Conference Series, Vol. 1618, IOP Publishing, 2020, p. 022065
2020
-
[23]
E. Deri, C. Var´e, M. Wintergerst, Development of digital twins of pwr steam generators: Description of two maintenance-oriented use cases, in: International Conference on Nuclear Engineering, Vol. 85246, American Society of Mechanical Engineers, 2021, p. V001T01A002
2021
-
[24]
Khalyutin, I
S. Khalyutin, I. Starostin, I. Agafonkina, Generalized method of mathematical prototyping of energy processes for digital twins development, Energies 16 (4) (2023) 1933
2023
-
[25]
P. Yu, L. Ma, R. Fu, Y. Liang, D. Qin, J. Yu, S. Liao, Framework design and application perspectives of digital twin microgrid, Energy Reports 9 (2023) 669–678
2023
-
[26]
M. I. Radaideh, H. Tran, L. Lin, H. Jiang, D. Winder, S. Gorti, G. Zhang, J. Mach, S. Cousineau, Model calibration of the liquid mercury spallation target using evolutionary neural networks and sparse polynomial expansions, Nuclear Instruments and Methods in Physics Research S...
2022
-
[27]
Price, M
D. Price, M. I. Radaideh, B. Kochunas, Multiobjective optimization of nuclear microreactor reactivity control system operation with swarm and evolutionary algorithms, Nuclear Engineering and Design 393 (2022) 111776
2022
-
[28]
M. I. Radaideh, K. Borowiec, T. Kozlowski, Integrated framework for model assessment and advanced un - certainty quantification of nuclear computer codes under bayesian statistics, Reliability Engineering & System Safety 189 (2019) 357–377
2019
-
[29]
X. Wu, T. Kozlowski, H. Meidani, K. Shirvan, Inverse uncertainty quantification using the modular bayesian approach based on gaussian process, part 1: Theory, Nuclear Engineering and Design 335 (2018) 339–355
2018
-
[30]
Zhang, J
C. Zhang, J. Bu¨tepage, H. Kjellstr ¨om, S. Mandt, Advances in variational inference, IEEE transactions on pattern analysis and machine intelligence 41 (8) (2018) 2008–2026
2018
-
[31]
M. I. Radaideh, L. Tunkle, D. Price, K. Abdulraheem, L. Lin, M. Elias, Multistep criticality search and power shaping in nuclear microreactors with deep reinforcement learning, Nuclear Science and Engineering (2025) 1–13
2025
-
[32]
K. K. Abdulraheem, S. Choi, Q. Shen, B. Kochunas, M. I. Radaideh, A load following reactivity control system for nuclear microreactors, Progress in Nuclear Energy 184 (10567) (2025) 6
2025
-
[33]
Price, N
D. Price, N. Roskoff, M. I. Radaideh, B. Kochunas, Thermal modeling of an evinci™-like heat pipe microreactor using openfoam, Nuclear Engineering and Design 415 (2023) 112709
2023
-
[34]
Yadav, H
V. Yadav, H. Zhang, C. Chwasz, A. Gribok, C. Ritter, N. Lybeck, R. Hays, T. Trask, P. Jain, V. Badalassi, 32 et al., The state of technology of application of digital twins, US Nuclear Regulatory Commission, Tech. Rep. TLR/RES-DE-REB-2021-01
2021
-
[35]
F. Tao, H. Zhang, C. Zhang, Advancements and challenges of digital twins in industry, Nature Computational Science 4 (3) (2024) 169–177
2024
-
[36]
Iranshahi, J
K. Iranshahi, J. Brun, T. Arnold, T. Sergi, U. C. Mu¨ller, Digital twins: Recent advances and future directions in engineering fields, Intelligent Systems with Applications (2025) 200516
2025
-
[37]
M. I. Radaideh, T. Kozlowski, Surrogate modeling of advanced computer simulations using deep gaussian processes, Reliability Engineering & System Safety 195 (2020) 106731
2020
-
[38]
M. I. Radaideh, C. Pigg, T. Kozlowski, Y. Deng, A. Qu, Neural-based time series forecasting of loss of coolant accidents in nuclear power plants, Expert Systems with Applications 160 (2020) 113699
2020
-
[39]
Y.-P. Chen, V. Karkaria, Y. -K. Tsai, F. Rolark, D. Quispe, R. X. Gao, J. Cao, W. Chen, Real-time decision - making for digital twin in additive manufacturing with model predictive control using time -series deep neu - ral networks, Journal of Manufacturing Systems 80 (2025) 4...
2025 doi
-
[40]
Schena, P
L. Schena, P. A. Marques, R. Poletti, S. Ahizi, J. Van den Berghe, M. A. Mendez, Reinforcement twinning: From digital twins to model-based reinforcement learning, Journal of Computational Science 82 (2024) 102421
2024
-
[41]
M. I. Radaideh, K. Du, P. Seurin, D. Seyler, X. Gu, H. Wang, K. Shirvan, Neorl: Neuroevolution optimization with reinforcement learning—applications to carbon-free energy systems, Nuclear Engineering and Design 412 (2023) 112423
2023
-
[42]
H. Song, M. Song, X. Liu, Online autonomous calibration of digital twins using machine learning with appli- cation to nuclear power plants, Applied Energy 326 (2022) 119995
2022
-
[43]
Kakhaia, P
S. Kakhaia, P. Zun, D. Ye, V. Krzhizhanovskaya, Inverse uncertainty quantification of a mechanical model of arterial tissue with surrogate modelling, Reliability Engineering & System Safety 238 (2023) 109393
2023
-
[44]
M. I. Radaideh, L. Lin, H. Jiang, S. Cousineau, Bayesian inverse uncertainty quantification of the physical model parameters for the spallation neutron source first target station, Results in Physics 36 (2022) 105414
2022
-
[45]
Huang, G
J. Huang, G. Yang, Z. Wang, J. J. Park, Diffusionpde: Generative pde-solving under partial observation, arXiv preprint arXiv:2406.17763
-
[46]
Price, M
D. Price, M. I. Radaideh, B. Kochunas, Simplified matching pursuits applied to 3d nuclear reactor temperature distribution construction, Applied Mathematical Modelling 131 (2024) 134 –158
2024
-
[47]
D. M. Blei, A. Kucukelbir, J. D. McAuliffe, Variational inference: A review for statisticians , Journal of the American Statistical Association 112 (518) (2017) 859–877. doi:10.1080/01621459.2017.1285773. URL http://dx.doi.org/10.1080/01621459.2017.1285773
2017
-
[48]
Zhang, J
C. Zhang, J. Bu¨tepage, H. Kjellstr ¨om, S. Mandt, Advances in variational inference, IEEE Transactions on Pattern Analysis and Machine Intelligence 41 (8) (2019) 2008–2026. doi:10.1109/TPAMI.2018.2889774
2019
-
[49]
Harrison, J
J. Harrison, J. Willes, J. Snoek, Variational bayesian last layers, in: The Twelfth International Conference on Learning Representations, 2024. URL https://openreview.net/forum?id=Sx7BIiPzys
2024
-
[50]
S. Hochreiter, The vanishing gradient problem during learning recurrent neural nets and problem solutions, International Journal of Uncertainty, Fuzziness and Knowledge-Based Systems 6 (02) (1998) 107–116. 33
1998
-
[51]
Hochreiter, J
S. Hochreiter, J. Schmidhuber, Long short-term memory, Neural computation 9 (8) (1997) 1735–1780
1997
-
[52]
K. Cho, B. Van Merr i¨enboer, C. Gulcehre, D. Bahdanau, F. Bougares, H. Schwenk, Y. Bengio, Learning phrase representations using rnn encoder-decoder for statistical machine translation, arXiv preprint arXiv:1406.1078
-
[53]
Bahdanau, K
D. Bahdanau, K. Cho, Y. Bengio, Neural machine translation by jointly learning to align and translate, arXiv preprint arXiv:1409.0473
-
[54]
Raissi, P
M. Raissi, P. Perdikaris, 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) 686–707
2019
-
[55]
G. E. Karniadakis, I. G. Kevrekidis, L. Lu, P. Perdikaris, S. Wang, L. Yang, Physics-informed machine learning, Nature Reviews Physics 3 (6) (2021) 422–440
2021
-
[56]
P. Ren, Y. Xiao, X. Chang, P. -Y. Huang, Z. Li, B. B. Gupta, X. Chen, X. Wang, A survey of deep active learning, ACM computing surveys (CSUR) 54 (9) (2021) 1–40
2021
-
[57]
F. Wang, Q. Zhi, Z. Zhao, Z. Zhai, Y. Liu, H. Xi, S. Wang, X. Chen, Inherently interpretable physics-informed neural network for battery modeling and prognosis, IEEE Transactions on Neural Networks and Learning Systems 36 (1) (2025) 1145–1159. doi:10.1109/TNNLS.2023.3329368
2025
-
[58]
J.-M. L. Corre, G. Delipei, X. Wu, X. Zhao, Benchmark on artificial intelligence and machine learning for scientific computing in nuclear engineering. phase 1: Critical heat flux exercise specifications, NEA Working Papers
-
[59]
Zheng, N
X. Zheng, N. Xu, L. Trinh, D. Wu, T. Huang, S. Sivaranjani, Y. Liu, L. Xie, A multi -scale time-series dataset with benchmark for machine learning in decarbonized energy grids, Scientific Data 9 (1) (2022) 359
2022
-
[60]
Woods, Osu high temperature test facility design technical report, revision 2
B. Woods, Osu high temperature test facility design technical report, revision 2. URL https://www.osti.gov/biblio/1599410
-
[61]
Woods, Instrumentation plan for the osu high temperature test facility, revision 4
B. Woods, Instrumentation plan for the osu high temperature test facility, revision 4. URL https://www.osti.gov/biblio/1599628
-
[62]
Gutowska, B
I. Gutowska, B. G. Woods, J. Halsted, Developing pcc and dcc integral effects test experiments at the high temperature test facility, Frontiers in Energy Research 11. doi:10.3389/fenrg.2023.1088070. URL https://www.frontiersin.org/journals/energy-research/articles/10.3389/fenr...
2023
-
[63]
NASA Open Data Portal, Randomized battery usage 2: Room temperature random walkDataset published 20 Oct 2022
2022
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.