arXiv:2503.02954cs.ROcs.AI2025-03ICRA被引 4

用图神经网络自动编码器加速大规模机器人协同调度。

Reliable and Efficient Multi-Agent Coordination via Graph Neural Network Variational Autoencoders

  • 将协同问题建模为图结构,用GNN-VAE学习高效解空间。
  • 小规模训练后可快速生成250机器人场景的高质量调度方案。
  • 保证约束满足,适合需要实时决策的智能仓储系统。

多智能体协同对自动化仓库等共享空间中的可靠多机器人导航至关重要。在高密度机器人交通区域,局部协调方法可能无法找到无死锁的解。此时应由中心单元生成全局调度以确定机器人通行顺序。然而,此类集中式协调方法的运行时间随问题规模显著增加。本文提出利用图神经网络变分自编码器(GNN-VAE)以比集中优化更快的速度解决大规模多智能体协同问题。我们将协同问题形式化为图问题,并使用混合整数线性规划(MILP)求解器收集真实数据。训练阶段,学习框架将高质量解编码至隐空间;推理时,从采样的隐变量中解码出解样本,选取成本最低者用于协调。最终部署选择可行性最高、性能最优的方案。本框架构造上始终满足协调问题约束。数值结果表明,该方法在小规模问题上训练后,可对含250个机器人的大规模问题生成高质量解,且远快于其他基线方法。

原文摘要 · Abstract (English)

Multi-agent coordination is crucial for reliable multi-robot navigation in shared spaces such as automated warehouses. In regions of dense robot traffic, local coordination methods may fail to find a deadlock-free solution. In these scenarios, it is appropriate to let a central unit generate a global schedule that decides the passing order of robots. However, the runtime of such centralized coordination methods increases significantly with the problem scale. In this paper, we propose to leverage Graph Neural Network Variational Autoencoders (GNN-VAE) to solve the multi-agent coordination problem at scale faster than through centralized optimization. We formulate the coordination problem as a graph problem and collect ground truth data using a Mixed-Integer Linear Program (MILP) solver. During training, our learning framework encodes good quality solutions of the graph problem into a latent space. At inference time, solution samples are decoded from the sampled latent variables, and the lowest-cost sample is selected for coordination. Finally, the feasible proposal with the highest performance index is selected for the deployment. By construction, our GNN-VAE framework returns solutions that always respect the constraints of the considered coordination problem. Numerical results show that our approach trained on small-scale problems can achieve high-quality solutions even for large-scale problems with 250 robots, being much faster than other baselines. Project page: https://mengyuest.github.io/gnn-vae-coord

多智能体图神经网络机器人调度强化学习

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。