Skip to content

[NeurIPS 2025] Fractional Langevin Dynamics for Combinatorial Optimization via Polynomial-Time Escape

License

Notifications You must be signed in to change notification settings

Thinklab-SJTU/FLD4CO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Fractional Langevin Dynamics for Combinatorial Optimization

Official implementation of NeurIPS 2025 paper "Fractional Langevin Dynamics for Combinatorial Optimization via Polynomial-Time Escape".

Langevin dynamics (LD) and its discrete proposal have been widely applied in the field of Combinatorial Optimization (CO). Both sampling-based and data-driven approaches have benefited significantly from these methods. However, LD's reliance on Gaussian noise limits its ability to escape narrow local optima, requires costly parallel chains, and performs poorly in rugged landscapes or with non-strict constraints. These challenges have impeded the development of more advanced approaches. To address these issues, we introduce fractional Langevin dynamics (FLD) for CO, replacing Gaussian noise with $\alpha$-stable L'evy noise. FLD can escape from local optima more readily via L'evy flights, and in multiple-peak CO problems with high potential barriers it exhibits a polynomial escape time that outperforms the exponential escape time of LD. Moreover, FLD coincides with LD when $\alpha = 2$, and by tuning $\alpha$ it can be adapted to a wider range of complex scenarios in the CO field. We provide theoretical proof that our method offers enhanced exploration capabilities and improved convergence. Experimental results on the Maximum Independent Set, Maximum Clique, and Maximum Cut problems demonstrate that incorporating FLD advances both sampling-based and data-driven approaches, achieving state-of-the-art (SOTA) performance in most of the experiments.

Code coming soon!

About

[NeurIPS 2025] Fractional Langevin Dynamics for Combinatorial Optimization via Polynomial-Time Escape

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published