paper-with-me

Papers

Enhancing the LLM-Based Robot Manipulation Through Human-Robot Collaboration

2024-06-20 · Haokun Liu, Yaonan Zhu, Kenji Kato, Atsushi Tsukahara, Izumi Kondo, Tadayoshi Aoyama, Yasuhisa Hasegawa

Large Language Models (LLMs) are gaining popularity in the field of robotics. However, LLM-based robots are limited to simple, repetitive motions due to the poor integration between language models, robots, and the environment. This paper proposes a novel approach to enhance the performance of LLM-based autonomous manipulation through Human-Robot Collaboration (HRC). The approach involves using a prompted GPT-4 language model to decompose high-level language commands into sequences of motions that can be executed by the robot. The system also employs a YOLO-based perception algorithm, providing visual cues to the LLM, which aids in planning feasible motions within the specific environment. Additionally, an HRC method is proposed by combining teleoperation and Dynamic Movement Primitives (DMP), allowing the LLM-based robot to learn from human guidance. Real-world experiments have been conducted using the Toyota Human Support Robot for manipulation tasks. The outcomes indicate that tasks requiring complex trajectory planning and reasoning over environments can be efficiently accomplished through the incorporation of human demonstrations.

📄 PDF Abstract BibTeX arXiv:2406.14097

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingRobot ManipulationTrajectory Planning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Position-Wise Feed-Forward Layer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음

Similar Papers 제목 키워드 기반

JoyAI-RA 0.1: A Foundation Model for Robotic Autonomy

2026-04-22 · Tianle Zhang, Zhihao Yuan, Dafeng Chi, Peidong Liu 외 arxiv

Robotic autonomy in open-world environments is fundamentally limited by insufficient data diversity and poor cross-embodiment generalization. Existing robotic datasets are often limited in scale and task coverage, while …

Human-Agent Joint Learning for Efficient Robot Manipulation Skill Acquisition

2024-06-29 · Shengcheng Luo, Quanquan Peng, Jun Lv, Kaiwen Hong 외

Employing a teleoperation system for gathering demonstrations offers the potential for more efficient learning of robot manipulation. However, teleoperating a robot arm equipped with a dexterous hand or gripper, via a te…

Robot Manipulation

Embodied Chain of Action Reasoning with Multi-Modal Foundation Model for Humanoid Loco-manipulation

2025-04-13 · Yu Hao, Geeta Chandra Raju Bethala, Niraj Pudasaini, Hao Huang 외

Enabling humanoid robots to autonomously perform loco-manipulation tasks in complex, unstructured environments poses significant challenges. This entails equipping robots with the capability to plan actions over extended…

NavigateObject RearrangementSpatial Reasoning

RoboTacDex: A Dexterous Visual-Tactile-Action Dataset for Humanoid Manipulation

2026-06-30 · Xinyi Wang, Donghan Li, Zi'Ang Chen, Chong Yu 외 arxiv

In the field of robot learning, large-scale and diverse demonstration trajectories provide the fundamental basis for enhancing robotic manipulation ability. We introduce RoboTacDex, a large, multi-modal, and diverse data…

Learning to Transfer Human Hand Skills for Robot Manipulations

2025-01-07 · Sungjae Park, Seungho Lee, Mingi Choi, Jiye Lee 외

We present a method for teaching dexterous manipulation tasks to robots from human hand motion demonstrations. Unlike existing approaches that solely rely on kinematics information without taking into account the plausib…

ObjectRobot Manipulation