ROMay 23, 2018

Pouring Sequence Prediction using Recurrent Neural Network

arXiv:1805.09393v1
Originality Synthesis-oriented
AI Analysis

This addresses the challenge of teaching robots to perform daily activities like pouring, which is incremental as it applies existing methods to a specific domain.

The paper tackled the problem of predicting pouring sequences for robotic tasks by analyzing velocity and container weight, and used a recurrent neural network to learn and predict unseen sequences, achieving evaluation with dynamic time warping.

Human does their daily activity and cooking by teaching and imitating with the help of their vision and understanding of the difference between materials. Teaching a robot to do coking and daily work is difficult because of variation in environment, handling objects at different states etc. Pouring is a simple human daily life activity. In this paper, an approach to get pouring sequences were analyzed for determining the velocity of pouring and weight of the container. Then recurrent neural network (RNN) was used to build a neural network to learn that complex sequence and predict for unseen pouring sequences. Dynamic time warping (DTW) was used to evaluate the prediction performance of the trained model.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes