Conditional Mutual Information for Disentangled Representations in Reinforcement Learning
Mhairi Dunion, Trevor McInroe, Kevin Sebastian Luck, Josiah P. Hanna,, Stefano V. Albrecht

TL;DR
This paper introduces a method to learn disentangled representations in reinforcement learning by minimizing conditional mutual information, improving generalization and training performance in environments with correlated features.
Contribution
It proposes an auxiliary task that minimizes conditional mutual information to disentangle correlated features in RL, addressing limitations of existing methods.
Findings
Improves generalization under correlation shifts.
Enhances training performance with correlated features.
Demonstrates effectiveness on continuous control tasks.
Abstract
Reinforcement Learning (RL) environments can produce training data with spurious correlations between features due to the amount of training data or its limited feature coverage. This can lead to RL agents encoding these misleading correlations in their latent representation, preventing the agent from generalising if the correlation changes within the environment or when deployed in the real world. Disentangled representations can improve robustness, but existing disentanglement techniques that minimise mutual information between features require independent features, thus they cannot disentangle correlated features. We propose an auxiliary task for RL algorithms that learns a disentangled representation of high-dimensional observations with correlated features by minimising the conditional mutual information between features in the representation. We demonstrate experimentally, using…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Reinforcement Learning in Robotics
