paper-with-me

Papers

A Framework for Learning from Demonstration with Minimal Human Effort

2023-06-15 · Marc Rigter, Bruno Lacerda, Nick Hawes

We consider robot learning in the context of shared autonomy, where control of the system can switch between a human teleoperator and autonomous control. In this setting we address reinforcement learning, and learning from demonstration, where there is a cost associated with human time. This cost represents the human time required to teleoperate the robot, or recover the robot from failures. For each episode, the agent must choose between requesting human teleoperation, or using one of its autonomous controllers. In our approach, we learn to predict the success probability for each controller, given the initial state of an episode. This is used in a contextual multi-armed bandit algorithm to choose the controller for the episode. A controller is learnt online from demonstrations and reinforcement learning so that autonomous performance improves, and the system becomes less reliant on the teleoperator with more experience. We show that our approach to controller selection reduces the human cost to perform two simulated tasks and a single real-world task.

📄 PDF Abstract BibTeX arXiv:2306.09211

Code (1)

ori-goals/lfd-min-human-effort 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Learning to Interactively Learn and Assist

2019-06-24 · Mark Woodward, Chelsea Finn, Karol Hausman

When deploying autonomous agents in the real world, we need effective ways of communicating objectives to them. Traditional skill learning has revolved around reinforcement and imitation learning, each with rigid constra…

Imitation LearningQuestion Answering

DiffGen: Robot Demonstration Generation via Differentiable Physics Simulation, Differentiable Rendering, and Vision-Language Model

2024-05-12 · Yang Jin, Jun Lv, Shuqiang Jiang, Cewu Lu

Generating robot demonstrations through simulation is widely recognized as an effective way to scale up robot data. Previous work often trained reinforcement learning agents to generate expert policies, but this approach…

Language ModelingLanguage ModellingRobot Manipulation

Multi-Camera View Scaling for Data-Efficient Robot Imitation Learning

2026-04-01 · Yichen Xie, Yixiao Wang, Shuqi Zhao, Cheng-En Wu 외 arxiv

The generalization ability of imitation learning policies for robotic manipulation is fundamentally constrained by the diversity of expert demonstrations, while collecting demonstrations across varied environments is cos…

FieldGen: From Teleoperated Pre-Manipulation Trajectories to Field-Guided Data Generation

2025-10-23 · Wenhao Wang, Kehe Ye, Xinyu Zhou, Tianxing Chen 외 arxiv

Large-scale and diverse datasets are vital for training robust robotic manipulation policies, yet existing data collection methods struggle to balance scale, diversity, and quality. Simulation offers scalability but suff…

DemoDiffusion: One-Shot Human Imitation using pre-trained Diffusion Policy

2025-06-25 · Sungjae Park, Homanga Bharadhwaj, Shubham Tulsiani

We propose DemoDiffusion, a simple and scalable method for enabling robots to perform manipulation tasks in natural environments by imitating a single human demonstration. Our approach is based on two key insights. First…