Knowledge processing for robots

From HandWiki
Short description: Knowledge representation framework


KnowRob (Knowledge processing for robots) is a system which combines knowledge representation and reasoning methods to acquire and ground knowledge. This system is the backbone of openEASE. both under developing at the Institute for Artificial Intelligence at the University of Bremen, Germany .

The framework

KnowRob can serve as a common sense framework for the integration of knowledge. This knowledge can be static encyclopedic knowledge, common sense knowledge, task descriptions, environment models, object information, observed actions, etc., which can come from different sources, like manually axiomatized, derived from observations, or imported from the web.[1]

KnowRob has been used by different research groups, as the Rice University using the ontological knowledge base in a robotic platform.[2] As well by the Eindhoven University of Technology research group competing in the RoboCup league, in the "at Home" category, with the RoboEarth project.

As well, KnowRob is mentioned in the work of some research groups from the Lucian Blaga University of Sibiu,[3] Middle East Technical University in their combination of different knowledge bases,[4] Keio University as related work because of the ontology service,[5] University of Texas at Austin as related work as well because of the relation with the work presented,[6] Hanyang University as related work as an OWL based knowledge processing framework.[7]

Representations

To represent the knowledge, KnowRob uses the OWL ontology language and an extended first-order logic knowledge representation with computable predicates. To give the order of subactions, KnowRob includes a pair-wise ordering constrain, which gives a partial ordering.

KnowRob adopts the closed-world assumption Prolog, and an open-world assumption by the use of computables.[8] To include reasoning rules into Prolog, KnowRob uses an inference procedure beyond the capabilities of OWL to extract information about tasks executions.

In its second version, KnowRob provides a logic interface to the hybrid reasoning kernel as a logic based language. This language presents the hybrid reasoning kernel as if everything were entities retrievable by providing partial descriptions for them. This entities descriptions include objects, their parts, and articulation models, environments composed of objects, software components, actions, and events.

Episodic memories

Episodic memory is related to the experience information, which is organized temporally and spatially, alongside combined with context information. In KnowRob, an episodic memory is understood as a recording that the agent makes of the ongoing activity, which includes very detailed information about the actions, motions, their purposes, effects and the behavior they generate, it also includes the images captured during execution, etc.[9]

Usage

The knowledge is computed by external methods using Prolog queries. In the second version of the KnowRob system, is included a better structure of the packages and documentations. Which includes some extensions from the previous version, as well as a logic based language. For example, a cup description from perception can be represented in this language as:

 entity(Cup,[an, object, [type, cup],
 [shape, cylinder], [color, orange]])

As well, a controller could represent the same object as:

 entity(Cup, [an, object, [type, cup],
 [proper_physical_parts, [an, object,
 [type, handle], [grasp−pose, G−pose]]]])

The interface language is comparable to other query languages for symbolic knowledge bases. KnowRob's query language integrates reasoning methods, such as the simulation-based reasoning.

Goals

The goal of the KnowRob framework is to make semantic knowledge available for service robots. It is able to answer queries about missing information in vague instructions for tasks. This is possible with the actions hierarchical representation and information about objects which can be included in certain action.

References

  1. M. Tenorth and M. Beetz (2017) Representations for robot knowledge in the knowrob framework. Artificial Intelligence: Supplement C 247: 151-169. ISSN 0004-3702. doi:10.1016/j.artint.2015.05.010. Special Issue on AI and Robotics.
  2. Z. Saigol, M. Wang, B. Ridder and D. M. Lane (2015) The Benefits of Explicit Ontological Knowledge-Bases for Robotic Systems. Towards Autonomous Robotic Systems: 229-235. ISBN:978-3-319-22416-9.
  3. Flaviu Constantin and Florin Constantin (2017) Collaborative Robots and Knowledge Management - A Short Review. Acta Uiversitatis Cibiniensis – Technical Series. De Gruyter Open LXIX: 143-147. doi:10.1515/aucts-2017-0018
  4. Ilker Bozcan and Sinan Kalkan (2017) Combining Different Knowledge-bases into a Single Partially-grounded Robotic Knowledge-base. Technical report METU-CENG-TR-2017-02:1-9. Middle East Technical University, Turkey
  5. Mori Yuichiro, Ogawa Yuhei, Hikawa Akatsuki and Yamaguchi Takahira (2014) Multi-robot Coordination Based on Ontologies and Semantic Web Service. Knowledge Management and Acquisition for Smart Systems and Services:150-164. ISBN:978-3-319-13332-4. doi:10.1007/978-3-319-13332-4_13
  6. Priyanka Khante and Andrea Thomaz. Situating Abstract Knowledge via Human Verification.
  7. Keon Kim, Doo Soo Chang and Yong Suk Choi (2017) Ontology based Human-Robot Interaction Knowledge for Intelligent Services. ICSR2017 Workshop on Social Human-Robot Interaction of Service Robots.
  8. M. Tenorth and M. Beetz (2013) Knowrob: A knowledge processing infrastructure for cognition-enabled robots. The International Journal of Robotics Research 32(5):566-590. doi:10.1177/0278364913481635.
  9. M. Beetz, D. Bessler, A. Haidu, M. Pomarlan, A. K. Bozcuoglu and G. Bartels (2018) KnowRob 2.0 -- A 2nd Generation Knowledge Processing Framework for Cognition-enabled Robotic Agents. International Conference on Robotics and Automation (ICRA).

External links