Optimal routing and transmission strategies for UAV reconnaissance missions with detection threats
Riley Badenbroek, Relinde Jurrius, Lander Verlinde
TL;DR
This work models UAV reconnaissance as joint routing and transmission decisions on a weighted graph with edge survival $q_{ij}$ and vertex transmission probability $p_i$, aiming to maximize the expected transmitted information $\mathbb{E}[X]$ under detection threats. It proves NP-completeness, provides a MILP formulation with linearized survival and value terms, and develops a genetic algorithm to efficiently search for high-quality strategies; it further generalizes to multiple drones. Key findings show MILP solves small instances quickly but scales poorly, while the GA—especially with full mutation strategies—consistently reaches near-optimal solutions and scales better, with multi-drone coordination yielding substantial gains. The results demonstrate practical planning tools for autonomous reconnaissance under adversarial threats and lay groundwork for extending to larger teams and more complex threat models.
Abstract
We consider an autonomous reconnaissance mission where an Unmanned Aerial Vehicle (UAV) has to visit several points of interest and communicate the intel back to the base. At every point of interest, the UAV has the option to either send back all available info, or continue to the next point of interest and communicate at a later stage. Both choices have a chance of detection, meaning the mission fails. We wish to maximize the expected amount of information gathered by the mission. This is modelled by a routing problem in a weighted graph. We show that the problem is NP-complete, discuss an ILP formulation, and use a genetic algorithm to find good solutions for up to ten points of interest.
