AI & Computational Science

AI Network Solves Complex Fluid Flow Problems with Greater Accuracy

AI Insight

Researchers have developed LRX-PINN, a novel physics-informed neural network architecture designed to solve convection-dominated problems where solutions exhibit sharp transitions in thin layers. The method uses integrated Cauchy activations that structurally match the mathematical properties of these layers, enabling accurate approximation of both solution values and derivatives. In numerical experiments, LRX-PINN achieved higher accuracy than existing methods while using less than 30% of their trainable parameters, and further improvements were demonstrated when embedded into advanced frameworks.


This work addresses a fundamental limitation in applying neural networks to fluid dynamics and related engineering problems where convection dominates, such as aerodynamics, heat transfer, and pollution dispersion. The improved efficiency and accuracy could enable faster simulations of complex physical phenomena using significantly smaller computational resources.


Understand the Science

Computational fluid dynamics Concept coming soon Physics-informed neural networks Concept coming soon Partial differential equations Concept coming soon

arXiv:2607.03682v2 Announce Type: replace-cross
Abstract: Convection-dominated convection-diffusion problems often develop thin layers, where the solution has sharp transition profiles and its derivatives are highly localized. This creates a structural mismatch for standard physics-informed neural networks (PINNs), whose trial spaces are not designed to match the value–derivative structure of such layers. We propose a Layer-Resolving XNet Physics-Informed Neural Network (LRX-PINN) based on integrated Cauchy activations. The proposed basis is transition-type at the solution level, while its derivative recovers a localized Cauchy kernel. We show that this structure matches the scaling of convection-dominated layers, inherits the Cauchy approximation mechanism at the derivative-profile level, and identifies (d/|w|) as the effective physical width of a ridge neuron. For analytic layer profiles, this yields derivative-stable exponential approximation in the stretched coordinate and a layer-scaled estimate for the strong residual of the singularly perturbed operator. Numerical experiments on several convection-dominated benchmarks show that LRX-PINN achieves higher accuracy than PIKAN and Fourier-feature PINNs while using less than (30%) of their trainable parameters. On more challenging benchmarks, embedding the proposed representation into hp-VPINN-based frameworks further improves the best results obtained by existing hp-VPINN-based baselines without changing their original loss functionals or stabilization strategies. These results show that neural representations aligned with layer structure provide a compact and effective approach for convection-dominated problems.

Source: LRX-PINN: A Layer-Resolving XNet Physics-Informed Neural Network with Integrated Cauchy Activations for Convection-Dominated Problems