NH-PINN: Neural homogenization based physics-informed neural network for multiscale problems

Wing Tat Leung,Guang Lin,Zecheng Zhang
DOI: https://doi.org/10.48550/arXiv.2108.12942
2021-08-30
Abstract:Physics-informed neural network (PINN) is a data-driven approach to solve equations. It is successful in many applications; however, the accuracy of the PINN is not satisfactory when it is used to solve multiscale equations. Homogenization is a way of approximating a multiscale equation by a homogenized equation without multiscale property; it includes solving cell problems and the homogenized equation. The cell problems are periodic; and we propose an oversampling strategy which greatly improves the PINN accuracy on periodic problems. The homogenized equation has constant or slow dependency coefficient and can also be solved by PINN accurately. We hence proposed a 3-step method to improve the PINN accuracy for solving multiscale problems with the help of the homogenization. We apply our method to solve three equations which represent three different homogenization. The results show that the proposed method greatly improves the PINN accuracy. Besides, we also find that the PINN aided homogenization may achieve better accuracy than the numerical methods driven homogenization; PINN hence is a potential alternative to implementing the homogenization.
Numerical Analysis
What problem does this paper attempt to address?
This paper attempts to address the issue of low accuracy when using Physics-Informed Neural Networks (PINN) to solve multiscale partial differential equations. Specifically: 1. **Challenges of Multiscale Problems**: - Multiscale problems are common in many scientific and engineering applications, such as biomedical, materials science, and petroleum engineering. - Traditional numerical methods face difficulties in handling multiscale problems, requiring fine grids or complex multiscale finite element methods, which lead to high computational costs. 2. **Limitations of PINN in Multiscale Problems**: - Although PINN performs well in solving many mathematical problems, its accuracy is often unsatisfactory when dealing with multiscale problems. - Traditional PINN has relatively large errors when handling multiscale problems and is sensitive to hyperparameters and randomness during the training process. 3. **Proposed Method in the Paper**: - The paper proposes a Neural Homogenization based PINN (NH-PINN) method to improve the accuracy of PINN in multiscale problems. - Homogenization is a method that approximates multiscale equations as homogenized equations without multiscale properties by solving cell problems and homogenized equations. 4. **Specific Steps**: - **Step 1**: Use PINN to solve the cell problem. The cell problem has periodic boundary conditions, and the paper proposes an oversampling strategy to improve PINN's performance in high-dimensional periodic problems. - **Step 2**: Evaluate the homogenization coefficients. The derivatives of the cell problem solution are obtained through automatic differentiation to get the homogenization coefficients. - **Step 3**: Use PINN to solve the homogenized equation. Since the coefficients of the homogenized equation are usually constants or slowly varying, PINN can accurately solve such equations. 5. **Experimental Results**: - The paper validates the effectiveness of the NH-PINN method through four numerical experiments, showing that NH-PINN significantly improves the accuracy of PINN in handling multiscale problems. - Especially in cases with smaller scales, NH-PINN's accuracy is significantly better than traditional PINN. 6. **Contributions**: - Observed the accuracy decline of traditional PINN in multiscale problems and explained the reasons. - Proposed the NH-PINN method to improve PINN's performance through homogenization. - Proposed an oversampling strategy that significantly improves PINN's accuracy in high-dimensional periodic problems. - Experimental results show that NH-PINN not only improves PINN's accuracy but may also achieve more accurate homogenization than traditional numerical methods. In summary, this paper aims to overcome the accuracy deficiency of PINN in multiscale problems by introducing the homogenization method, thus providing a more effective solution for multiscale problems.