LGROMLJun 17, 2020

Learning to Track Dynamic Targets in Partially Known Environments

arXiv:2006.10190v113 citations
Originality Incremental advance
AI Analysis

This addresses the problem of dynamic target tracking for autonomous systems, offering a unified solution that is incremental in improving upon classical methods.

The paper tackles active target tracking for autonomous agents by introducing a deep reinforcement learning policy called ATTN, which achieves robust tracking of agile targets and handles navigation and exploration in partially known environments.

We solve active target tracking, one of the essential tasks in autonomous systems, using a deep reinforcement learning (RL) approach. In this problem, an autonomous agent is tasked with acquiring information about targets of interests using its onboard sensors. The classical challenges in this problem are system model dependence and the difficulty of computing information-theoretic cost functions for a long planning horizon. RL provides solutions for these challenges as the length of its effective planning horizon does not affect the computational complexity, and it drops the strong dependency of an algorithm on system models. In particular, we introduce Active Tracking Target Network (ATTN), a unified RL policy that is capable of solving major sub-tasks of active target tracking -- in-sight tracking, navigation, and exploration. The policy shows robust behavior for tracking agile and anomalous targets with a partially known target model. Additionally, the same policy is able to navigate in obstacle environments to reach distant targets as well as explore the environment when targets are positioned in unexpected locations.

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