Search papers, labs, and topics across Lattice.
This paper introduces a safety-constrained perception-control framework for UAV navigation that addresses the challenges of sparse perception and dynamic constraints in dense environments. By employing a lightweight network that encodes observations into collision-risk-aware features and utilizing a Lagrangian-based safe PPO algorithm, the authors achieve enhanced training stability and safety during high-speed flights. Experimental results show that this approach outperforms existing reinforcement learning baselines in terms of success rates, safety, and efficiency across various obstacle densities and flight speeds.
A novel lightweight framework for UAV navigation achieves higher safety and efficiency, outperforming traditional RL methods even in complex environments.
With the rapid development of autonomous aerial systems, Unmanned Aerial Vehicles (UAVs) are increasingly deployed in applications such as inspection, environmental monitoring, and rescue, creating growing demand for reliable autonomous navigation. However, autonomous UAV navigation in dense environments remains challenging under sparse perception and dynamic constraints. Most reinforcement learning (RL) methods lack explicit safety mechanisms, leading to unsafe exploration, unstable training, and risky behaviors, especially during high-speed flight. Even in safe RL approaches, safety is often enforced by projecting policy outputs onto a safe action set, which may introduce instability. Meanwhile, many learning-based methods rely on dense inputs or large networks, increasing computational burden and limiting lightweight onboard deployment. Facing the above challenges, we propose a safety-constrained perception-control integrated framework for UAV navigation. A lightweight network encodes sparse observations into collision-risk-aware features using asymmetric and depthwise separable convolutions. We formulate the task as a constrained Markov decision process within a hierarchical control architecture and solve it using a Lagrangian-based safe PPO algorithm. Curriculum learning further improves training stability. Experiments with varying obstacle densities and flight speeds demonstrate higher success rates, improved safety, and better efficiency than existing reinforcement learning baselines.