On June 23, 2026, researchers Tianfeng Chen and Xianyue Li introduced a novel approach called Graph Edge Sparsification (GES) to tackle the computational challenges of the Traveling Salesman Problem (TSP). This learning-based method enhances efficiency by adapting to the specific geometric structures of different TSP instances, significantly reducing graph sizes.
Understanding Graph Edge Sparsification for TSP
The Traveling Salesman Problem is known for its complexity, particularly when solving large-scale instances. Traditional methods often rely on fixed heuristics, which may not fully utilize the unique characteristics of each problem instance. GES addresses this by incorporating geometric structural information, leading to a more refined approach.
By adaptively generating a sparsification graph for various instances, GES can prune a significant portion of edges, thus streamlining the solving process. In experiments using the MATILDA dataset, GES achieved edge pruning rates of up to 95% while maintaining a solution gap within 1% of the optimal value.
Experimental Results and Performance
In further evaluations, GES demonstrated impressive generalization capabilities on the TSPLIB. For some large-scale instances, the method exceeded a pruning rate of 99%, with the optimality gap remaining below 1%. These results underscore the potential of GES to enhance the efficiency of solving complex TSP instances.




