paper-with-me

Papers

A Simple Imitation Learning Method via Contrastive Regularization

2020-05-16 · Anonymous

Learning to imitate expert behavior from demonstrations is a challenging problem, especially in environments with high-dimensional, continuous observations and unknown dynamics. The simplest methods are behavioral cloning (BC), but they suffer from the problem of distribution shift: it can shift away from demonstrated states due to accumulated errors, since the agent greedily imitates demonstrated actions. Recent methods using reinforcement learning (RL), such as generative adversarial imitation learning (GAIL) and its variants, overcome this issue by training an RL agent to match the demonstrations over a long horizon. However, they all require a brittle adversarial training process with unstable rewards. And in order to augment RL process, some other papers build a specific generative model for the expert demonstrations, which increase the model and implementation complexity significantly. In this paper, we propose to train the policy as a classifier over states in expert dataset, and attenuate distribution shift by RL with fixed rewards. Here we calculate fixed rewards, based on an energy-based model (EBM) hidden in the policy. Moreover, we train this EBM by contrastive divergence method, further regularized by contrastive representation learning. Different from adversarial learning-based methods, we use fixed rewards obtained in a simple manner. There are no extra models needed here for distribution estimation or rewards modeling, reducing the model and implementation complexity significantly. The experiments on various Atari games show its performance improvement over many previous methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Atari GamesImitation LearningReinforcement Learning (RL)Representation Learning

Methods 이 논문이 사용한 방법론

EBM 설명 없음

Similar Papers 제목 키워드 기반

SRFeat: Learning Locally Accurate and Globally Consistent Non-Rigid Shape Correspondence

2022-09-16 · Lei LI, Souhaib Attaiki, Maks Ovsjanikov

In this work, we present a novel learning-based framework that combines the local accuracy of contrastive learning with the global consistency of geometric approaches, for robust non-rigid matching. We first observe that…

Contrastive Learning

Combating the Instability of Mutual Information-based Losses via Regularization

2020-11-16 · Kwanghee Choi, Siyeong Lee

Notable progress has been made in numerous fields of machine learning based on neural network-driven mutual information (MI) bounds. However, utilizing the conventional MI-based losses is often challenging due to their p…

Contrastive Learning

Class Interference Regularization

2020-09-04 · Bharti Munjal, Sikandar Amin, Fabio Galasso

Contrastive losses yield state-of-the-art performance for person re-identification, face verification and few shot learning. They have recently outperformed the cross-entropy loss on classification at the ImageNet scale …

Face VerificationFew-Shot LearningPerson Re-IdentificationPerson Search+1

i-Mix: A Domain-Agnostic Strategy for Contrastive Representation Learning

2020-10-17 · ICLR 2021 1 · Kibok Lee, Yian Zhu, Kihyuk Sohn, Chun-Liang Li 외

Contrastive representation learning has shown to be effective to learn representations from unlabeled data. However, much progress has been made in vision domains relying on data augmentations carefully designed using do…

Contrastive LearningRepresentation Learning

CR-VAE: Contrastive Regularization on Variational Autoencoders for Preventing Posterior Collapse

2023-09-06 · Fotios Lygerakis, Elmar Rueckert

The Variational Autoencoder (VAE) is known to suffer from the phenomenon of \textit{posterior collapse}, where the latent representations generated by the model become independent of the inputs. This leads to degenerated…