paper-with-me

홈 › Papers

Efficiently Combining Human Demonstrations and Interventions for Safe Training of Autonomous Systems in Real-Time

2018-10-26 · Vinicius G. Goecks, Gregory M. Gremillion, Vernon J. Lawhern, John Valasek, Nicholas R. Waytowich

This paper investigates how to utilize different forms of human interaction to safely train autonomous systems in real-time by learning from both human demonstrations and interventions. We implement two components of the Cycle-of-Learning for Autonomous Systems, which is our framework for combining multiple modalities of human interaction. The current effort employs human demonstrations to teach a desired behavior via imitation learning, then leverages intervention data to correct for undesired behaviors produced by the imitation learner to teach novel tasks to an autonomous agent safely, after only minutes of training. We demonstrate this method in an autonomous perching task using a quadrotor with continuous roll, pitch, yaw, and throttle commands and imagery captured from a downward-facing camera in a high-fidelity simulated environment. Our method improves task completion performance for the same amount of human interaction when compared to learning from demonstrations alone, while also requiring on average 32% less data to achieve that performance. This provides evidence that combining multiple modes of human interaction can increase both the training speed and overall performance of policies for autonomous systems.

📄 PDF Abstract BibTeX arXiv:1810.11545

Code (1)

viniciusguigo/complete_col tf

Tasks

Imitation Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Combining Cost-Constrained Runtime Monitors for AI Safety

2025-07-19 · Tim Tian Hua, James Baskerville, Henri Lemoine, Mia Hopman 외 arxiv

Monitoring AIs at runtime can help us detect and stop harmful actions. In this paper, we study how to efficiently combine multiple runtime monitors into a single monitoring protocol. The protocol's objective is to maximi…

Integrating Explanations in Learning LTL Specifications from Demonstrations

2024-04-03 · Ashutosh Gupta, John Komp, Abhay Singh Rajput, Krishna Shankaranarayanan 외

This paper investigates whether recent advances in Large Language Models (LLMs) can assist in translating human explanations into a format that can robustly support learning Linear Temporal Logic (LTL) from demonstration…

Interactive Double Deep Q-network: Integrating Human Interventions and Evaluative Predictions in Reinforcement Learning of Autonomous Driving

2025-04-28 · Alkis Sygkounas, Ioannis Athanasiadis, Andreas Persson, Michael Felsberg 외

Integrating human expertise with machine learning is crucial for applications demanding high accuracy and safety, such as autonomous driving. This study introduces Interactive Double Deep Q-network (iDDQN), a Human-in-th…

Autonomous DrivingQ-LearningReinforcement Learning (RL)

Learning from Interventions using Hierarchical Policies for Safe Learning

2019-12-04 · Jing Bi, Vikas Dhiman, Tianyou Xiao, Chenliang Xu

Learning from Demonstrations (LfD) via Behavior Cloning (BC) works well on multiple complex tasks. However, a limitation of the typical LfD approach is that it requires expert demonstrations for all scenarios, including …

Predictive Preference Learning from Human Interventions

2025-10-02 · Haoyuan Cai, Zhenghao Peng, Bolei Zhou arxiv

Learning from human involvement aims to incorporate the human subject to monitor and correct agent behavior errors. Although most interactive imitation learning methods focus on correcting the agent's action at the curre…

Autonomous Driving