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

Abstract

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.

Cite

Text

Liu et al. "Robust Representation Learning by Clustering with Bisimulation Metrics for Visual Reinforcement Learning with Distractions." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I7.26063

Markdown

[Liu et al. "Robust Representation Learning by Clustering with Bisimulation Metrics for Visual Reinforcement Learning with Distractions." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/liu2023aaai-robust/) doi:10.1609/AAAI.V37I7.26063

BibTeX

@inproceedings{liu2023aaai-robust,
  title     = {{Robust Representation Learning by Clustering with Bisimulation Metrics for Visual Reinforcement Learning with Distractions}},
  author    = {Liu, Qiyuan and Zhou, Qi and Yang, Rui and Wang, Jie},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {8843-8851},
  doi       = {10.1609/AAAI.V37I7.26063},
  url       = {https://mlanthology.org/aaai/2023/liu2023aaai-robust/}
}