ROSep 30, 2020

Explainable Deep Reinforcement Learning for UAV Autonomous Navigation

arXiv:2009.14551v215 citations
Originality Incremental advance
AI Analysis

This addresses the problem of explainable and efficient navigation for UAVs with limited computation, though it is incremental as it applies existing DRL with added explanation methods.

The paper tackled autonomous navigation for small UAVs in unknown environments by proposing a deep reinforcement learning-based reactive controller that uses only current sensor data, reducing memory and computation requirements; simulation and real-world tests showed the controller successfully navigated to goals and performed faster than conventional methods under the same resources.

Autonomous navigation in unknown complex environment is still a hard problem, especially for small Unmanned Aerial Vehicles (UAVs) with limited computation resources. In this paper, a neural network-based reactive controller is proposed for a quadrotor to fly autonomously in unknown outdoor environment. The navigation controller makes use of only current sensor data to generate the control signal without any optimization or configuration space searching, which reduces both memory and computation requirement. The navigation problem is modelled as a Markov Decision Process (MDP) and solved using deep reinforcement learning (DRL) method. Specifically, to get better understanding of the trained network, some model explanation methods are proposed. Based on the feature attribution, each decision making result during flight is explained using both visual and texture explanation. Moreover, some global analysis are also provided for experts to evaluate and improve the trained neural network. The simulation results illustrated the proposed method can make useful and reasonable explanation for the trained model, which is beneficial for both non-expert users and controller designer. Finally, the real world tests shown the proposed controller can navigate the quadrotor to goal position successfully and the reactive controller performs much faster than some conventional approach under the same computation resource.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes