This paper describes an improvement in Deep Q-learning called Reverse Experience Replay (also RER) that solves the problem of sparse rewards and helps to deal with reward maximizing tasks by sampling transitions successively in reverse order. On tasks with enough experience for training and enough Experience Replay mem…
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
Experience replay is a key technique behind many recent advances in deep reinforcement learning. Allowing the agent to learn from earlier memories can speed up learning and break undesirable temporal correlations. Despite its wide-spread application, very little is understood about the properties of experience replay. …
Experience replay enables reinforcement learning agents to memorize and reuse past experiences, just as humans replay memories for the situation at hand. Contemporary off-policy algorithms either replay past experiences uniformly or utilize a rule-based replay strategy, which may be sub-optimal. In this work, we consid…
Improves sparse reinforcement learning efficiency with OYMB.
Online reinforcement learning agents are currently able to process an increasing amount of data by converting it into a higher order value functions. This expansion of the information collected from the environment increases the agent's state space enabling it to scale up to a more complex problems but also increases t…
In this paper, we propose a dual memory structure for reinforcement learning algorithms with replay memory. The dual memory consists of a main memory that stores various data and a cache memory that manages the data and trains the reinforcement learning agent efficiently. Experimental results show that the dual memory …
A new method stabilizes deep reinforcement learning by using QGraphs to retain replay memory information.
Continual learning, the setting where a learning agent is faced with a never ending stream of data, continues to be a great challenge for modern machine learning systems. In particular the online or "single-pass through the data" setting has gained attention recently as a natural setting that is difficult to tackle. Me…
An important component of many Deep Reinforcement Learning algorithms is the Experience Replay which serves as a storage mechanism or memory of made experiences. These experiences are used for training and help the agent to stably find the perfect trajectory through the problem space. The classic Experience Replay howe…
Paper proposes a new method to select memory data for online class-incremental learning.
Prototype-based generative replay framework for online continual regression.
Sequential learning of tasks using gradient descent leads to an unremitting decline in the accuracy of tasks for which training data is no longer available, termed catastrophic forgetting. Generative models have been explored as a means to approximate the distribution of old tasks and bypass storage of real data. Here …
New insights into experience replay in RL algorithms.
D-CBRS manages memory for continual learning by accounting for intra-class diversity.
We introduce a lifelong language learning setup where a model needs to learn from a stream of text examples without any dataset identifier. We propose an episodic memory model that performs sparse experience replay and local adaptation to mitigate catastrophic forgetting in this setup. Experiments on text classificatio…
This paper tackles federated incremental learning with dynamic memory allocation for improved model performance in non-IID data.
A new method prioritizes and recycles experiences for better reinforcement learning.
X-DER improves continual learning by revising replay memory and learning unseen classes.
Optimal CL requires perfect memory and is NP-hard.
GMED edits stored examples to improve continual learning.
In continual learning, the learner faces a stream of data whose distribution changes over time. Modern neural networks are known to suffer under this setting, as they quickly forget previously acquired knowledge. To address such catastrophic forgetting, many continual learning methods implement different types of exper…
Unified study of stateful replay for streaming learning, reducing forgetting by 2-3x.
A new method for generating replay samples on the fly, optimizing for not forgetting.
Graph-based rehearsal improves continual learning performance.
Experience replay (ER) is a fundamental component of off-policy deep reinforcement learning (RL). ER recalls experiences from past iterations to compute gradient estimates for the current policy, increasing data-efficiency. However, the accuracy of such updates may deteriorate when the policy diverges from past behavio…
Our research is focused on understanding and applying biological memory transfers to new AI systems that can fundamentally improve their performance, throughout their fielded lifetime experience. We leverage current understanding of biological memory transfer to arrive at AI algorithms for memory consolidation and repl…
Training a neural network using backpropagation algorithm requires passing error gradients sequentially through the network. The backward locking prevents us from updating network layers in parallel and fully leveraging the computing resources. Recently, there are several works trying to decouple and parallelize the ba…
Improved Politex algorithm reduces regret bound to O(√T) with experience replay.
Modern Hopfield networks help prevent forgetting in generative models after task changes.
The brain optimizes memory by forgetting what's predictable, improving generalization.
LiDER refreshes past experiences in RL by dreaming about them.
Study improves neural network performance in sequential learning for image classification.
TOMA generates abstract graphs for RL, reducing memory and computation costs.
New analysis shows FM learns underlying dynamical structure, not just trajectory replay.
MER algorithm speeds up VI solving with Markovian data.
Modern deep reinforcement learning methods have departed from the incremental learning required for eligibility traces, rendering the implementation of the -return difficult in this context. In particular, off-policy methods that utilize experience replay remain problematic because their random sampling of minibatch…
Neural network tackles continual learning with neuromodulation and local error signals.
A simple technique improves continual learning by 50% on image datasets.
This work tackles online memory selection in continual learning using information theory.
A new method for continual learning in GANs learns new modes with limited data.
We first pose the Unsupervised Progressive Learning (UPL) problem: an online representation learning problem in which the learner observes a non-stationary and unlabeled data stream, learning a growing number of features that persist over time even though the data is not stored or replayed. To solve the UPL problem we …
A novel approach stores encoded images as centroids and covariance matrices to improve classification accuracy with less memory.
In continual learning (CL), an agent learns from a stream of tasks leveraging prior experience to transfer knowledge to future tasks. It is an ideal framework to decrease the amount of supervision in the existing learning algorithms. But for a successful knowledge transfer, the learner needs to remember how to perform …
Optimizer memory affects learning rate sensitivity in shuffle order, impacting fine-tuning noise.
New modifiers improve noisy RNN replay in hippocampal networks.
This project combines recent advances in experience replay techniques, namely, Combined Experience Replay (CER), Prioritized Experience Replay (PER), and Hindsight Experience Replay (HER). We show the results of combinations of these techniques with DDPG and DQN methods. CER always adds the most recent experience to th…
We present a new replay-based method of continual classification learning that we term "conditional replay" which generates samples and labels together by sampling from a distribution conditioned on the class. We compare conditional replay to another replay-based continual learning paradigm (which we term "marginal rep…
Paper improves online time series forecasting by combining natural gradient and robust t-distribution.