LGAIROOCSep 24, 2021

A Dynamic Programming Algorithm for Finding an Optimal Sequence of Informative Measurements

arXiv:2109.11808v45 citations
Originality Incremental advance
AI Analysis

This provides a more efficient method for autonomous agents or robots in tasks like active sensing, though it is incremental as it builds on existing dynamic programming and reinforcement learning techniques.

The paper tackles the problem of planning optimal sequences of informative measurements for autonomous agents, presenting a dynamic programming algorithm that can reduce the number of measurements by approximately half in a global search task compared to greedy approaches.

An informative measurement is the most efficient way to gain information about an unknown state. We present a first-principles derivation of a general-purpose dynamic programming algorithm that returns an optimal sequence of informative measurements by sequentially maximizing the entropy of possible measurement outcomes. This algorithm can be used by an autonomous agent or robot to decide where best to measure next, planning a path corresponding to an optimal sequence of informative measurements. The algorithm is applicable to states and controls that are either continuous or discrete, and agent dynamics that is either stochastic or deterministic; including Markov decision processes and Gaussian processes. Recent results from the fields of approximate dynamic programming and reinforcement learning, including on-line approximations such as rollout and Monte Carlo tree search, allow the measurement task to be solved in real time. The resulting solutions include non-myopic paths and measurement sequences that can generally outperform, sometimes substantially, commonly used greedy approaches. This is demonstrated for a global search task, where on-line planning for a sequence of local searches is found to reduce the number of measurements in the search by approximately half. A variant of the algorithm is derived for Gaussian processes for active sensing.

Foundations

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

Your Notes