AI Agents 相关度: 8/10

CAMO: A Conditional Neural Solver for the Multi-objective Multiple Traveling Salesman Problem

Fengxiaoxiao Li, Xiao Mao, Mingfeng Fan, Yifeng Zhang, Yi Li, Tanishq Duhan, Guillaume Sartoretti
arXiv: 2603.19074v1 发布: 2026-03-19 更新: 2026-03-19

AI 摘要

CAMO提出了一种条件神经求解器,用于求解多目标多旅行商问题,并能在实际机器人平台上应用。

主要贡献

  • 提出了一种条件神经求解器CAMO
  • CAMO可泛化到不同数量的目标、代理和偏好向量
  • CAMO在实际机器人平台上进行了验证

方法论

使用条件编码器融合偏好,并使用协作解码器协同多个agent,自回归地构建多agent的巡回路线,使用REINFORCE训练。

原文摘要

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.

标签

多目标优化 多旅行商问题 强化学习 机器人

arXiv 分类

cs.RO cs.AI