Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Regularized Langevin Dynamics for Combinatorial Optimization

About

This work proposes a simple yet effective sampling framework for combinatorial optimization (CO). Our method builds on discrete Langevin dynamics (LD), an efficient gradient-guided generative paradigm. However, we observe that directly applying LD often leads to limited exploration. To overcome this limitation, we propose the Regularized Langevin Dynamics (RLD), which enforces an expected distance between the sampled and current solutions, effectively avoiding local minima. We develop two CO solvers on top of RLD, one based on simulated annealing (SA), and the other one based on neural network (NN). Empirical results on three classic CO problems demonstrate that both of our methods can achieve comparable or better performance against the previous state-of-the-art (SOTA) SA- and NN-based solvers. In particular, our SA algorithm reduces the runtime of the previous SOTA SA method by up to 80\%, while achieving equal or superior performance. In summary, RLD offers a promising framework for enhancing both traditional heuristics and NN models to solve CO problems. Our code is available at https://github.com/Shengyu-Feng/RLD4CO.

Shengyu Feng, Yiming Yang• 2025

Related benchmarks

TaskDatasetResultRank
Maximum Independent SetER [700-800]
Solution Size43.14
58
Maximum Independent SetRB [200-300]
MIS Size19.65
38
Maximum Independent SetMIS Large-scale
Objective Value40.19
21
MaxCutGSET (|V|=800)
Average Gap to Best Known Cut3.22
19
MaxCutGSET (|V|=1K)
Average Gap to Best Known Cut4
19
MaxCutGSET |V|=2K
Average Gap to Best Known Cut13
18
MaxCutGSET (|V|>=3K)
Average Gap to Best Known Cut66.75
18
Maximum Independent SetER [9000-11000]
MIS Size374.4
13
Maximum Independent SetMIS RB-small
Average Objective Value19.97
10
Sudoku SolvingSudoku Easy
Accuracy4.2
9
Showing 10 of 16 rows

Other info

Follow for update