Multi-Level Damage-Aware Graph Learning for Resilient UAV Swarm Networks
Huan Lin, Chenguang Zhu, Lianghui Ding, Lin Wang, Feng Yang
TL;DR
This work tackles connectivity restoration in UAV swarm networks under massive damage by proposing ML-DAGL, a two-stage graph-learning framework that explicitly leverages information about destroyed nodes. The method combines a Multi-Branch Damage Attention (MBDA) module, which constructs multi-hop, damage-aware graphs to mitigate over-aggregation and sparsity, with a Dilated Graph Convolution Network (DGCN) that operates on bipartite mDAGs to generate recovery trajectories; convergence of the bipartite graph convolutions is theoretically established. The authors prove an upper bound on recovery time and demonstrate, through extensive simulations, that ML-DAGL achieves guaranteed connectivity restoration (R_c = 1) across varying damage scales and swarm sizes, while significantly reducing recovery time and producing more uniform recovered topologies compared with state-of-the-art baselines. The approach is designed to be scalable and practically deployable with fixed input dimensions and modest online computation, thanks to pre-trained models and a fixed-dimension representation for any damage pattern within a given swarm size.
Abstract
Unmanned aerial vehicle (UAV) swarm networks leverage resilient algorithms to restore connectivity from communication network split issues. However, existing graph learning-based approaches face over-aggregation and non-convergence problems caused by uneven and sparse topology under massive damage. In this paper, we propose a novel Multi-Level Damage-Aware (MLDA) Graph Learning algorithm to generate recovery solutions, explicitly utilizing information about destroyed nodes to guide the recovery process. The algorithm first employs a Multi-Branch Damage Attention (MBDA) module as a pre-processing step, focusing attention on the critical relationships between remaining nodes and destroyed nodes in the global topology. By expanding multi-hop neighbor receptive fields of nodes to those damaged areas, it effectively mitigating the initial sparsity and unevenness before graph learning commences. Second, a Dilated Graph Convolution Network (DGCN) is designed to perform convolution on the MBDA-processed bipartite graphs between remaining and destroyed nodes. The DGCN utilizes a specialized bipartite graph convolution operation to aggregate features and incorporates a residual-connected architecture to extend depth, directly generating the target locations for recovery. We theoretically proved the convergence of the proposed algorithm and the computational complexity is acceptable. Simulation results show that the proposed algorithm can guarantee the connectivity restoration with excellent scalability, while significantly expediting the recovery time and improving the topology uniformity after recovery.
