English

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

Robotics 2026-03-20 v1 Artificial Intelligence

Abstract

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.

Keywords

Cite

@article{arxiv.2603.19074,
  title  = {CAMO: A Conditional Neural Solver for the Multi-objective Multiple Traveling Salesman Problem},
  author = {Fengxiaoxiao Li and Xiao Mao and Mingfeng Fan and Yifeng Zhang and Yi Li and Tanishq Duhan and Guillaume Sartoretti},
  journal= {arXiv preprint arXiv:2603.19074},
  year   = {2026}
}

Comments

9 pages, 3 figures

R2 v1 2026-07-01T11:28:25.905Z