paper-with-me

Papers

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. Meanwhile, collision checking (CC), e.g. Oriented bounding box (OBB), Discrete Oriented Polytope (DOP), and Quickhull \cite{quickhull}, needs to be done for each configuration provided by the IK solver to ensure every goal configuration for motion planning is available. This means the classical IK solver and CC algorithm should be executed repeatedly for every configuration. Thus, the preparation time is long when the required number of goal configurations is large, e.g. motion planning in cluster environments. Moreover, structured maps, which might be difficult to obtain, were required by classical collision-checking algorithms. To sidestep such two issues, we propose a flow-based vision method that can output diverse available configurations by fusing inverse kinematics and collision checking, named Vision Inverse Kinematics solver (ViIK). Moreover, ViIK uses RGB images as the perception of environments. ViIK can output 1000 configurations within 40 ms, and the accuracy is about 3 millimeters and 1.5 degrees. The higher accuracy can be obtained by being refined by the classical IK solver within a few iterations. The self-collision rates can be lower than 2%. The collision-with-env rates can be lower than 10% in most scenes. The code is available at: https://github.com/AdamQLMeng/ViIK.

📄 PDF Abstract BibTeX arXiv:2408.11293

Code (1)

adamqlmeng/viik 공식 구현 pytorch

Tasks

Motion Planning

Similar Papers 제목 키워드 기반

Real-Time Inverse Kinematics for Generating Multi-Constrained Movements of Virtual Human Characters

2025-07-01 · Hendric Voss, Stefan Kopp

Generating accurate and realistic virtual human movements in real-time is of high importance for a variety of applications in computer graphics, interactive virtual environments, robotics, and biomechanics. This paper in…

SMPL-IK: Learned Morphology-Aware Inverse Kinematics for AI Driven Artistic Workflows

2022-08-16 · Vikram Voleti, Boris N. Oreshkin, Florent Bocquelet, Félix G. Harvey 외

Inverse Kinematics (IK) systems are often rigid with respect to their input character, thus requiring user intervention to be adapted to new skeletons. In this paper we aim at creating a flexible, learned IK solver appli…

Pose Estimation

Analytical Solvers for Common Algebraic Equations Arising in Kinematics Problems

2025-08-31 · Hai-Jun Su arxiv

This paper presents analytical solvers for four common types of algebraic equations encountered in robot kinematics: single trigonometric equations, single-angle trigonometric systems, two-angle trigonometric systems, an…

Singularity Avoidance in Inverse Kinematics: A Unified Treatment of Classical and Learning-based Methods

2026-04-15 · Vishnu Rudrasamudram, Hariharasudan Malaichamee arxiv

Singular configurations cause loss of task-space mobility, unbounded joint velocities, and solver divergence in inverse kinematics (IK) for serial manipulators. No existing survey bridges classical singularity-robust IK …

Grounding Driving VLA via Inverse Kinematics

2026-05-20 · Junsung Park, Hyunjung Shim arxiv

Existing Driving VLAs predict trajectories while largely ignoring their visual tokens -- a phenomenon we trace not to insufficient training but to a structurally ill-posed task formulation. We show that trajectory recove…

Trajectory PlanningVisual Grounding