Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

LocalEscaper: A Weakly-supervised Framework with Regional Reconstruction for Scalable Neural TSP Solvers

Created by
  • Haebom

Author

Junrui Wen, Yifei Li, Bart Selman, Kun He

Outline

This paper proposes LocalEscaper, a novel weakly supervised learning framework for the large-scale Traveling Salesman Problem (TSP). Conventional supervised learning-based neural network solutions require a large amount of high-quality labeled data, while reinforcement learning-based solutions, while low-data dependency, suffer from inefficiency. LocalEscaper combines the strengths of supervised and reinforcement learning to enable effective training with low-quality labeled data. Specifically, it introduces a local reconstruction strategy that alleviates the local optimum problem of existing local reconstruction methods, thereby improving solution quality. Experimental results on synthetic and real-world datasets demonstrate that LocalEscaper achieves remarkable results, outperforming existing neural network solutions.

Takeaways, Limitations

Takeaways:
Possibility of Efficient Large-Scale TSP Solutions Using Low-Quality Label Data
A novel framework that combines the strengths of supervised learning and reinforcement learning is proposed.
Alleviating the local optimum problem of existing methods using local reconstruction strategies.
Demonstrated performance that outperforms existing neural network solutions on synthetic and real-world datasets.
Limitations:
Further research is needed to determine the generalization performance of LocalEscaper's local reconstruction strategy.
Robustness assessment for TSP problems of various sizes and characteristics is needed.
Due to the limitations of weakly supervised learning, a perfect solution may not be guaranteed.
There is a possibility that the results may be biased towards certain types of datasets (further experiments and analysis are required).
👍