English

Translating Natural Language Instructions to Computer Programs for Robot Manipulation

Robotics 2021-03-23 v2 Computation and Language Machine Learning

Abstract

It is highly desirable for robots that work alongside humans to be able to understand instructions in natural language. Existing language conditioned imitation learning models directly predict the actuator commands from the image observation and the instruction text. Rather than directly predicting actuator commands, we propose translating the natural language instruction to a Python function which queries the scene by accessing the output of the object detector and controls the robot to perform the specified task. This enables the use of non-differentiable modules such as a constraint solver when computing commands to the robot. Moreover, the labels in this setup are significantly more informative computer programs that capture the intent of the expert rather than teleoperated demonstrations. We show that the proposed method performs better than training a neural network to directly predict the robot actions.

Keywords

Cite

@article{arxiv.2012.13695,
  title  = {Translating Natural Language Instructions to Computer Programs for Robot Manipulation},
  author = {Sagar Gubbi Venkatesh and Raviteja Upadrashta and Bharadwaj Amrutur},
  journal= {arXiv preprint arXiv:2012.13695},
  year   = {2021}
}

Comments

Submitted to IROS 2021

R2 v1 2026-06-23T21:25:49.355Z