paper-with-me

Papers

Robust Representation Learning by Clustering with Bisimulation Metrics for Visual Reinforcement Learning with Distractions

2023-02-12 · Qiyuan Liu, Qi Zhou, Rui Yang, Jie Wang

Recent work has shown that representation learning plays a critical role in sample-efficient reinforcement learning (RL) from pixels. Unfortunately, in real-world scenarios, representation learning is usually fragile to task-irrelevant distractions such as variations in background or viewpoint. To tackle this problem, we propose a novel clustering-based approach, namely Clustering with Bisimulation Metrics (CBM), which learns robust representations by grouping visual observations in the latent space. Specifically, CBM alternates between two steps: (1) grouping observations by measuring their bisimulation distances to the learned prototypes; (2) learning a set of prototypes according to the current cluster assignments. Computing cluster assignments with bisimulation metrics enables CBM to capture task-relevant information, as bisimulation metrics quantify the behavioral similarity between observations. Moreover, CBM encourages the consistency of representations within each group, which facilitates filtering out task-irrelevant information and thus induces robust representations against distractions. An appealing feature is that CBM can achieve sample-efficient representation learning even if multiple distractions exist simultaneously.Experiments demonstrate that CBM significantly improves the sample efficiency of popular visual RL algorithms and achieves state-of-the-art performance on both multiple and single distraction settings. The code is available at https://github.com/MIRALab-USTC/RL-CBM.

📄 PDF Abstract BibTeX arXiv:2302.12003

Code (1)

miralab-ustc/rl-cbm 공식 구현 pytorch

Tasks

ClusteringReinforcement Learning (RL)Representation Learning

Similar Papers 제목 키워드 기반

Efficient Embedding of Semantic Similarity in Control Policies via Entangled Bisimulation

2022-01-28 · Martin Bertran, Walter Talbott, Nitish Srivastava, Joshua Susskind

Learning generalizeable policies from visual input in the presence of visual distractions is a challenging problem in reinforcement learning. Recently, there has been renewed interest in bisimulation metrics as a tool to…

Data AugmentationReinforcement Learning (RL)Semantic SimilaritySemantic Textual Similarity

Invariant Representations for Reinforcement Learning without Reconstruction

2021-01-01 · ICLR 2021 1 · Amy Zhang, Rowan Thomas McAllister, Roberto Calandra, Yarin Gal 외

We study how representation learning can accelerate reinforcement learning from rich observations, such as images, without relying either on domain knowledge or pixel-reconstruction. Our goal is to learn representations …

Causal InferenceMuJoCoreinforcement-learningReinforcement Learning+2

Learning Invariant Representations for Reinforcement Learning without Reconstruction

2020-06-18 · Amy Zhang, Rowan McAllister, Roberto Calandra, Yarin Gal 외

We study how representation learning can accelerate reinforcement learning from rich observations, such as images, without relying either on domain knowledge or pixel-reconstruction. Our goal is to learn representations …

Causal InferenceMuJoCoreinforcement-learningReinforcement Learning+2

Task-Aware Exploration via a Predictive Bisimulation Metric

2026-02-21 · Dayang Liang, Ruihan Liu, Lipeng Wan, Yunlong Liu 외 arxiv

Accelerating exploration in visual reinforcement learning under sparse rewards remains challenging due to the substantial task-irrelevant variations. Despite advances in intrinsic exploration, many methods either assume …

Reinforcement Learning

Understanding and Addressing the Pitfalls of Bisimulation-based Representations in Offline Reinforcement Learning

2023-09-21 · NeurIPS 2023 11

While bisimulation-based approaches hold promise for learning robust state representations for Reinforcement Learning (RL) tasks, their efficacy in offline RL tasks has not been up to par. In some instances, their perfo…