paper-with-me

홈 › Papers

Kinematic-aware Prompting for Generalizable Articulated Object Manipulation with LLMs

2023-11-06 · Wenke Xia, Dong Wang, Xincheng Pang, Zhigang Wang, Bin Zhao, Di Hu, Xuelong Li

Generalizable articulated object manipulation is essential for home-assistant robots. Recent efforts focus on imitation learning from demonstrations or reinforcement learning in simulation, however, due to the prohibitive costs of real-world data collection and precise object simulation, it still remains challenging for these works to achieve broad adaptability across diverse articulated objects. Recently, many works have tried to utilize the strong in-context learning ability of Large Language Models (LLMs) to achieve generalizable robotic manipulation, but most of these researches focus on high-level task planning, sidelining low-level robotic control. In this work, building on the idea that the kinematic structure of the object determines how we can manipulate it, we propose a kinematic-aware prompting framework that prompts LLMs with kinematic knowledge of objects to generate low-level motion trajectory waypoints, supporting various object manipulation. To effectively prompt LLMs with the kinematic structure of different objects, we design a unified kinematic knowledge parser, which represents various articulated objects as a unified textual description containing kinematic joints and contact location. Building upon this unified description, a kinematic-aware planner model is proposed to generate precise 3D manipulation waypoints via a designed kinematic-aware chain-of-thoughts prompting method. Our evaluation spanned 48 instances across 16 distinct categories, revealing that our framework not only outperforms traditional methods on 8 seen categories but also shows a powerful zero-shot capability for 8 unseen articulated object categories. Moreover, the real-world experiments on 7 different object categories prove our framework's adaptability in practical scenarios. Code is released at https://github.com/GeWu-Lab/LLM_articulated_object_manipulation/tree/main.

📄 PDF Abstract BibTeX arXiv:2311.02847

Code (2)

gewu-lab/llm_articulated_object_manipulation 공식 구현 pytorch
xwinks/llm_articulated_object_manipulation 공식 구현 pytorch

Tasks

Imitation LearningIn-Context LearningObjectTask Planning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

GSAM: A Generalizable and Safe Robotic Framework for Articulated Object Manipulation

2026-05-29 · Beichen Shao, Mengying Xie, Heng Su, Wanyi Zhang 외 arxiv

Articulated object manipulation is a unique challenge for service robots. Existing methods employ end-to-end policy learning, visionmotion planning, and large-language/visual-language model (LLM/VLM), but often overlook …

KineDiff3D: Kinematic-Aware Diffusion for Category-Level Articulated Object Shape Reconstruction and Generation

2025-10-20 · WenBo Xu, Liu Liu, Li Zhang, Ran Zhang 외 arxiv

Articulated objects, such as laptops and drawers, exhibit significant challenges for 3D reconstruction and pose estimation due to their multi-part geometries and variable joint configurations, which introduce structural …

3D ReconstructionPose Estimation

Generalizable Articulated Object Reconstruction from Casually Captured RGBD Videos

2025-06-10 · Weikun Peng, Jun Lv, Cewu Lu, Manolis Savva

Articulated objects are prevalent in daily life. Understanding their kinematic structure and reconstructing them have numerous applications in embodied AI and robotics. However, current methods require carefully captured…

ObjectObject Reconstruction

Generalizable Articulated Object Perception with Superpoints

2024-12-21 · Qiaojun Yu, Ce Hao, Xibin Yuan, Li Zhang 외

Manipulating articulated objects with robotic arms is challenging due to the complex kinematic structure, which requires precise part segmentation for efficient manipulation. In this work, we introduce a novel superpoint…

DecoderObjectSegmentation

Decoupling Skill Learning from Robotic Control for Generalizable Object Manipulation

2023-03-07 · Kai Lu, Bo Yang, Bing Wang, Andrew Markham

Recent works in robotic manipulation through reinforcement learning (RL) or imitation learning (IL) have shown potential for tackling a range of tasks e.g., opening a drawer or a cupboard. However, these techniques gener…

Imitation LearningReinforcement Learning (RL)