Technical Summary: Stochastic Numerical Approximation for Nonlinear Fokker-Planck Equations with Singular Kernels
Problem Statement
This paper addresses the numerical approximation of solutions to nonlinear Fokker-Planck partial differential equations (PDEs) of the form:
∂tu=Δu−∇⋅(uK∗u)
where the interaction kernel K is singular. Such equations arise in various physical and biological contexts, including the Keller-Segel chemotaxis model, Coulomb potentials in electrostatics/gravity, and the Biot-Savart law for 2D Navier-Stokes equations.
The primary challenge lies in the drift term K∗u, which involves a singular kernel. Standard numerical approaches, such as applying the Euler-Maruyama (EM) scheme directly to the associated McKean-Vlasov stochastic differential equation (SDE), face two difficulties:
- Density Computation: The EM scheme requires evaluating the density of the solution at each time step, which is not directly available.
- Singularity and Well-posedness: As the time step h→0, the interaction kernel's singularities can compromise the well-posedness of the resulting particle system.
To overcome these, the author considers a system of N interacting particles approximating the solution via an empirical measure. However, due to the singular drift, the system is regularized using a mollifier sequence (VN) and a smooth cut-off function FA to bound the drift, ensuring numerical stability and theoretical boundedness.
Methodology
The paper analyzes the convergence of the regularized, discretized particle system (Equation 1.4/2.2) towards the solution of the nonlinear Fokker-Planck equation. The methodology involves:
Regularization and Discretization:
- The singular kernel K is convolved with a mollifier VN (scaling parameter α).
- A cut-off function FA is applied to the drift to ensure uniform boundedness, consistent with the L∞ bound of the true drift K∗ut.
- The system is discretized using the Euler-Maruyama scheme with time step h.
Convergence Analysis Strategy:
The analysis decomposes the error between the mollified empirical measure μ~tN,h (and the density of a single particle) and the true solution ut into several components:
- Initial Error: The difference between the initial mollified empirical measure and u0.
- Propagation of Chaos Error: The difference between the regularized particle system and the McKean-Vlasov SDE (non-discretized).
- Discretization Error: The error introduced by the EM scheme (time discretization).
- Stochastic Convolution: A term arising from the noise in the particle system.
Technical Tools:
- Semigroup Approach: The author utilizes the mild formulation of the Fokker-Planck equation involving the heat kernel g2(t,⋅).
- Itô's Formula: Applied to expand the densities of the particle system and the McKean-Vlasov solution around the heat kernel.
- Moment Bounds: The author establishes uniform bounds in N for the mollified empirical measure in Lp spaces.
- Gronwall's Lemma: Used to handle the integral inequalities arising from the error decomposition.
- Regularity Assumptions: The kernel K is assumed to satisfy specific integrability conditions (Assumption AK) and a Hölder-type regularity condition on the convolution operator K∗f in terms of the L1∩Lr norm.
Key Contributions and Results
The paper derives explicit convergence rates for two objects in the large-particle limit (N→∞) and the small-time-step limit (h→0):
Convergence of the Mollified Empirical Measure (Theorem 2.5):
The paper establishes that the mollified empirical measure μ~tN,h converges to the solution ut of the Fokker-Planck equation in the L1∩Lr norm. The convergence rate is given by:
E[s∈[0,t]sup∥μ~sN,h−us∥L1∩Lrm]1/m≤C(E[∥μ~0N,h−u0∥L1∩Lrm]1/m+N−ρ+ϵ+Nv2hv3)
where the exponents depend on the kernel properties and the mollification parameter α.
Convergence of the Particle Density (Theorem 2.6):
The paper provides a pointwise convergence rate for the density uti,N,h(x) of the i-th particle towards the McKean-Vlasov density ut(x). The bound includes a Gaussian weight term:
∣uti,N,h(x)−ut(x)∣≤C(…)(∫Rdgc/p(t,x−z)u0(dz))1/p
This result quantifies the weak error for the EM scheme, even for test functions that can be Dirac masses.
Explicit Rates for Specific Kernels (Section 4):
The author applies their general results to specific cases:
- Bounded Lipschitz Kernels: Recovering rates of order O(N−d+21+h1/2).
- Riesz Potentials and Coulomb Kernels: For d≥2, the rate is O(N−2(d+1)1+N2(d+1)dh1/2).
- Krylov-Röckner Type Kernels: Similar rates are derived for kernels satisfying K∈Lp with p>d.
Significance and Claims
The paper claims that, to the best of the author's knowledge, these are the first results providing quantitative convergence rates for the Euler-Maruyama scheme applied to interacting particle systems with singular interaction kernels.
- Handling Singularities: Unlike previous works that often require Lipschitz continuity of the drift in the Wasserstein metric (which fails for singular kernels), this work utilizes a specific regularity structure of the convolution operator K∗f in L1∩Lr spaces.
- Discretization Analysis: While quantitative convergence for the non-discretized (continuous time) particle system was recently established by Olivera et al. [35], this paper extends the analysis to the discretized EM scheme, explicitly quantifying the trade-off between the number of particles N and the time step h.
- Robustness: The method is shown to be robust for kernels that do not satisfy the standard Krylov-Röckner condition (e.g., highly singular Keller-Segel kernels where α≥2), provided they satisfy the specific structural assumptions (AK) introduced in the paper.
The author emphasizes that the derived rates depend polynomially on N and h, and the analysis carefully tracks the dependence on the dimension d and the singularity strength of the kernel. The work bridges the gap between theoretical propagation of chaos results and practical numerical implementation for singular interaction models.