An Edge-Aware Graph Autoencoder Trained on Scale-Imbalanced Data for Traveling Salesman Problems
Shiqing Liu, Xueming Yan, Yaochu Jin

TL;DR
This paper introduces an edge-aware graph autoencoder trained on scale-imbalanced data to effectively solve Traveling Salesman Problems across various city counts, outperforming existing methods in generalization and efficiency.
Contribution
It proposes a novel graph autoencoder model with active sampling for scale-imbalanced TSP data, enhancing generalization across different problem sizes.
Findings
Achieves competitive performance on diverse-scale TSP instances
Effectively handles scale imbalance with active sampling strategy
Demonstrates potential for practical combinatorial optimization applications
Abstract
In recent years, there has been a notable surge in research on machine learning techniques for combinatorial optimization. It has been shown that learning-based methods outperform traditional heuristics and mathematical solvers on the Traveling Salesman Problem (TSP) in terms of both performance and computational efficiency. However, most learning-based TSP solvers are primarily designed for fixed-scale TSP instances, and also require a large number of training samples to achieve optimal performance. To fill this gap, this work proposes a data-driven graph representation learning method for solving TSPs with various numbers of cities. Specifically, we formulate the TSP as a link prediction task and propose an edge-aware graph autoencoder (EdgeGAE) model that can solve TSPs by learning from various-scale samples with an imbalanced distribution. A residual gated encoder is trained to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVehicle Routing Optimization Methods · Sentiment Analysis and Opinion Mining · Text and Document Classification Technologies
