paper-with-me

Papers

Sparse Attentive Backtracking: Temporal Credit Assignment Through Reminding

2018-12-01 · NeurIPS 2018 12 · Nan Rosemary Ke, Anirudh Goyal Alias Parth Goyal, Olexa Bilaniuk, Jonathan Binas, Michael C. Mozer, Chris Pal, Yoshua Bengio

Learning long-term dependencies in extended temporal sequences requires credit assignment to events far back in the past. The most common method for training recurrent neural networks, back-propagation through time (BPTT), requires credit information to be propagated backwards through every single step of the forward computation, potentially over thousands or millions of time steps. This becomes computationally expensive or even infeasible when used with long sequences. Importantly, biological brains are unlikely to perform such detailed reverse replay over very long sequences of internal states (consider days, months, or years.) However, humans are often reminded of past memories or mental states which are associated with the current mental state. We consider the hypothesis that such memory associations between past and present could be used for credit assignment through arbitrarily long sequences, propagating the credit assigned to the current state to the associated past state. Based on this principle, we study a novel algorithm which only back-propagates through a few of these temporal skip connections, realized by a learned attention mechanism that associates current states with relevant past states. We demonstrate in experiments that our method matches or outperforms regular BPTT and truncated BPTT in tasks involving particularly long-term dependencies, but without requiring the biologically implausible backward replay through the whole history of states. Additionally, we demonstrate that the proposed method transfers to longer sequences significantly better than LSTMs trained with BPTT and LSTMs trained with full self-attention.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Temporal Sequences

Similar Papers 제목 키워드 기반

Sparse Attentive Backtracking: Long-Range Credit Assignment in Recurrent Networks

2017-11-07 · ICLR 2018 1 · Nan Rosemary Ke, Anirudh Goyal, Olexa Bilaniuk, Jonathan Binas 외

A major drawback of backpropagation through time (BPTT) is the difficulty of learning long-term dependencies, coming from having to propagate credit information backwards through every single step of the forward computat…

Sparse Attentive Backtracking: Temporal CreditAssignment Through Reminding

2018-09-11 · Nan Rosemary Ke, Anirudh Goyal, Olexa Bilaniuk, Jonathan Binas 외

Learning long-term dependencies in extended temporal sequences requires credit assignment to events far back in the past. The most common method for training recurrent neural networks, back-propagation through time (BPTT…

Temporal Sequences

Retrospective In-Context Learning for Temporal Credit Assignment with Large Language Models

2026-02-19 · Wen-Tse Chen, Jiayu Chen, Fahim Tajwar, Hao Zhu 외 arxiv

Learning from self-sampled data and sparse environmental feedback remains a fundamental challenge in training self-evolving agents. Temporal credit assignment mitigates this issue by transforming sparse feedback into den…

Occupancy Reward Shaping: Improving Credit Assignment for Offline Goal-Conditioned Reinforcement Learning

2026-04-22 · Aravind Venugopal, Jiayu Chen, Xudong Wu, Chongyi Zheng 외 arxiv

The temporal lag between actions and their long-term consequences makes credit assignment a challenge when learning goal-directed behaviors from data. Generative world models capture the distribution of future states an …

Reinforcement Learning

Agent-Temporal Credit Assignment for Optimal Policy Preservation in Sparse Multi-Agent Reinforcement Learning

2024-12-19 · Aditya Kapoor, Sushant Swamy, Kale-ab Tessera, Mayank Baranwal 외

In multi-agent environments, agents often struggle to learn optimal policies due to sparse or delayed global rewards, particularly in long-horizon tasks where it is challenging to evaluate actions at intermediate time st…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningTAR