A Twin Learning Framework for Traveling Salesman Problem Based on Autoencoder, Graph Filter, and Transfer Learning

Junjun Wu,Hanshi Yang,Yan Zeng,Zhou Wu,Jiepeng Liu,Liang Feng
DOI: https://doi.org/10.1109/tce.2023.3269071
2023-01-01
IEEE Transactions on Consumer Electronics
Abstract:Efficient solvers for traveling salesman problem (TSP) have great significance in the field of consumer electronic systems and devices. Existing studies require independent and repetitive runs for similar TSPs. To utilize useful knowledge buried in the twin TSP which is similar to the target TSP, a twin learning framework based on task matching and mapping strategy is proposed. We use an autoencoder to extract the feature vectors of the historical tasks and the target task to find the twin task. If not found, construct a twin task based on a graph-filter. Further, we get the solution of the target task with the optimized twin task by learning a mapping matrix from the twin task to the target task. Finally, we incorporate local search algorithms into the twin learning framework, which called strategy mapping solver (SMS) to further improve the quality of the solution. The efficacy of the SMS is evaluated through comprehensive empirical studies with commonly used TSP benchmarks, against meta-heuristic algorithms and a learning improvement heuristics algorithm, demonstrating its effectiveness for TSP. Moreover, a real-world combinatorial optimization application, laser engraving path planning, is presented to further confirm the efficacy of SMS.
What problem does this paper attempt to address?