paper-with-me

Papers

Learning the Travelling Salesperson Problem Requires Rethinking Generalization

2020-06-12 · Chaitanya K. Joshi, Quentin Cappart, Louis-Martin Rousseau, Thomas Laurent

End-to-end training of neural network solvers for graph combinatorial optimization problems such as the Travelling Salesperson Problem (TSP) have seen a surge of interest recently, but remain intractable and inefficient beyond graphs with few hundreds of nodes. While state-of-the-art learning-driven approaches for TSP perform closely to classical solvers when trained on trivially small sizes, they are unable to generalize the learnt policy to larger instances at practical scales. This work presents an end-to-end neural combinatorial optimization pipeline that unifies several recent papers in order to identify the inductive biases, model architectures and learning algorithms that promote generalization to instances larger than those seen in training. Our controlled experiments provide the first principled investigation into such zero-shot generalization, revealing that extrapolating beyond training data requires rethinking the neural combinatorial optimization pipeline, from network layers and learning paradigms to evaluation protocols. Additionally, we analyze recent advances in deep learning for routing problems through the lens of our pipeline and provide new directions to stimulate future research.

📄 PDF Abstract BibTeX arXiv:2006.07054

Code (4)

chaitjo/learning-tsp 공식 구현 pytorch
chaitjo/graph-convnet-tsp pytorch
chaitjo/learning-paradigms-for-tsp pytorch
longkangli/pfss-il pytorch

Tasks

Combinatorial OptimizationTransfer LearningZero-shot Generalization

Similar Papers 제목 키워드 기반

Web-Based Implementation of Travelling Salesperson Problem Using Genetic Algorithm

2018-02-09 · Aryo Pinandito, Novanto Yudistira, Fajar Pradana

The world is connected through the Internet. As the abundance of Internet users connected into the Web and the popularity of cloud computing research, the need of Artificial Intelligence (AI) is demanding. In this resear…

Cloud ComputingScheduling

Insights from Multi-tasking the EAX Algorithm for the Travelling Salesperson Problem

2026-08-13 · Liam Wigney, Aneta Neumann, Yew-Soon Ong, Frank Neumann arxiv

Evolutionary multitasking allows several related problems to be solved in a single run of an algorithm. In this paper, we investigate integrating evolutionary multitasking with Edge Assembly Crossover (MT-EAX) to solve t…

Evolving Diverse Sets of Tours for the Travelling Salesperson Problem

2020-04-20 · Anh Viet Do, Jakob Bossek, Aneta Neumann, Frank Neumann

Evolving diverse sets of high quality solutions has gained increasing interest in the evolutionary computation literature in recent years. With this paper, we contribute to this area of research by examining evolutionary…

DiversityEvolutionary Algorithms

Pareto Frontier Approximation Network (PA-Net) to Solve Bi-objective TSP

2022-03-02 · Ishaan Mehta, Sharareh Taghipour, Sajad Saeedi

The travelling salesperson problem (TSP) is a classic resource allocation problem used to find an optimal order of doing a set of tasks while minimizing (or maximizing) an associated objective function. It is widely used…

Reinforcement Learning (RL)Scheduling

Recent Advances in Deep Learning for Routing Problems

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Developing neural network-driven solvers for combinatorial optimization problems such as the Travelling Salesperson Problem have seen a surge of academic interest recently. This blogpost presents a Neural Combinatorial O…

Combinatorial OptimizationDeep Learning