PRIMER: Perception-Aware Robust Learning-based Multiagent Trajectory Planner
Kota Kondo, Claudius T. Tewari, Andrea Tagliabue, Jesus Tordesillas, Parker C. Lusk, Mason B. Peterson, Jonathan P. How
TL;DR
The paper tackles perception-aware, decentralized multiagent trajectory planning under localization uncertainty by introducing optimization-based PARM/PARM* planners and a learning-based counterpart, PRIMER. PRIMER is trained via imitation learning using PARM* as the expert and employs an MLP with an LSTM backbone to handle variable obstacle counts, enabling fast, scalable replanning while still respecting deconfliction through the Robust MADER framework. Empirical results show PRIMER achieving up to approximately 5.6k× faster replanning with minimal loss in trajectory quality and no dynamic-constraint violations, across single- and multi-agent scenarios. This contributes a practical pathway to scalable swarm coordination in dynamic, uncertain environments, with future work focusing on larger-scale and hardware validations.
Abstract
In decentralized multiagent trajectory planners, agents need to communicate and exchange their positions to generate collision-free trajectories. However, due to localization errors/uncertainties, trajectory deconfliction can fail even if trajectories are perfectly shared between agents. To address this issue, we first present PARM and PARM*, perception-aware, decentralized, asynchronous multiagent trajectory planners that enable a team of agents to navigate uncertain environments while deconflicting trajectories and avoiding obstacles using perception information. PARM* differs from PARM as it is less conservative, using more computation to find closer-to-optimal solutions. While these methods achieve state-of-the-art performance, they suffer from high computational costs as they need to solve large optimization problems onboard, making it difficult for agents to replan at high rates. To overcome this challenge, we present our second key contribution, PRIMER, a learning-based planner trained with imitation learning (IL) using PARM* as the expert demonstrator. PRIMER leverages the low computational requirements at deployment of neural networks and achieves a computation speed up to 5500 times faster than optimization-based approaches.
