FGDC: A fine-grained divide-and-conquer approach for extending NCO to solve large-scale Traveling Salesman Problem

IF 7.5 1区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE
Xinwei Chen , Yurui Li , Yifan Yang , Li Zhang , Shijian Li , Gang Pan
{"title":"FGDC: A fine-grained divide-and-conquer approach for extending NCO to solve large-scale Traveling Salesman Problem","authors":"Xinwei Chen ,&nbsp;Yurui Li ,&nbsp;Yifan Yang ,&nbsp;Li Zhang ,&nbsp;Shijian Li ,&nbsp;Gang Pan","doi":"10.1016/j.eswa.2025.127950","DOIUrl":null,"url":null,"abstract":"<div><div>Large-scale Traveling Salesman Problem (TSP) applications are common and important in practice. Unfortunately, the time usage of the state-of-the-art heuristic solver LKH increases quadratically with the scale of the problem instance. Neural Combinatorial Optimization (NCO) has emerged as an efficient alternative to LKH, but it struggles to handle large-scale instances using zero-shot generalization. Divide-and-conquer is a classical paradigm for handling large-scale problems. However, integrating NCO with the divide-and-conquer paradigm is challenging. Fine-grained division is necessary to maintain the solution quality of the NCO solver on sub-problems. The K-Means algorithm is widely used for division as it delivers good results, but its time complexity grows to <span><math><mrow><mi>O</mi><mo>(</mo><msup><mi>N</mi><mn>2</mn></msup><mo>)</mo></mrow></math></span> in fine-grained division. Besides, merging strategies that rely on pre-defined rules miss opportunities to improve solution quality. In this paper, we present FGDC, a fine-grained divide-and-conquer approach for extending NCO to solve large-scale TSP. In the dividing procedure, we propose LocKMeans algorithm with <span><math><mrow><mi>O</mi><mo>(</mo><mi>N</mi><mo>)</mo></mrow></math></span> time complexity to construct small-scale sub-problems based on the density distribution of nodes. The solving procedure imposes minimal constraints on the NCO solver, which is used to solve these sub-problems with GPU parallel execution, allowing FGDC to serve as a plug-and-play tool for general NCO approaches. We propose an MST-based merging strategy which is enhanced from three different perspectives including merging combination, merging operator, and merging order. Experimental results demonstrate that FGDC outperforms existing methods in the fine-grained division scenario. Additionally, it is highly scalable over instances ranging from 1K to 1M nodes. When employing POMO (pre-trained on TSP-100) as the solver, FGDC surpasses the SOTA baseline H-TSP by a significant margin, yielding the best result for large-scale TSP within the NCO landscape.</div></div>","PeriodicalId":50461,"journal":{"name":"Expert Systems with Applications","volume":"286 ","pages":"Article 127950"},"PeriodicalIF":7.5000,"publicationDate":"2025-05-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"Expert Systems with Applications","FirstCategoryId":"94","ListUrlMain":"https://www.sciencedirect.com/science/article/pii/S0957417425015726","RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q1","JCRName":"COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE","Score":null,"Total":0}
引用次数: 0

Abstract

Large-scale Traveling Salesman Problem (TSP) applications are common and important in practice. Unfortunately, the time usage of the state-of-the-art heuristic solver LKH increases quadratically with the scale of the problem instance. Neural Combinatorial Optimization (NCO) has emerged as an efficient alternative to LKH, but it struggles to handle large-scale instances using zero-shot generalization. Divide-and-conquer is a classical paradigm for handling large-scale problems. However, integrating NCO with the divide-and-conquer paradigm is challenging. Fine-grained division is necessary to maintain the solution quality of the NCO solver on sub-problems. The K-Means algorithm is widely used for division as it delivers good results, but its time complexity grows to O(N2) in fine-grained division. Besides, merging strategies that rely on pre-defined rules miss opportunities to improve solution quality. In this paper, we present FGDC, a fine-grained divide-and-conquer approach for extending NCO to solve large-scale TSP. In the dividing procedure, we propose LocKMeans algorithm with O(N) time complexity to construct small-scale sub-problems based on the density distribution of nodes. The solving procedure imposes minimal constraints on the NCO solver, which is used to solve these sub-problems with GPU parallel execution, allowing FGDC to serve as a plug-and-play tool for general NCO approaches. We propose an MST-based merging strategy which is enhanced from three different perspectives including merging combination, merging operator, and merging order. Experimental results demonstrate that FGDC outperforms existing methods in the fine-grained division scenario. Additionally, it is highly scalable over instances ranging from 1K to 1M nodes. When employing POMO (pre-trained on TSP-100) as the solver, FGDC surpasses the SOTA baseline H-TSP by a significant margin, yielding the best result for large-scale TSP within the NCO landscape.
FGDC:扩展NCO解决大规模旅行商问题的细粒度分而治之方法
大规模旅行商问题(TSP)的应用在实践中非常普遍和重要。不幸的是,最先进的启发式求解器LKH的使用时间随着问题实例的规模呈二次增长。神经组合优化(NCO)已成为LKH的有效替代方案,但它难以处理使用零次泛化的大规模实例。分而治之是处理大规模问题的经典范例。然而,将非政府组织与分而治之的模式相结合是具有挑战性的。细粒度划分对于保证NCO求解子问题的解的质量是必要的。K-Means算法因其除法效果好而被广泛使用,但在细粒度除法中其时间复杂度增长到O(N2)。此外,依赖于预定义规则的合并策略错失了提高解决方案质量的机会。在本文中,我们提出了FGDC,一种细粒度的分治方法,用于扩展NCO来解决大规模TSP。在划分过程中,我们提出了时间复杂度为0 (N)的LocKMeans算法,根据节点的密度分布构造小尺度子问题。求解过程对NCO求解器施加了最小的约束,它用于通过GPU并行执行来解决这些子问题,允许FGDC作为一般NCO方法的即插即用工具。本文提出了一种基于mst的合并策略,并从合并组合、合并算子和合并顺序三个不同的角度进行了改进。实验结果表明,FGDC在细粒度分割场景下优于现有方法。此外,它在从1K到1M节点的实例上具有高度可伸缩性。当使用POMO(在TSP-100上预训练)作为求解器时,FGDC大大超过了SOTA基线H-TSP,在NCO景观中产生了大规模TSP的最佳结果。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
求助全文
约1分钟内获得全文 求助全文
来源期刊
Expert Systems with Applications
Expert Systems with Applications 工程技术-工程:电子与电气
CiteScore
13.80
自引率
10.60%
发文量
2045
审稿时长
8.7 months
期刊介绍: Expert Systems With Applications is an international journal dedicated to the exchange of information on expert and intelligent systems used globally in industry, government, and universities. The journal emphasizes original papers covering the design, development, testing, implementation, and management of these systems, offering practical guidelines. It spans various sectors such as finance, engineering, marketing, law, project management, information management, medicine, and more. The journal also welcomes papers on multi-agent systems, knowledge management, neural networks, knowledge discovery, data mining, and other related areas, excluding applications to military/defense systems.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信