Residual resampling-based physics-informed neural network for neutron diffusion equations

Read original: arXiv:2407.10988 - Published 7/17/2024 by Heng Zhang, Yun-Ling He, Dong Liu, Qin Hang, He-Min Yao, Di Xiang
Total Score

0

Residual resampling-based physics-informed neural network for neutron diffusion equations

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • Proposes a residual resampling-based physics-informed neural network (ROPINN) for solving neutron diffusion equations
  • Combines physics-informed neural networks (PHINNs) with a residual resampling technique
  • Aims to improve the accuracy and robustness of neural network solutions for complex physical systems

Plain English Explanation

The paper introduces a new approach for solving a type of mathematical equation called the neutron diffusion equation, which is used to model the behavior of neutrons in nuclear reactors. The researchers combined two existing techniques - physics-informed neural networks and residual resampling - to create a more accurate and reliable method.

Physics-informed neural networks are a way of training machine learning models to respect the underlying physical laws and constraints of a problem, rather than just fitting the data. Residual resampling is a technique that helps the neural network focus on the most important parts of the problem by resampling the data based on the residual (or error) of the current model.

By combining these two approaches, the researchers developed a "residual resampling-based physics-informed neural network" (ROPINN) that can solve the neutron diffusion equation more accurately than previous methods. This is important for improving the safety and efficiency of nuclear reactors, where understanding neutron behavior is critical.

Technical Explanation

The key elements of the ROPINN approach are:

  1. Physics-Informed Neural Network (PINN): The researchers use a PINN architecture, which embeds the governing equations of the neutron diffusion problem into the neural network structure. This helps the model learn the underlying physics of the problem, rather than just fitting the training data.

  2. Residual Resampling: To improve the performance of the PINN, the researchers apply a residual resampling technique. This involves reweighting the training data based on the residual (or error) of the current model, so that the network focuses more on the regions where the error is highest.

  3. Adaptive Learning Rate: The researchers also implement an adaptive learning rate scheme, where the learning rate is adjusted during training based on the model's performance. This helps the network converge more efficiently.

  4. Experiments: The researchers evaluate their ROPINN approach on several benchmark neutron diffusion problems and compare its performance to other PINN-based methods, as well as traditional numerical solvers. They demonstrate that ROPINN can achieve higher accuracy and faster convergence than these alternative approaches.

Critical Analysis

The paper provides a promising new approach for solving complex physical problems using neural networks. The integration of physics-informed constraints and residual resampling appears to be an effective way to improve the accuracy and robustness of the neural network solutions.

However, the paper does not discuss the potential limitations or caveats of the ROPINN method. For example, it is unclear how the method would scale to larger, more complex physical systems, or how sensitive it is to the choice of hyperparameters and network architecture.

Additionally, the paper could have provided more insight into the underlying reasons why the ROPINN approach outperforms other PINN-based methods. A deeper analysis of the strengths and weaknesses of the different approaches would help readers better understand the tradeoffs and potential use cases for each method.

Conclusion

Overall, the ROPINN approach presented in this paper represents a valuable contribution to the field of physics-informed machine learning. By combining established techniques in a novel way, the researchers have developed a method that can solve complex physical problems more accurately and efficiently than previous approaches.

The potential applications of this work extend beyond neutron diffusion, as the ROPINN framework could be applicable to a wide range of physical and engineering problems. Further research and development in this area could lead to significant advancements in the use of neural networks for modeling and simulating complex systems.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

Residual resampling-based physics-informed neural network for neutron diffusion equations
Total Score

0

Residual resampling-based physics-informed neural network for neutron diffusion equations

Heng Zhang, Yun-Ling He, Dong Liu, Qin Hang, He-Min Yao, Di Xiang

The neutron diffusion equation plays a pivotal role in the analysis of nuclear reactors. Nevertheless, employing the Physics-Informed Neural Network (PINN) method for its solution entails certain limitations. Traditional PINN approaches often utilize fully connected network (FCN) architecture, which is susceptible to overfitting, training instability, and gradient vanishing issues as the network depth increases. These challenges result in accuracy bottlenecks in the solution. In response to these issues, the Residual-based Resample Physics-Informed Neural Network(R2-PINN) is proposed, which proposes an improved PINN architecture that replaces the FCN with a Convolutional Neural Network with a shortcut(S-CNN), incorporating skip connections to facilitate gradient propagation between network layers. Additionally, the incorporation of the Residual Adaptive Resampling (RAR) mechanism dynamically increases sampling points, enhancing the spatial representation capabilities and overall predictive accuracy of the model. The experimental results illustrate that our approach significantly improves the model's convergence capability, achieving high-precision predictions of physical fields. In comparison to traditional FCN-based PINN methods, R2-PINN effectively overcomes the limitations inherent in current methods, providing more accurate and robust solutions for neutron diffusion equations.

