Open-World Reasoning for Service Robots

For background and additional information, see this page: Planning for User Commands with ASP

Y. Jiang, N. Walker, J. Hart, and P. Stone, “Open-World Reasoning for Service Robots,” in Proceedings of the 29th International Conference on Automated Planning and Scheduling (ICAPS 2019), 2019.

Abstract

A service robot accepting verbal commands from a human operator is likely to encounter requests that reference objects not currently represented in its knowledge base. In domestic or office settings, the construction of a complete knowledge base would be cumbersome and unlikely to succeed in most real-world deployments. The world that such a robot operates in is thus "open: in the sense that some objects that it must act on in the real world are not described in its internal representation. However, when an operator gives a command referencing an object that the robot has not yet observed ( and thus not incorporated into its knowledge base), we can think of the object as being hypothetical to the robot. This paper presents a novel method for closing the robot’s world model for planning purposes by introducing hypothetical objects into the robot’s knowledge base, reasoning about these hypothetical objects, and acting on these hypotheses in the real world. We use our implementation of this method on a domestic service robot as an illustrative demonstration to explore how it works in practice.

BibTeX Entry

@inproceedings{jiang2019icaps,
  author = {Jiang, Yuqian and Walker, Nick and Hart, Justin and Stone, Peter},
  cofirst = {2},
  title = {Open-World Reasoning for Service Robots},
  booktitle = {Proceedings of the 29th International Conference on Automated Planning and Scheduling (ICAPS 2019)},
  location = {Berkeley},
  month = jul,
  year = {2019},
  wwwtype = {conference},
  wwwpdf = {https://www.cs.utexas.edu/%7Epstone/Papers/bib2html-links/ICAPS19-Jiang.pdf},
  wwwvideo = {https://youtu.be/TLXGQDTAZvA},
  wwwurl = {https://nickwalker.us/projects/planning-for-user-commands}
}