paper-with-me

홈 › Papers

Structured Prediction for CRiSP Inverse Kinematics Learning with Misspecified Robot Models

2021-02-25 · Gian Maria Marconi, Raffaello Camoriano, Lorenzo Rosasco, Carlo Ciliberto

With the recent advances in machine learning, problems that traditionally would require accurate modeling to be solved analytically can now be successfully approached with data-driven strategies. Among these, computing the inverse kinematics of a redundant robot arm poses a significant challenge due to the non-linear structure of the robot, the hard joint constraints and the non-invertible kinematics map. Moreover, most learning algorithms consider a completely data-driven approach, while often useful information on the structure of the robot is available and should be positively exploited. In this work, we present a simple, yet effective, approach for learning the inverse kinematics. We introduce a structured prediction algorithm that combines a data-driven strategy with the model provided by a forward kinematics function -- even when this function is misspecified -- to accurately solve the problem. The proposed approach ensures that predicted joint configurations are well within the robot's constraints. We also provide statistical guarantees on the generalization properties of our estimator as well as an empirical evaluation of its performance on trajectory reconstruction tasks.

📄 PDF Abstract BibTeX arXiv:2102.12942

Code (1)

gmmarconi/CRiSP-for-Misspecified-Robot-Model 공식 구현 pytorch

Tasks

Structured Prediction

Similar Papers 제목 키워드 기반

Modeling human intention inference in continuous 3D domains by inverse planning and body kinematics

2021-12-02 · Yingdong Qian, Marta Kryven, Tao Gao, Hanbyul Joo 외

How to build AI that understands human intentions, and uses this knowledge to collaborate with people? We describe a computational framework for evaluating models of goal inference in the domain of 3D motor actions, whic…

IKDP: Inverse Kinematics through Diffusion Process

2024-10-20 · Hao-Tang Tsui, Yu-Rou Tuan, Hong-Han Shuai

It is a common problem in robotics to specify the position of each joint of the robot so that the endpoint reaches a certain target in space. This can be solved in two ways, forward kinematics method and inverse kinemati…

DenoisingPosition

Kinematics Transformer: Solving The Inverse Modeling Problem of Soft Robots using Transformers

2022-11-12 · Abdelrahman Alkhodary, Berke Gur

Soft robotic manipulators provide numerous advantages over conventional rigid manipulators in fragile environments such as the marine environment. However, developing analytic inverse models necessary for shape, motion, …

ViIK: Flow-based Vision Inverse Kinematics Solver with Fusing Collision Checking

2024-08-21 · Qinglong Meng, Chongkun Xia, Xueqian Wang

Inverse Kinematics (IK) is to find the robot's configurations that satisfy the target pose of the end effector. In motion planning, diverse configurations were required in case a feasible trajectory was not found. Meanwh…

Motion Planning

An Algorithm for Solving Robot Inverse Kinematics Based on FOA Optimized BP Neural Network

2021-08-02 · Applied Sciences 2021 8 · Yonghua Bai, Minzhou Luo, * and Fenglin Pang

The solution of robot inverse kinematics has a direct impact on the control accuracy of the robot. Conventional inverse kinematics solution methods, such as numerical solution, algebraic solution, and geometric solution,…