Real-Time Sampling-based Online Planning for Drone Interception
Gilhyun Ryou, Lukas Lao Beyer, Sertac Karaman
TL;DR
The work tackles real-time, time-efficient interception of a moving target by a defense drone in cluttered, uncertain environments. It combines sampling-based trajectory generation with a neural network planning policy to replace expensive nonlinear optimization, enabling parallel exploration of multiple candidate target positions and rapid selection of the minimum-time feasible path. A multi-fidelity reinforcement learning framework assesses trajectory feasibility and refines time allocations, improving robustness to prediction noise and dynamics. Validated in simulation and real-world tests, the approach achieves high-rate online replanning (around 10 Hz) and demonstrates effective interception despite imperfect target predictions, suggesting strong practical impact for agile autonomous defense systems.
Abstract
This paper studies high-speed online planning in dynamic environments. The problem requires finding time-optimal trajectories that conform to system dynamics, meeting computational constraints for real-time adaptation, and accounting for uncertainty from environmental changes. To address these challenges, we propose a sampling-based online planning algorithm that leverages neural network inference to replace time-consuming nonlinear trajectory optimization, enabling rapid exploration of multiple trajectory options under uncertainty. The proposed method is applied to the drone interception problem, where a defense drone must intercept a target while avoiding collisions and handling imperfect target predictions. The algorithm efficiently generates trajectories toward multiple potential target drone positions in parallel. It then assesses trajectory reachability by comparing traversal times with the target drone's predicted arrival time, ultimately selecting the minimum-time reachable trajectory. Through extensive validation in both simulated and real-world environments, we demonstrate our method's capability for high-rate online planning and its adaptability to unpredictable movements in unstructured settings.
