AIMar 2, 2017

SLIM: Semi-Lazy Inference Mechanism for Plan Recognition

arXiv:1703.00838v12 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency issues in plan recognition for real-time applications, though it is incremental as it builds on existing parsing techniques.

The paper tackles the high computational cost of online plan recognition by introducing SLIM, a new algorithm that combines bottom-up and top-down parsing to commit only to necessary actions in real-time, showing significant runtime improvements compared to state-of-the-art methods.

Plan Recognition algorithms require to recognize a complete hierarchy explaining the agent's actions and goals. While the output of such algorithms is informative to the recognizer, the cost of its calculation is high in run-time, space, and completeness. Moreover, performing plan recognition online requires the observing agent to reason about future actions that have not yet been seen and maintain a set of hypotheses to support all possible options. This paper presents a new and efficient algorithm for online plan recognition called SLIM (Semi-Lazy Inference Mechanism). It combines both a bottom-up and top-down parsing processes, which allow it to commit only to the minimum necessary actions in real-time, but still provide complete hypotheses post factum. We show both theoretically and empirically that although the computational cost of this process is still exponential, there is a significant improvement in run-time when compared to a state of the art of plan recognition algorithm.

Foundations

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

Your Notes