Pith. sign in

REVIEW 3 cited by

The Transformer Network for the Traveling Salesman Problem

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2103.03012 v1 pith:AFPVUR3Q submitted 2021-03-04 cs.LG

classification cs.LG
keywords combinatorialheuristicsproblemalgorithmslearnlearningproblemsrecent
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

The Traveling Salesman Problem (TSP) is the most popular and most studied combinatorial problem, starting with von Neumann in 1951. It has driven the discovery of several optimization techniques such as cutting planes, branch-and-bound, local search, Lagrangian relaxation, and simulated annealing. The last five years have seen the emergence of promising techniques where (graph) neural networks have been capable to learn new combinatorial algorithms. The main question is whether deep learning can learn better heuristics from data, i.e. replacing human-engineered heuristics? This is appealing because developing algorithms to tackle efficiently NP-hard problems may require years of research, and many industry problems are combinatorial by nature. In this work, we propose to adapt the recent successful Transformer architecture originally developed for natural language processing to the combinatorial TSP. Training is done by reinforcement learning, hence without TSP training solutions, and decoding uses beam search. We report improved performances over recent learned heuristics with an optimal gap of 0.004% for TSP50 and 0.39% for TSP100.

Discussion (0). Sign in to comment.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Parametrized Multi-Agent Routing via Deep Attention Models

    cs.LG 2025-07 reject novelty 6.0 of 10

    A neural Shortest Path Network approximates Gibbs-sampled routes to make joint facility-location and path optimization scalable, with roughly 6% path-cost gap and large speedups.

  2. Graph Optimization Foundation Model: Tokenizing Graph via A Language-Model Paradigm

    cs.LG 2025-09 reject novelty 5.0 of 10

    A per-graph BERT-style masked random-walk model is repurposed to generate shortest paths and tours, with mixed quality versus classical solvers and no cross-graph transfer evaluation.

  3. GES-TSP: Graph Edge Sparsification for TSP

    cs.AI 2026-06 conditional novelty 4.0 of 10

    GES uses Delaunay coarse graphs, hand-crafted edge features, and a GAT to sparsify Euclidean TSP instances, pruning ~95–99% of edges with sub-1% optimality gaps on MATILDA and TSPLIB.

Pith tools