paper-with-me

Papers

Sym-NCO: Leveraging Symmetricity for Neural Combinatorial Optimization

2022-05-26 · Minsu Kim, Junyoung Park, Jinkyoo Park

Deep reinforcement learning (DRL)-based combinatorial optimization (CO) methods (i.e., DRL-NCO) have shown significant merit over the conventional CO solvers as DRL-NCO is capable of learning CO solvers less relying on problem-specific expert domain knowledge (heuristic method) and supervised labeled data (supervised learning method). This paper presents a novel training scheme, Sym-NCO, which is a regularizer-based training scheme that leverages universal symmetricities in various CO problems and solutions. Leveraging symmetricities such as rotational and reflectional invariance can greatly improve the generalization capability of DRL-NCO because it allows the learned solver to exploit the commonly shared symmetricities in the same CO problem class. Our experimental results verify that our Sym-NCO greatly improves the performance of DRL-NCO methods in four CO tasks, including the traveling salesman problem (TSP), capacitated vehicle routing problem (CVRP), prize collecting TSP (PCTSP), and orienteering problem (OP), without utilizing problem-specific expert domain knowledge. Remarkably, Sym-NCO outperformed not only the existing DRL-NCO methods but also a competitive conventional solver, the iterative local search (ILS), in PCTSP at 240 faster speed. Our source code is available at https://github.com/alstn12088/Sym-NCO.

📄 PDF Abstract BibTeX arXiv:2205.13209

Code (1)

alstn12088/sym-nco 공식 구현 jax

Tasks

Combinatorial OptimizationDeep Reinforcement LearningTraveling Salesman Problem

Methods 이 논문이 사용한 방법론

Sym-NCO 설명 없음

Similar Papers 제목 키워드 기반

DevFormer: A Symmetric Transformer for Context-Aware Device Placement

2022-05-26 · Haeyeon Kim, Minsu Kim, Federico Berto, Joungho Kim 외

In this paper, we present DevFormer, a novel transformer-based architecture for addressing the complex and computationally demanding problem of hardware design optimization. Despite the demonstrated efficacy of transform…

Combinatorial OptimizationMeta-Learning

Structure Learning of Markov Random Fields through Grow-Shrink Maximum Pseudolikelihood Estimation

2018-07-03 · Yuya Takashina, Shuyo Nakatani, Masato Inoue

Learning the structure of Markov random fields (MRFs) plays an important role in multivariate analysis. The importance has been increasing with the recent rise of statistical relational models since the MRF serves as a b…

End-to-End Constrained Optimization Learning: A Survey

2021-03-30 · James Kotary, Ferdinando Fioretto, Pascal Van Hentenryck, Bryan Wilder

This paper surveys the recent attempts at leveraging machine learning to solve constrained optimization problems. It focuses on surveying the work on integrating combinatorial solvers and optimization methods with machin…

BIG-bench Machine LearningHybrid Machine LearningSurvey

Machine Learning for Combinatorial Optimization: a Methodological Tour d'Horizon

2018-11-15 · Yoshua Bengio, Andrea Lodi, Antoine Prouvost

This paper surveys the recent attempts, both from the machine learning and operations research communities, at leveraging machine learning to solve combinatorial optimization problems. Given the hard nature of these prob…

BIG-bench Machine LearningCombinatorial Optimization

Combinatorial Optimization via LLM-driven Iterated Fine-tuning

2025-03-10 · Pranjal Awasthi, Sreenivas Gollapudi, Ravi Kumar, Kamesh Munagala

We present a novel way to integrate flexible, context-dependent constraints into combinatorial optimization by leveraging Large Language Models (LLMs) alongside traditional algorithms. Although LLMs excel at interpreting…

Combinatorial Optimizationglobal-optimizationScheduling