paper-with-me

Papers

Asking for Help: Failure Prediction in Behavioral Cloning through Value Approximation

2023-02-08 · Cem Gokmen, Daniel Ho, Mohi Khansari

Recent progress in end-to-end Imitation Learning approaches has shown promising results and generalization capabilities on mobile manipulation tasks. Such models are seeing increasing deployment in real-world settings, where scaling up requires robots to be able to operate with high autonomy, i.e. requiring as little human supervision as possible. In order to avoid the need for one-on-one human supervision, robots need to be able to detect and prevent policy failures ahead of time, and ask for help, allowing a remote operator to supervise multiple robots and help when needed. However, the black-box nature of end-to-end Imitation Learning models such as Behavioral Cloning, as well as the lack of an explicit state-value representation, make it difficult to predict failures. To this end, we introduce Behavioral Cloning Value Approximation (BCVA), an approach to learning a state value function based on and trained jointly with a Behavioral Cloning policy that can be used to predict failures. We demonstrate the effectiveness of BCVA by applying it to the challenging mobile manipulation task of latched-door opening, showing that we can identify failure scenarios with with 86% precision and 81% recall, evaluated on over 2000 real world runs, improving upon the baseline of simple failure classification by 10 percentage-points.

📄 PDF Abstract BibTeX arXiv:2302.04334

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

Object-Aware Regularization for Addressing Causal Confusion in Imitation Learning

2021-10-27 · NeurIPS 2021 12 · Jongjin Park, Younggyo Seo, Chang Liu, Li Zhao 외

Behavioral cloning has proven to be effective for learning sequential decision-making policies from expert demonstrations. However, behavioral cloning often suffers from the causal confusion problem where a policy relies…

Decision MakingImitation LearningSequential Decision Making

Driving Through Ghosts: Behavioral Cloning with False Positives

2020-08-29 · Andreas Bühler, Adrien Gaidon, Andrei Cramariuc, Rares Ambrus 외

Safe autonomous driving requires robust detection of other traffic participants. However, robust does not mean perfect, and safe systems typically minimize missed detections at the expense of a higher false positive rate…

Autonomous Driving

What can we Learn Even From the Weakest? Learning Sketches for Programmatic Strategies

2022-03-22 · Leandro C. Medeiros, David S. Aleixo, Levi H. S. Lelis

In this paper we show that behavioral cloning can be used to learn effective sketches of programmatic strategies. We show that even the sketches learned by cloning the behavior of weak players can help the synthesis of p…

Disagreement-Regularized Imitation Learning

2020-05-01 · ICLR 2020 1 · Kiante Brantley, Wen Sun, Mikael Henaff

We present a simple and effective algorithm designed to address the covariate shift problem in imitation learning. It operates by training an ensemble of policies on the expert demonstration data, and using the variance …

continuous-controlContinuous ControlImitation Learning

Masked Autoencoding for Scalable and Generalizable Decision Making

2022-11-23 · Fangchen Liu, Hao liu, Aditya Grover, Pieter Abbeel

We are interested in learning scalable agents for reinforcement learning that can learn from large-scale, diverse sequential data similar to current large vision and language models. To this end, this paper presents mask…

Decision MakingOffline RLreinforcement-learningReinforcement Learning+1