paper-with-me

홈 › Papers

Parallel AutoRegressive Models for Multi-Agent Combinatorial Optimization

2024-09-05 · Federico Berto, Chuanbo Hua, Laurin Luttmann, Jiwoo Son, Junyoung Park, Kyuree Ahn, Changhyun Kwon, Lin Xie, Jinkyoo Park

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 generalizability, and high computational latency. To address these issues, we propose Parallel AutoRegressive Combinatorial Optimization (PARCO), a reinforcement learning framework designed to construct high-quality solutions for multi-agent combinatorial tasks efficiently. To this end, PARCO integrates three key 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 and demonstrates strong generalization ability and remarkable computational efficiency. Code available at: https://github.com/ai4co/parco.

📄 PDF Abstract BibTeX arXiv:2409.03811

Code (2)

ai4co/parco 공식 구현 pytorch
ai4co/camp pytorch

Tasks

Combinatorial OptimizationComputational EfficiencyDecision MakingScheduling

Similar Papers 제목 키워드 기반

DIMES: A Differentiable Meta Solver for Combinatorial Optimization Problems

2022-10-08 · Ruizhong Qiu, Zhiqing Sun, Yiming Yang

Recently, deep reinforcement learning (DRL) models have shown promising results in solving NP-hard Combinatorial Optimization (CO) problems. However, most DRL solvers can only scale to a few hundreds of nodes for combina…

Combinatorial OptimizationDeep Reinforcement LearningMeta-LearningTraveling Salesman Problem

Multi-Action Self-Improvement for Neural Combinatorial Optimization

2025-10-14 · Laurin Luttmann, Lin Xie arxiv

Self-improvement has emerged as a state-of-the-art paradigm in Neural Combinatorial Optimization (NCO), where models iteratively refine their policies by generating and imitating high-quality solutions. Despite strong em…

Ant Colony Sampling with GFlowNets for Combinatorial Optimization

2024-03-11 · Minsu Kim, Sanghyeok Choi, Hyeonah Kim, Jiwoo Son 외

We present the Generative Flow Ant Colony Sampler (GFACS), a novel meta-heuristic method that hierarchically combines amortized inference and parallel stochastic search. Our method first leverages Generative Flow Network…

Combinatorial Optimization

Planning in Branch-and-Bound: Model-Based Reinforcement Learning for Exact Combinatorial Optimization

2025-11-12 · Paul Strang, Zacharie Alès, Côme Bissuel, Olivier Juan 외 arxiv

Mixed-Integer Linear Programming (MILP) lies at the core of many real-world combinatorial optimization (CO) problems, traditionally solved by branch-and-bound (B&B). A key driver influencing B&B solvers efficiency is the…

Reinforcement Learning

Continuous Chain of Thought Enables Parallel Exploration and Reasoning

2025-05-29 · Halil Alperen Gozeten, M. Emrullah Ildiz, Xuechen Zhang, Hrayr Harutyunyan 외

Current language models generate chain-of-thought traces by autoregressively sampling tokens from a finite vocabulary. While this discrete sampling has achieved remarkable success, conducting chain-of-thought with contin…

Logical Reasoning