paper-with-me

Papers

Scaling Manipulation Learning with Visual Kinematic Chain Prediction

2024-06-12 · Xinyu Zhang, YuHan Liu, Haonan Chang, Abdeslam Boularias

Learning general-purpose models from diverse datasets has achieved great success in machine learning. In robotics, however, existing methods in multi-task learning are typically constrained to a single robot and workspace, while recent work such as RT-X requires a non-trivial action normalization procedure to manually bridge the gap between different action spaces in diverse environments. In this paper, we propose the visual kinematics chain as a precise and universal representation of quasi-static actions for robot learning over diverse environments, which requires no manual adjustment since the visual kinematic chains can be automatically obtained from the robot's model and camera parameters. We propose the Visual Kinematics Transformer (VKT), a convolution-free architecture that supports an arbitrary number of camera viewpoints, and that is trained with a single objective of forecasting kinematic structures through optimal point-set matching. We demonstrate the superior performance of VKT over BC transformers as a general agent on Calvin, RLBench, Open-X, and real robot manipulation tasks. Video demonstrations can be found at https://mlzxy.github.io/visual-kinetic-chain.

📄 PDF Abstract BibTeX arXiv:2406.07837

Code (1)

mlzxy/visual-kinetic-chain 공식 구현 pytorch

Tasks

Multi-Task LearningPredictionRobot Manipulationset matching

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Multi-Modal Learning of Keypoint Predictive Models for Visual Object Manipulation

2020-11-08 · Sarah Bechtle, Neha Das, Franziska Meier

Humans have impressive generalization capabilities when it comes to manipulating objects and tools in completely novel environments. These capabilities are, at least partially, a result of humans having internal models o…

Object

Stable Tracking-in-the-Loop Control of Cable-Driven Surgical Manipulators under Erroneous Kinematic Chains

2025-07-08 · Neelay Joglekar, Fei Liu, Florian Richter, Michael C. Yip arxiv

Remote Center of Motion (RCM) robotic manipulators have revolutionized Minimally Invasive Surgery, enabling precise, dexterous surgical manipulation within the patient's body cavity without disturbing the insertion point…

Visual Tracking

CAMM: Building Category-Agnostic and Animatable 3D Models from Monocular Videos

2023-04-14 · Tianshu Kuai, Akash Karthikeyan, Yash Kant, Ashkan Mirzaei 외

Animating an object in 3D often requires an articulated structure, e.g. a kinematic chain or skeleton of the manipulated object with proper skinning weights, to obtain smooth movements and surface deformations. However, …

ObjectSurface Reconstruction

DexViTac: Collecting Human Visuo-Tactile-Kinematic Demonstrations for Contact-Rich Dexterous Manipulation

2026-03-18 · Xitong Chen, Yifeng Pan, Min Li, Xiaotian Ding arxiv

Large-scale, high-quality multimodal demonstrations are essential for robot learning of contact-rich dexterous manipulation. While human-centric data collection systems lower the barrier to scaling, they struggle to capt…

Representation Learning

KineBench: Benchmarking Embodied World Models via IDM-Free Kinematic Grounding

2026-07-22 · Zeyu Liu, Zhangzhe Zhu, Yang Zhang, Chenyou Fan 외 arxiv

Evaluating the physical consistency of embodied world models(EWMs) is a critical open challenge. While closed-loop evaluation via simulator rollouts offers a more faithful assessment of physical plausibility than open-lo…

Video Generation