CAMO:一种用于多目标多旅行商问题的条件神经求解器 / CAMO: A Conditional Neural Solver for the Multi-objective Multiple Traveling Salesman Problem
1️⃣ 一句话总结
这篇论文提出了一个名为CAMO的神经网络模型,它能够有效解决多机器人协同访问多个目标点并权衡不同目标(如总路程和总耗时)的复杂规划问题,在多种任务规模下都能生成高质量的近似最优解集,并已在实际机器人平台上验证了实用性。
Robotic systems often require a team of robots to collectively visit multiple targets while optimizing competing objectives, such as total travel cost and makespan. This setting can be formulated as the Multi-Objective Multiple Traveling Salesman Problem (MOMTSP). Although learning-based methods have shown strong performance on the single-agent TSP and multi-objective TSP variants, they rarely address the combined challenges of multi-agent coordination and multi-objective trade-offs, which introduce dual sources of complexity. To bridge this gap, we propose CAMO, a conditional neural solver for MOMTSP that generalizes across varying numbers of targets, agents, and preference vectors, and yields high-quality approximations to the Pareto front (PF). Specifically, CAMO consists of a conditional encoder to fuse preferences into instance representations, enabling explicit control over multi-objective trade-offs, and a collaborative decoder that coordinates all agents by alternating agent selection and node selection to construct multi-agent tours autoregressively. To further improve generalization, we train CAMO with a REINFORCE-based objective over a mixed distribution of problem sizes. Extensive experiments show that CAMO outperforms both neural and conventional heuristics, achieving a closer approximation of PFs. In addition, ablation results validate the contributions of CAMO's key components, and real-world tests on a mobile robot platform demonstrate its practical applicability.
CAMO:一种用于多目标多旅行商问题的条件神经求解器 / CAMO: A Conditional Neural Solver for the Multi-objective Multiple Traveling Salesman Problem
这篇论文提出了一个名为CAMO的神经网络模型,它能够有效解决多机器人协同访问多个目标点并权衡不同目标(如总路程和总耗时)的复杂规划问题,在多种任务规模下都能生成高质量的近似最优解集,并已在实际机器人平台上验证了实用性。
源自 arXiv: 2603.19074