PARCO: Parallel AutoRegressive Models for Multi-Agent Combinatorial Optimization

Abstract

Combinatorial optimization problems involving multiple agents are notoriously challenging due to their NP-hard nature and the necessity for effective agent coordination. Despite advancements in learning-based methods, existing approaches often face critical limitations, including suboptimal agent coordination, poor generalization, and high computational latency. To address these issues, we propose PARCO (Parallel AutoRegressive Combinatorial Optimization), a general reinforcement learning framework designed to construct high-quality solutions for multi-agent combinatorial tasks efficiently. To this end, PARCO integrates three key novel components: (1) transformer-based communication layers to enable effective agent collaboration during parallel solution construction, (2) a multiple pointer mechanism for low-latency, parallel agent decision-making, and (3) priority-based conflict handlers to resolve decision conflicts via learned priorities. We evaluate PARCO in multi-agent vehicle routing and scheduling problems, where our approach outperforms state-of-the-art learning methods, demonstrating strong generalization ability and remarkable computational efficiency. We make our source code publicly available to foster future research: https://github.com/ai4co/parco.

Cite

Text

Berto et al. "PARCO: Parallel AutoRegressive Models for Multi-Agent Combinatorial Optimization." Advances in Neural Information Processing Systems, 2025.

Markdown

[Berto et al. "PARCO: Parallel AutoRegressive Models for Multi-Agent Combinatorial Optimization." Advances in Neural Information Processing Systems, 2025.](https://mlanthology.org/neurips/2025/berto2025neurips-parco/)

BibTeX

@inproceedings{berto2025neurips-parco,
  title     = {{PARCO: Parallel AutoRegressive Models for Multi-Agent Combinatorial Optimization}},
  author    = {Berto, Federico and Hua, Chuanbo and Luttmann, Laurin and Son, Jiwoo and Park, Junyoung and Ahn, Kyuree and Kwon, Changhyun and Xie, Lin and Park, Jinkyoo},
  booktitle = {Advances in Neural Information Processing Systems},
  year      = {2025},
  url       = {https://mlanthology.org/neurips/2025/berto2025neurips-parco/}
}