← Back to arXiv
arXivProbabilityarXiv:2607.19583

Density-Dependent McKean--Vlasov Diffusions: Subgaussian Occupancy Bounds and Polynomial Propagation of Chaos

The paper studies a type of random particle system where each particle's movement depends on how densely packed the particles are around it. Specifically, the speed at which a particle diffuses is controlled by the local density of the whole population, which creates a feedback loop: the particles' positions determine the density, and the density in turn shapes how the particles move. This kind of model arises in biology, physics, and data science, but it is mathematically tricky because estimating local density from a finite number of particles introduces errors that feed back into the system's dynamics.

The main theoretical contribution is showing that a large collection of N such particles behaves, in an approximate sense, like N independent copies of the idealized continuous model. This property is called "propagation of chaos," and the paper quantifies how fast the approximation improves as N grows. The authors achieve this by replacing the standard kernel density estimator with a histogram-based approach, where space is divided into bins and particle counts are tallied per bin. They develop careful probability bounds showing that the histogram is unlikely to be wildly wrong in any given bin, using a clever technique that converts the fixed-N counting problem into a more tractable Poisson random variable problem, analyzes it, and then converts back. Choosing the bin size optimally, the total variation error between the true joint distribution and the particle approximation shrinks at a rate roughly proportional to N raised to the power of negative one divided by (d+2), where d is the number of spatial dimensions, up to logarithmic corrections.

Beyond the theoretical guarantees, the paper highlights a practical computational advantage of the histogram approach. Standard density estimators require comparing every particle to every other particle, which costs order N-squared operations per time step. By contrast, the histogram method with a hashing scheme locates which bin each particle falls into in constant time, so the full density evaluation scales linearly in N. This makes the algorithm substantially more scalable for large particle systems, while the theoretical results ensure the approximation remains controlled and quantifiably accurate over any fixed time horizon.

Read original →