English

ToolNet: Using Commonsense Generalization for Predicting Tool Use for Robot Plan Synthesis

Robotics 2021-09-21 v3

Abstract

A robot working in a physical environment (like home or factory) needs to learn to use various available tools for accomplishing different tasks, for instance, a mop for cleaning and a tray for carrying objects. The number of possible tools is large and it may not be feasible to demonstrate usage of each individual tool during training. Can a robot learn commonsense knowledge and adapt to novel settings where some known tools are missing, but alternative unseen tools are present? We present a neural model that predicts the best tool from the available objects for achieving a given declarative goal. This model is trained by user demonstrations, which we crowd-source through humans instructing a robot in a physics simulator. This dataset maintains user plans involving multi-step object interactions along with symbolic state changes. Our neural model, ToolNet, combines a graph neural network to encode the current environment state, and goal-conditioned spatial attention to predict the appropriate tool. We find that providing metric and semantic properties of objects, and pre-trained object embeddings derived from a commonsense knowledge repository such as ConceptNet, significantly improves the model's ability to generalize to unseen tools. The model makes accurate and generalizable tool predictions. When compared to a graph neural network baseline, it achieves 14-27% accuracy improvement for predicting known tools from new world scenes, and 44-67% improvement in generalization for novel objects not encountered during training.

Keywords

Cite

@article{arxiv.2006.05478,
  title  = {ToolNet: Using Commonsense Generalization for Predicting Tool Use for Robot Plan Synthesis},
  author = {Rajas Bansal and Shreshth Tuli and Rohan Paul and Mausam},
  journal= {arXiv preprint arXiv:2006.05478},
  year   = {2021}
}

Comments

Advances & Challenges in Imitation Learning for Robotics Workshop in Robotics Science and Systems (RSS) 2020. The first two authors contributed equally

R2 v1 2026-06-23T16:11:24.346Z