SearcharxivSearch

arXiv subjects

Guoqiang Lei

Publications and source records attributed to Guoqiang Lei.

3 recordsLinked to original sources

Discontinuity-aware KAN-based physics-informed neural networks

Physics-informed neural networks (PINNs) have proven to be a promising method for the rapid solving of partial differential equations (PDEs) in both forward and inverse problems. However, due to the smoothness assumption of functions approximated by general neural networks, PINNs are prone to spectral bias and numerical instability and suffer from reduced accuracy when solving PDEs with sharp spatial transitions or fast temporal evolution. To address this limitation, a discontinuity-aware physics-informed neural network (DPINN) method is proposed. It incorporates an adaptive Fourier-feature embedding layer to mitigate spectral bias and capture steep gradients, a discontinuity-aware network that generalizes the Kolmogorov representation theorem to the discontinuous regime for the modeling of shock-wave properties, mesh transformation to accelerate convergence across complex geometries, and learnable local artificial viscosity to stabilize the algorithm near discontinuities. In numerical experiments regarding the inviscid Burgers' equation, Riemann problems, and transonic and supersonic airfoil flows, DPINN demonstrated superior accuracy in capturing discontinuities compared to existing methods.

physics.comp-ph

Discontinuity-aware physics-informed neural network for phase-field method in three-phase flow with phase change

Physics-informed neural networks (PINNs) have been applied to simulate multiphase flows, yet they are limited in modeling phase changes and sharp interfaces due to optimization conflicts in the strongly coupled Allen-Cahn, Cahn-Hilliard, and Navier-Stokes equations and the intrinsic smoothness bias of neural representations near discontinuities. To mitigate these limitations, this study presents a discontinuity-aware physics-informed neural network (DPINN) based on the phase-field method to resolve sharp interfaces and phase changes in multiphase flows. It incorporates a discontinuity-aware network architecture to mitigate spectral bias and automatically detect and model sharp interfacial dynamics, and a learnable local artificial viscosity term to stabilize the calculation near steep gradients. During optimization, adaptive time-marching and loss-balancing strategies are employed to reduce long-horizon errors and mitigate gradient conflicts, ensuring accurate capture of phase changes. Numerical experiments on two-phase reversed single-vortex and bubble-rising problems demonstrate that DPINN accurately resolves sharp interfacial dynamics, while conventional PINNs fail to converge. The method is further extended and tested in a three-phase droplet-icing case, where the viscosity and density ratios between ice, water, and air exceed seven and three orders of magnitude, respectively. The predicted phase change dynamics and sharp pointy-tip formation show excellent agreement with the reference, highlighting the robustness of the proposed approach.

physics.comp-ph

Popeye: A Unified Visual-Language Model for Multi-Source Ship Detection from Remote Sensing Imagery

Ship detection needs to identify ship locations from remote sensing (RS) scenes. Due to different imaging payloads, various appearances of ships, and complicated background interference from the bird's eye view, it is difficult to set up a unified paradigm for achieving multi-source ship detection. To address this challenge, in this article, leveraging the large language models (LLMs)'s powerful generalization ability, a unified visual-language model called Popeye is proposed for multi-source ship detection from RS imagery. Specifically, to bridge the interpretation gap between the multi-source images for ship detection, a novel unified labeling paradigm is designed to integrate different visual modalities and the various ship detection ways, i.e., horizontal bounding box (HBB) and oriented bounding box (OBB). Subsequently, the hybrid experts encoder is designed to refine multi-scale visual features, thereby enhancing visual perception. Then, a visual-language alignment method is developed for Popeye to enhance interactive comprehension ability between visual and language content. Furthermore, an instruction adaption mechanism is proposed for transferring the pre-trained visual-language knowledge from the nature scene into the RS domain for multi-source ship detection. In addition, the segment anything model (SAM) is also seamlessly integrated into the proposed Popeye to achieve pixel-level ship segmentation without additional training costs. Finally, extensive experiments are conducted on the newly constructed ship instruction dataset named MMShip, and the results indicate that the proposed Popeye outperforms current specialist, open-vocabulary, and other visual-language models for zero-shot multi-source ship detection.

cs.CV