paper-with-me

Papers

Pouring Dynamics Estimation Using Gated Recurrent Units

2021-05-08 · Qi Zheng

One of the most commonly performed manipulation in a human's daily life is pouring. Many factors have an effect on target accuracy, including pouring velocity, rotation angle, geometric of the source, and the receiving containers. This paper presents an approach to increase the repeatability and accuracy of the robotic manipulator by estimating the change in the amount of water of the pouring cup to a sequence of pouring actions using multiple layers of the deep recurrent neural network, especially gated recurrent units (GRU). The proposed GRU model achieved a validation mean squared error as low as 1e-4 (lbf) for the predicted value of weight f(t). This paper contains a comprehensive evaluation and analysis of numerous experiments with various designs of recurrent neural networks and hyperparameters fine-tuning.

📄 PDF Abstract BibTeX arXiv:2105.12828

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Dynamics Estimation Using Recurrent Neural Network

2018-09-17 · Astha Sharma

There is a plenty of research going on in field of robotics. One of the most important task is dynamic estimation of response during motion. One of the main applications of this research topics is the task of pouring, wh…

Learning to Pour

2017-05-25 · Yongqiang Huang, Yu Sun

Pouring is a simple task people perform daily. It is the second most frequently executed motion in cooking scenarios, after pick-and-place. We present a pouring trajectory generation approach, which uses force feedback f…

Product units in gated recurrent units improve nuclear-mass prediction

2026-06-05 · Ziyuan Li, Paulo S. A. Freitas, John W. Clark, Babette Dellen arxiv

The prediction of masses of atomic nuclei using machine learning can complement theoretical models and advance the exploration of poorly known domains of the nuclear chart. We propose a machine learning technique based o…

Gated recurrent units viewed through the lens of continuous time dynamical systems

2019-06-03 · Ian D. Jordan, Piotr Aleksander Sokol, Il Memming Park

Gated recurrent units (GRUs) are specialized memory elements for building recurrent neural networks. Despite their incredible success on various tasks, including extracting dynamics underlying neural data, little is unde…

Estimating Forces of Robotic Pouring Using a LSTM RNN

2019-04-21 · Kyle Mott

In machine learning, it is very important for a robot to be able to estimate dynamics from sequences of input data. This problem can be solved using a recurrent neural network. In this paper, we will discuss the preproce…