ROSYJul 21, 2020

UAV Target Tracking in Urban Environments Using Deep Reinforcement Learning

arXiv:2007.10934v159 citations
Originality Incremental advance
AI Analysis

This addresses the problem of autonomous UAV navigation for surveillance or monitoring in complex urban settings, but it is incremental as it builds on existing DQN methods with a curriculum framework.

The paper tackles persistent UAV target tracking in urban environments with obstacles and uncertain target motion by introducing TF-DQN, a deep reinforcement learning method, and shows that it enables the UAV to track targets persistently in both trained and unseen environments.

Persistent target tracking in urban environments using UAV is a difficult task due to the limited field of view, visibility obstruction from obstacles and uncertain target motion. The vehicle needs to plan intelligently in 3D such that the target visibility is maximized. In this paper, we introduce Target Following DQN (TF-DQN), a deep reinforcement learning technique based on Deep Q-Networks with a curriculum training framework for the UAV to persistently track the target in the presence of obstacles and target motion uncertainty. The algorithm is evaluated through several simulation experiments qualitatively as well as quantitatively. The results show that the UAV tracks the target persistently in diverse environments while avoiding obstacles on the trained environments as well as on unseen environments.

Code Implementations1 repo
Foundations

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

Your Notes