Pith. sign in

REVIEW 1 cited by

Generalization of Machine Learning for Problem Reduction: A Case Study on Travelling Salesman Problems

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 2005.05847 v2 pith:OVCSCPR3 submitted 2020-05-12 cs.LG stat.ML

Generalization of Machine Learning for Problem Reduction: A Case Study on Travelling Salesman Problems

classification cs.LG stat.ML
keywords problemlearningmachinetestdifferentinstancesmodeloptimization
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Combinatorial optimization plays an important role in real-world problem solving. In the big data era, the dimensionality of a combinatorial optimization problem is usually very large, which poses a significant challenge to existing solution methods. In this paper, we examine the generalization capability of a machine learning model for problem reduction on the classic travelling salesman problems (TSP). We demonstrate that our method can greedily remove decision variables from an optimization problem that are predicted not to be part of an optimal solution. More specifically, we investigate our model's capability to generalize on test instances that have not been seen during the training phase. We consider three scenarios where training and test instances are different in terms of: 1) problem characteristics; 2) problem sizes; and 3) problem types. Our experiments show that this machine learning based technique can generalize reasonably well over a wide range of TSP test instances with different characteristics or sizes. While the accuracy of predicting unused variables naturally deteriorates as a test instance is further away from the training set, we observe that even when tested on a different TSP problem variant, the machine learning model still makes useful predictions about which variables can be eliminated without significantly impacting solution quality.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

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

  1. GES-TSP: Graph Edge Sparsification for TSP

    cs.AI 2026-06 conditional novelty 4.0

    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.