paper-with-me

Papers

Deep Reinforcement Learning for Combinatorial Optimization: Covering Salesman Problems

2021-02-11 · Kaiwen Li, Tao Zhang, Rui Wang Yuheng Wang, Yi Han

This paper introduces a new deep learning approach to approximately solve the Covering Salesman Problem (CSP). In this approach, given the city locations of a CSP as input, a deep neural network model is designed to directly output the solution. It is trained using the deep reinforcement learning without supervision. Specifically, in the model, we apply the Multi-head Attention to capture the structural patterns, and design a dynamic embedding to handle the dynamic patterns of the problem. Once the model is trained, it can generalize to various types of CSP tasks (different sizes and topologies) with no need of re-training. Through controlled experiments, the proposed approach shows desirable time complexity: it runs more than 20 times faster than the traditional heuristic solvers with a tiny gap of optimality. Moreover, it significantly outperforms the current state-of-the-art deep learning approaches for combinatorial optimization in the aspect of both training and inference. In comparison with traditional solvers, this approach is highly desirable for most of the challenging tasks in practice that are usually large-scale and require quick decisions.

📄 PDF Abstract BibTeX arXiv:2102.05875

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial OptimizationDeep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

DIMES: A Differentiable Meta Solver for Combinatorial Optimization Problems

2022-10-08 · Ruizhong Qiu, Zhiqing Sun, Yiming Yang

Recently, deep reinforcement learning (DRL) models have shown promising results in solving NP-hard Combinatorial Optimization (CO) problems. However, most DRL solvers can only scale to a few hundreds of nodes for combina…

Combinatorial OptimizationDeep Reinforcement LearningMeta-LearningTraveling Salesman Problem

Combining Reinforcement Learning and Constraint Programming for Combinatorial Optimization

2020-06-02 · Quentin Cappart, Thierry Moisan, Louis-Martin Rousseau, Isabeau Prémont-Schwarz 외

Combinatorial optimization has found applications in numerous fields, from aerospace to transportation planning and economics. The goal is to find an optimal solution among a finite set of possibilities. The well-known c…

Combinatorial OptimizationDeep Reinforcement LearningPortfolio Optimizationreinforcement-learning+3

Learning Combined Set Covering and Traveling Salesman Problem

2020-07-07 · Yuwen Yang, Jayant Rajgopal

The Traveling Salesman Problem is one of the most intensively studied combinatorial optimization problems due both to its range of real-world applications and its computational complexity. When combined with the Set Cove…

Combinatorial OptimizationTraveling Salesman Problem

Permutation Picture of Graph Combinatorial Optimization Problems

2024-10-22 · Yimeng Min

This paper proposes a framework that formulates a wide range of graph combinatorial optimization problems using permutation-based representations. These problems include the travelling salesman problem, maximum independe…

Combinatorial Optimization

Offline Decision Transformers for Neural Combinatorial Optimization: Surpassing Heuristics on the Traveling Salesman Problem

2026-03-26 · Hironori Ohigashi, Shinichiro Hamada arxiv

Combinatorial optimization problems like the Traveling Salesman Problem are critical in industry yet NP-hard. Neural Combinatorial Optimization has shown promise, but its reliance on online reinforcement learning (RL) ha…

Reinforcement LearningOffline RL