Functional Object Oriented Network

Functional Object-Oriented Networks (FOONs) are graph-based knowledge representations designed to enable robots to understand and execute complex tasks by modeling the relationships between objects, actions, and their effects. Current research focuses on developing efficient search algorithms (like Iterative Deepening Depth-First Search and Greedy Best-First Search) to retrieve task plans from FOONs, often incorporating heuristics to improve efficiency and success rates. This work is significant because it facilitates more robust and adaptable robotic task planning, particularly in domains like cooking and industrial automation, by enabling robots to leverage structured knowledge for flexible task execution and adaptation to novel situations.

Papers