Long-time Stability and Convergence of Particle Swarm Optimization
arXiv:2607.24696
2026
Optimization
1 ideas extracted · analyzed Aug 31, 2026
What the math gives to ML
The paper provides a discrete-time Schur-stability analysis for second-order stochastic optimization dynamics, including an explicit admissible parameter region that prevents oscillatory or divergent updates. The transferable asset is not PSO itself, but the conversion of a continuous damping and attraction model into a discrete stability constraint. A practical adaptation is a heavy-ball-like optimizer whose momentum and gradient step are chosen inside the paper's stability triangle, with curvature estimates used to keep the largest active eigendirection approximately stable. This is testable on small transformers and MLPs by comparing loss descent, gradient-norm spikes, and sensitivity to learning-rate increases against AdamW and momentum SGD.
Ideas from this paper
Unverified
2026
Replace ordinary momentum SGD with a two-state position/velocity update whose damping and gradient coupling are explicitly constrained by the discrete Schur-stability region identified for the paper's linearized PSO dynamics. Estimate a conservative local maximum curvature and choose the effective gradient step so that the largest Hessian mode remains inside the stability triangle, allowing more aggressive steps without the loss spikes commonly caused by momentum overshoot.
Useful6/10
Difficulty5/10
Novelty5/10