🤖 AI Summary
For terrain-aware navigation and obstacle avoidance in nap-of-the-earth (NOE) flight—relying solely on onboard RGB imagery and ego-pose—we propose an end-to-end vision-based navigation framework integrating behavior cloning (BC) and self-supervised learning. Our method jointly leverages self-supervised monocular depth estimation, motion-prior modeling, and a lightweight reinforcement learning policy network to generate collision-free trajectories in real time within a custom canyon simulation environment. The key innovation is the first-ever joint BC–self-supervised training paradigm, which markedly improves policy generalization under sparse expert supervision and robustness to complex, low-altitude terrain. Experimental results demonstrate a 23% increase in trajectory success rate, a 37% reduction in mean flight altitude, and inference latency under 50 ms—fully satisfying NOE real-time operational constraints.
📝 Abstract
In this paper, we study the problem of generating low altitude path plans for nap-of-the-earth (NOE) flight in real time with only RGB images from onboard cameras and the vehicle pose. We propose a novel training method that combines behavior cloning and self-supervised learning that enables the learned policy to outperform the policy trained with standard behavior cloning approach on this task. Simulation studies are performed on a custom canyon terrain.