paper-with-me

Papers

Deep Reinforcement Learning with Decorrelation

2019-03-18 · Borislav Mavrin, Hengshuai Yao, Linglong Kong

Learning an effective representation for high-dimensional data is a challenging problem in reinforcement learning (RL). Deep reinforcement learning (DRL) such as Deep Q networks (DQN) achieves remarkable success in computer games by learning deeply encoded representation from convolution networks. In this paper, we propose a simple yet very effective method for representation learning with DRL algorithms. Our key insight is that features learned by DRL algorithms are highly correlated, which interferes with learning. By adding a regularized loss that penalizes correlation in latent features (with only slight computation), we decorrelate features represented by deep neural networks incrementally. On 49 Atari games, with the same regularization factor, our decorrelation algorithms perform $70\%$ in terms of human-normalized scores, which is $40\%$ better than DQN. In particular, ours performs better than DQN on 39 games with 4 close ties and lost only slightly on $6$ games. Empirical results also show that the decorrelation method applies to Quantile Regression DQN (QR-DQN) and significantly boosts performance. Further experiments on the losing games show that our decorelation algorithms can win over DQN and QR-DQN with a fined tuned regularization factor.

📄 PDF Abstract BibTeX arXiv:1903.07765

Code (0)

등록된 구현이 없습니다.

Tasks

Atari GamesDeep Reinforcement Learningquantile regressionreinforcement-learningReinforcement LearningReinforcement Learning (RL)Representation Learning

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…

Similar Papers 제목 키워드 기반

Decorrelated Soft Actor-Critic for Efficient Deep Reinforcement Learning

2025-01-31 · Burcu Küçükoğlu, Sander Dalm, Marcel van Gerven

The effectiveness of credit assignment in reinforcement learning (RL) when dealing with high-dimensional data is influenced by the success of representation learning via deep neural networks, and has implications for the…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Scalable and Effective Deep CCA via Soft Decorrelation

2017-07-30 · CVPR 2018 6 · Xiaobin Chang, Tao Xiang, Timothy M. Hospedales

Recently the widely used multi-view learning model, Canonical Correlation Analysis (CCA) has been generalised to the non-linear setting via deep neural networks. Existing deep CCA models typically first decorrelate the f…

MULTI-VIEW LEARNING

Multi-Margin based Decorrelation Learning for Heterogeneous Face Recognition

2020-05-25 · Bing Cao, Nannan Wang, Xinbo Gao, Jie Li 외

Heterogeneous face recognition (HFR) refers to matching face images acquired from different domains with wide applications in security scenarios. This paper presents a deep neural network approach namely Multi-Margin bas…

Face RecognitionHeterogeneous Face RecognitionRepresentation Learning

Decorrelation of Neutral Vector Variables: Theory and Applications

2017-05-30 · Zhanyu Ma, Jing-Hao Xue, Arne Leijon, Zheng-Hua Tan 외

In this paper, we propose novel strategies for neutral vector variable decorrelation. Two fundamental invertible transformations, namely serial nonlinear transformation and parallel nonlinear transformation, are proposed…

Learning Generalizable Agents via Saliency-Guided Features Decorrelation

2023-10-08 · NeurIPS 2023 11 · Sili Huang, Yanchao Sun, Jifeng Hu, Siyuan Guo 외

In visual-based Reinforcement Learning (RL), agents often struggle to generalize well to environmental variations in the state space that were not observed during training. The variations can arise in both task-irrelevan…

Reinforcement Learning (RL)