Read more

7/17/2024

Randomized Physics-Informed Neural Networks for Bayesian Data Assimilation
Total Score

0

Randomized Physics-Informed Neural Networks for Bayesian Data Assimilation

Yifei Zong, David Barajas-Solano, Alexandre M. Tartakovsky

We propose a randomized physics-informed neural network (PINN) or rPINN method for uncertainty quantification in inverse partial differential equation (PDE) problems with noisy data. This method is used to quantify uncertainty in the inverse PDE PINN solutions. Recently, the Bayesian PINN (BPINN) method was proposed, where the posterior distribution of the PINN parameters was formulated using the Bayes' theorem and sampled using approximate inference methods such as the Hamiltonian Monte Carlo (HMC) and variational inference (VI) methods. In this work, we demonstrate that HMC fails to converge for non-linear inverse PDE problems. As an alternative to HMC, we sample the distribution by solving the stochastic optimization problem obtained by randomizing the PINN loss function. The effectiveness of the rPINN method is tested for linear and non-linear Poisson equations, and the diffusion equation with a high-dimensional space-dependent diffusion coefficient. The rPINN method provides informative distributions for all considered problems. For the linear Poisson equation, HMC and rPINN produce similar distributions, but rPINN is on average 27 times faster than HMC. For the non-linear Poison and diffusion equations, the HMC method fails to converge because a single HMC chain cannot sample multiple modes of the posterior distribution of the PINN parameters in a reasonable amount of time.

Read more

7/8/2024

Physics-Informed Neural Networks: Minimizing Residual Loss with Wide Networks and Effective Activations
Total Score

0

Physics-Informed Neural Networks: Minimizing Residual Loss with Wide Networks and Effective Activations

Nima Hosseini Dashtbayaz, Ghazal Farhani, Boyu Wang, Charles X. Ling

The residual loss in Physics-Informed Neural Networks (PINNs) alters the simple recursive relation of layers in a feed-forward neural network by applying a differential operator, resulting in a loss landscape that is inherently different from those of common supervised problems. Therefore, relying on the existing theory leads to unjustified design choices and suboptimal performance. In this work, we analyze the residual loss by studying its characteristics at critical points to find the conditions that result in effective training of PINNs. Specifically, we first show that under certain conditions, the residual loss of PINNs can be globally minimized by a wide neural network. Furthermore, our analysis also reveals that an activation function with well-behaved high-order derivatives plays a crucial role in minimizing the residual loss. In particular, to solve a $k$-th order PDE, the $k$-th derivative of the activation function should be bijective. The established theory paves the way for designing and choosing effective activation functions for PINNs and explains why periodic activations have shown promising performance in certain cases. Finally, we verify our findings by conducting a set of experiments on several PDEs. Our code is publicly available at https://github.com/nimahsn/pinns_tf2.

Read more

6/14/2024

🧠

Total Score

0

RoPINN: Region Optimized Physics-Informed Neural Networks

Haixu Wu, Huakun Luo, Yuezhou Ma, Jianmin Wang, Mingsheng Long

Physics-informed neural networks (PINNs) have been widely applied to solve partial differential equations (PDEs) by enforcing outputs and gradients of deep models to satisfy target equations. Due to the limitation of numerical computation, PINNs are conventionally optimized on finite selected points. However, since PDEs are usually defined on continuous domains, solely optimizing models on scattered points may be insufficient to obtain an accurate solution for the whole domain. To mitigate this inherent deficiency of the default scatter-point optimization, this paper proposes and theoretically studies a new training paradigm as region optimization. Concretely, we propose to extend the optimization process of PINNs from isolated points to their continuous neighborhood regions, which can theoretically decrease the generalization error, especially for hidden high-order constraints of PDEs. A practical training algorithm, Region Optimized PINN (RoPINN), is seamlessly derived from this new paradigm, which is implemented by a straightforward but effective Monte Carlo sampling method. By calibrating the sampling process into trust regions, RoPINN finely balances sampling efficiency and generalization error. Experimentally, RoPINN consistently boosts the performance of diverse PINNs on a wide range of PDEs without extra backpropagation or gradient calculation.

Read more

5/24/2024