Multi-UAVs end-to-end Distributed Trajectory Generation over Point Cloud Data
Antonio Marino, Claudio Pacchierotti, Paolo Robuffo Giordano
TL;DR
This work addresses scalable, collision-free trajectory generation for teams of UAVs navigating cluttered, dynamic environments using LiDAR point-cloud data. It introduces a decentralized, end-to-end planner with two neural branches—one proposing a trajectory in MINVO CP space and another predicting collision constraints—augmented by a differentiable QP layer and MAGAT-based communication. Training leverages a privileged expert (MADER) to create robust datasets, and a point-cloud saliency map (PointBackProp variant) offers interpretability for the learned decisions. Experiments demonstrate strong performance up to 25 UAVs and 25% obstacle density, with 100% success in moderate scenarios and competitive travel times compared to baselines, along with successful physical-simulation validation. The approach offers practical impact for real-time multi-UAV coordination by combining end-to-end learning, decentralized communication, and safety guarantees, while providing a toolset for understanding perception-driven decisions via saliency maps.
Abstract
This paper introduces an end-to-end trajectory planning algorithm tailored for multi-UAV systems that generates collision-free trajectories in environments populated with both static and dynamic obstacles, leveraging point cloud data. Our approach consists of a 2-fork neural network fed with sensing and localization data, able to communicate intermediate learned features among the agents. One network branch crafts an initial collision-free trajectory estimate, while the other devises a neural collision constraint for subsequent optimization, ensuring trajectory continuity and adherence to physicalactuation limits. Extensive simulations in challenging cluttered environments, involving up to 25 robots and 25% obstacle density, show a collision avoidance success rate in the range of 100 -- 85%. Finally, we introduce a saliency map computation method acting on the point cloud data, offering qualitative insights into our methodology.
