LGMay 22, 2024

Leader Reward for POMO-Based Neural Combinatorial Optimization

arXiv:2405.13947v14 citationsh-index: 1
Originality Incremental advance
AI Analysis

This addresses the need for more efficient and effective solutions in combinatorial optimization problems like TSP and CVRP, representing an incremental improvement over existing POMO-based methods.

The paper tackles the challenge of improving the generation of optimal solutions in neural combinatorial optimization by proposing Leader Reward, which reduces the gap to the optimum by over 100 times on TSP100 with minimal computational overhead.

Deep neural networks based on reinforcement learning (RL) for solving combinatorial optimization (CO) problems are developing rapidly and have shown a tendency to approach or even outperform traditional solvers. However, existing methods overlook an important distinction: CO problems differ from other traditional problems in that they focus solely on the optimal solution provided by the model within a specific length of time, rather than considering the overall quality of all solutions generated by the model. In this paper, we propose Leader Reward and apply it during two different training phases of the Policy Optimization with Multiple Optima (POMO) model to enhance the model's ability to generate optimal solutions. This approach is applicable to a variety of CO problems, such as the Traveling Salesman Problem (TSP), the Capacitated Vehicle Routing Problem (CVRP), and the Flexible Flow Shop Problem (FFSP), but also works well with other POMO-based models or inference phase's strategies. We demonstrate that Leader Reward greatly improves the quality of the optimal solutions generated by the model. Specifically, we reduce the POMO's gap to the optimum by more than 100 times on TSP100 with almost no additional computational overhead.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes