Abductive Plan Recognition by Extending Bayesian Logic Programs
Abstract
Plan recognition is the task of predicting an agent’s top-level plans based on its observed actions. It is an abductive reasoning task that involves inferring cause from effect. Most existing approaches to plan recognition use either first-order logic or probabilistic graphical models. While the former cannot handle uncertainty, the latter cannot handle structured representations. In order to overcome these limitations, we develop an approach to plan recognition using Bayesian Logic Programs (BLPs), which combine first-order logic and Bayesian networks. Since BLPs employ logical deduction to construct the networks, they cannot be used effectively for plan recognition. Therefore, we extend BLPs to use logical abduction to construct Bayesian networks and call the resulting model Bayesian Abductive Logic Programs (BALPs). We learn the parameters in BALPs using the Expectation Maximization algorithm adapted for BLPs. Finally, we present an experimental evaluation of BALPs on three benchmark data sets and compare its performance with the state-of-the-art for plan recognition.
Cite
Text
Raghavan and Mooney. "Abductive Plan Recognition by Extending Bayesian Logic Programs." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2011. doi:10.1007/978-3-642-23783-6_40Markdown
[Raghavan and Mooney. "Abductive Plan Recognition by Extending Bayesian Logic Programs." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2011.](https://mlanthology.org/ecmlpkdd/2011/raghavan2011ecmlpkdd-abductive/) doi:10.1007/978-3-642-23783-6_40BibTeX
@inproceedings{raghavan2011ecmlpkdd-abductive,
title = {{Abductive Plan Recognition by Extending Bayesian Logic Programs}},
author = {Raghavan, Sindhu and Mooney, Raymond J.},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2011},
pages = {629-644},
doi = {10.1007/978-3-642-23783-6_40},
url = {https://mlanthology.org/ecmlpkdd/2011/raghavan2011ecmlpkdd-abductive/}
}