A Particle-Field Algorithm with Neural Interpolation for a Parabolic-Hyperbolic Chemotaxis System in 3D
Kim, Xin
Tumor angiogenesis involves a collection of tumor cells moving towards blood vessels for nutrients to grow. Angiogenesis, and in general chemo- taxis, systems have been modeled using partial differential equations (PDEs) and as such require numerical methods to approximate their solutions. Here we study a Parabolic-Hyperbolic Keller-Segel (PHKS) system in three space dimensions. The model arises in the angiogenesis literature. To compute solutions to the PHKS system, we develop a neural stochastic interacting particle-field (NSIPF) method where the density variable is represented as empirical measures of particles and the field variable (concentration of chemoattractant) approximated by a convolutional neural network (CNN). We discuss the performance of NSIPF in computing multi-bump solutions to the system.
academic
A Particle-Field Algorithm with Neural Interpolation for a Parabolic-Hyperbolic Chemotaxis System in 3D
Tumor angiogenesis involves the process of tumor cells migrating toward blood vessels to acquire nutrients. Angiogenesis and general chemotaxis systems have been modeled through partial differential equations (PDEs), necessitating numerical methods for approximate solutions. This paper investigates the parabolic-hyperbolic Keller-Segel (PHKS) system in three-dimensional space, a model derived from angiogenesis literature. To solve the PHKS system, the authors develop the Neural Stochastic Interacting Particle Field (NSIPF) method, wherein the density variable is represented as an empirical measure of particles, and the field variable (chemoattractant concentration) is approximated through a convolutional neural network (CNN). The paper discusses the performance of NSIPF in computing multimodal solutions of the system.
Proposed the Neural Stochastic Interacting Particle Field (NSIPF) method, integrating CNN interpolators into stochastic particle-field algorithms
Established theoretical foundations of chaos propagation for the PHKS system, providing theoretical support for neural interpolation through moderate interactions
Developed efficient CNN architectures, successfully implementing interpolation for 2D and 3D systems using radially symmetric solutions as training data
Achieved significant computational efficiency improvements, delivering orders of magnitude speedup compared to traditional methods while maintaining solution quality
Algorithm 1: Neural SIPF
1. Initialize particle positions based on ρ₀
2. For each time step:
a. Bin particles to obtain ρₙ
b. Update concentration: cⁿ⁺¹ = cⁿ - δt·cⁿ·ρⁿ
c. CNN interpolation to obtain c(x,tₙ)
d. Compute ∇c and update particle positions
The paper cites 18 important references, primarily including:
Keller & Segel (1970): Foundational work on chemotaxis systems
Corrias et al. (2003): Theoretical analysis of PHKS systems
Chaintron & Diez (2022): Survey of chaos propagation theory
Wang et al. (2025): Related particle method research
Overall Assessment: This is a high-quality numerical analysis paper that successfully applies deep learning techniques to PDE numerical solutions, combining solid theoretical foundations with significant practical value. The method demonstrates strong innovation, comprehensive experimental validation, and important implications for advancing the interdisciplinary field of computational mathematics and machine learning.