English

Neural Inverse Kinematics

Machine Learning 2022-05-24 v1 Robotics

Abstract

Inverse kinematic (IK) methods recover the parameters of the joints, given the desired position of selected elements in the kinematic chain. While the problem is well-defined and low-dimensional, it has to be solved rapidly, accounting for multiple possible solutions. In this work, we propose a neural IK method that employs the hierarchical structure of the problem to sequentially sample valid joint angles conditioned on the desired position and on the preceding joints along the chain. In our solution, a hypernetwork ff recovers the parameters of multiple primary networks {g1,g2,,gNg_1,g_2,\dots,g_N, where NN is the number of joints}, such that each gig_i outputs a distribution of possible joint angles, and is conditioned on the sampled values obtained from the previous primary networks gj,j<ig_j, j<i. The hypernetwork can be trained on readily available pairs of matching joint angles and positions, without observing multiple solutions. At test time, a high-variance joint distribution is presented, by sampling sequentially from the primary networks. We demonstrate the advantage of the proposed method both in comparison to other IK methods for isolated instances of IK and with regard to following the path of the end effector in Cartesian space.

Keywords

Cite

@article{arxiv.2205.10837,
  title  = {Neural Inverse Kinematics},
  author = {Raphael Bensadoun and Shir Gur and Nitsan Blau and Tom Shenkar and Lior Wolf},
  journal= {arXiv preprint arXiv:2205.10837},
  year   = {2022}
}

Comments

Accepted to ICML 2022

R2 v1 2026-06-24T11:24:46.610Z