AIMar 3, 2017

Sequential Plan Recognition

arXiv:1703.01083v111 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of ambiguous plan recognition for AI systems that interact with users, though it is incremental as it builds on existing recognition methods.

The paper tackles the problem of disambiguating between multiple hypotheses in plan recognition by sequentially querying the agent about candidate plans, aiming to reduce the number of hypotheses with minimal queries. It shows that the proposed policies significantly reduce hypotheses using fewer queries than a baseline in two domains.

Plan recognition algorithms infer agents' plans from their observed actions. Due to imperfect knowledge about the agent's behavior and the environment, it is often the case that there are multiple hypotheses about an agent's plans that are consistent with the observations, though only one of these hypotheses is correct. This paper addresses the problem of how to disambiguate between hypotheses, by querying the acting agent about whether a candidate plan in one of the hypotheses matches its intentions. This process is performed sequentially and used to update the set of possible hypotheses during the recognition process. The paper defines the sequential plan recognition process (SPRP), which seeks to reduce the number of hypotheses using a minimal number of queries. We propose a number of policies for the SPRP which use maximum likelihood and information gain to choose which plan to query. We show this approach works well in practice on two domains from the literature, significantly reducing the number of hypotheses using fewer queries than a baseline approach. Our results can inform the design of future plan recognition systems that interleave the recognition process with intelligent interventions of their users.

Foundations

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

Your Notes