paper-with-me

Papers

A Complementary Learning Systems Approach to Temporal Difference Learning

2019-05-07 · Sam Blakeman, Denis Mareschal

Complementary Learning Systems (CLS) theory suggests that the brain uses a 'neocortical' and a 'hippocampal' learning system to achieve complex behavior. These two systems are complementary in that the 'neocortical' system relies on slow learning of distributed representations while the 'hippocampal' system relies on fast learning of pattern-separated representations. Both of these systems project to the striatum, which is a key neural structure in the brain's implementation of Reinforcement Learning (RL). Current deep RL approaches share similarities with a 'neocortical' system because they slowly learn distributed representations through backpropagation in Deep Neural Networks (DNNs). An ongoing criticism of such approaches is that they are data inefficient and lack flexibility. CLS theory suggests that the addition of a 'hippocampal' system could address these criticisms. In the present study we propose a novel algorithm known as Complementary Temporal Difference Learning (CTDL), which combines a DNN with a Self-Organising Map (SOM) to obtain the benefits of both a 'neocortical' and a 'hippocampal' system. Key features of CTDL include the use of Temporal Difference (TD) error to update a SOM and the combination of a SOM and DNN to calculate action values. We evaluate CTDL on grid worlds and the Cart-Pole environment, and show several benefits over the classic Deep Q-Network (DQN) approach. These results demonstrate (1) the utility of complementary learning systems for the evaluation of actions, (2) that the TD error signal is a useful form of communication between the two systems and (3) the biological plausibility of the proposed approach.

📄 PDF Abstract BibTeX arXiv:1905.02636

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SOM The Self-Organizing Map (SOM), commonly also known as Kohonen network (Kohonen 1982, Kohonen 2001) is a computational method for the visualization and analysis of…

Similar Papers 제목 키워드 기반

Spatio-Temporal Difference Guided Motion Deblurring with the Complementary Vision Sensor

2026-04-12 · Yapeng Meng, Lin Yang, Yuguo Chen, Xiangru Chen 외 arxiv

Motion blur arises when rapid scene changes occur during the exposure period, collapsing rich intra-exposure motion into a single RGB frame. Without explicit structural or temporal cues, RGB-only deblurring is highly ill…

Local-Global Temporal Difference Learning for Satellite Video Super-Resolution

2023-04-10 · Yi Xiao, Qiangqiang Yuan, Kui Jiang, Xianyu Jin 외

Optical-flow-based and kernel-based approaches have been extensively explored for temporal compensation in satellite Video Super-Resolution (VSR). However, these techniques are less generalized in large-scale or complex …

Optical Flow EstimationSuper-ResolutionVideo Super-Resolution

Look Back and Forth: Video Super-Resolution with Explicit Temporal Difference Modeling

2022-04-14 · CVPR 2022 1 · Takashi Isobe, Xu Jia, Xin Tao, Changlin Li 외

Temporal modeling is crucial for video super-resolution. Most of the video super-resolution methods adopt the optical flow or deformable convolution for explicitly motion compensation. However, such temporal modeling tec…

Motion CompensationOptical Flow EstimationSuper-ResolutionVideo Super-Resolution

Prediction and Control in Continual Reinforcement Learning

2023-12-18 · NeurIPS 2023 11 · Nishanth Anand, Doina Precup

Temporal difference (TD) learning is often used to update the estimate of the value function which is used by RL agents to extract useful policies. In this paper, we focus on value function estimation in continual reinfo…

Continual LearningGeneral KnowledgePredictionreinforcement-learning+1

TEA: Temporal Excitation and Aggregation for Action Recognition

2020-04-03 · CVPR 2020 6 · Yan Li, Bin Ji, Xintian Shi, Jian-Guo Zhang 외

Temporal modeling is key for action recognition in videos. It normally considers both short-range motions and long-range aggregations. In this paper, we propose a Temporal Excitation and Aggregation (TEA) block, includin…

Action RecognitionAction Recognition In Videos