paper-with-me

홈 › Papers

Resolving Copycat Problems in Visual Imitation Learning via Residual Action Prediction

2022-07-20 · Chia-Chi Chuang, Donglin Yang, Chuan Wen, Yang Gao

Imitation learning is a widely used policy learning method that enables intelligent agents to acquire complex skills from expert demonstrations. The input to the imitation learning algorithm is usually composed of both the current observation and historical observations since the most recent observation might not contain enough information. This is especially the case with image observations, where a single image only includes one view of the scene, and it suffers from a lack of motion information and object occlusions. In theory, providing multiple observations to the imitation learning agent will lead to better performance. However, surprisingly people find that sometimes imitation from observation histories performs worse than imitation from the most recent observation. In this paper, we explain this phenomenon from the information flow within the neural network perspective. We also propose a novel imitation learning neural network architecture that does not suffer from this issue by design. Furthermore, our method scales to high-dimensional image observations. Finally, we benchmark our approach on two widely used simulators, CARLA and MuJoCo, and it successfully alleviates the copycat problem and surpasses the existing solutions.

📄 PDF Abstract BibTeX arXiv:2207.09705

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation LearningMuJoCo

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…

Similar Papers 제목 키워드 기반

Reimplementation and Reinterpretation of the Copycat Project

2018-10-26 · Huang Hongyi

We present the reinterpreted and reimplemented Copycat project, an architecture solving letter analogy domain problems. To support a flexible implementation change and rigor testing process, we propose a implementation m…

Copycat CNN: Are Random Non-Labeled Data Enough to Steal Knowledge from Black-box Models?

2021-01-21 · Jacson Rodrigues Correia-Silva, Rodrigo F. Berriel, Claudine Badue, Alberto F. de Souza 외

Convolutional neural networks have been successful lately enabling companies to develop neural-based products, which demand an expensive process, involving data acquisition and annotation; and model generation, usually r…

Copycat CNN: Stealing Knowledge by Persuading Confession with Random Non-Labeled Data

2018-06-14 · Jacson Rodrigues Correia-Silva, Rodrigo F. Berriel, Claudine Badue, Alberto F. de Souza 외

In the past few years, Convolutional Neural Networks (CNNs) have been achieving state-of-the-art performance on a variety of problems. Many companies employ resources and money to generate these models and provide them a…

Copycat vs. Original: Multi-modal Pretraining and Variable Importance in Box-office Prediction

2025-09-18 · Qin Chao, Eunsoo Kim, Boyang Li arxiv

The movie industry is associated with an elevated level of risk, which necessitates the use of automated tools to predict box-office revenue and facilitate human decision-making. In this study, we build a sophisticated m…

Fighting Copycat Agents in Behavioral Cloning from Observation Histories

2020-10-28 · NeurIPS 2020 12 · Chuan Wen, Jierui Lin, Trevor Darrell, Dinesh Jayaraman 외

Imitation learning trains policies to map from input observations to the actions that an expert would choose. In this setting, distribution shift frequently exacerbates the effect of misattributing expert actions to nuis…

Imitation Learning