Enhancing UAV Search under Occlusion using Next Best View Planning
Sigrid Helene Strand, Thomas Wiedemann, Bram Burczek, Dmitriy Shutin
TL;DR
This work tackles UAV-assisted search in occluded environments by formulating NBV planning as a nonconvex optimization problem evaluated with two heuristics: Visibility Fitness $J_v$ and Geometry Fitness $J_d$. The authors implement an Evolutionary Algorithm (via the DEAP library) to optimize candidate camera poses, with $J_v$ leveraging ray-traced visibility of mesh vertices and a tunable weighting scheme, and $J_d$ using a D-optimality criterion grounded in photogrammetric linearization of the co-linearity equations. Across simulations and real-world experiments, $J_v$ consistently achieves higher hidden-object coverage (≈90% in simulations) and superior canopy-area visibility, while $J_d$ increases per-object pixel intensity but at the cost of broader coverage. The results demonstrate that NBV-guided UAV search can substantially improve detection in occluded forests, guiding future autonomous SAR deployments in dense environments.
Abstract
Search and rescue missions are often critical following sudden natural disasters or in high-risk environmental situations. The most challenging search and rescue missions involve difficult-to-access terrains, such as dense forests with high occlusion. Deploying unmanned aerial vehicles for exploration can significantly enhance search effectiveness, facilitate access to challenging environments, and reduce search time. However, in dense forests, the effectiveness of unmanned aerial vehicles depends on their ability to capture clear views of the ground, necessitating a robust search strategy to optimize camera positioning and perspective. This work presents an optimized planning strategy and an efficient algorithm for the next best view problem in occluded environments. Two novel optimization heuristics, a geometry heuristic, and a visibility heuristic, are proposed to enhance search performance by selecting optimal camera viewpoints. Comparative evaluations in both simulated and real-world settings reveal that the visibility heuristic achieves greater performance, identifying over 90% of hidden objects in simulated forests and offering 10% better detection rates than the geometry heuristic. Additionally, real-world experiments demonstrate that the visibility heuristic provides better coverage under the canopy, highlighting its potential for improving search and rescue missions in occluded environments.
