Papers › Learning Successor Features with Distributed Hebbian Temporal Memory

Learning Successor Features with Distributed Hebbian Temporal Memory

20 Oct 2023arXiv:2310.13391archive 2025-07-28

Evgenii Dzhivelikian, Petr Kuderov, Aleksandr I. Panov

This paper presents a novel approach to address the challenge of online temporal memory learning for decision-making under uncertainty in non-stationary, partially observable environments. The proposed algorithm, Distributed Hebbian Temporal Memory (DHTM), is based on factor graph formalism and a multicomponent neuron model. DHTM aims to capture sequential data relationships and make cumulative predictions about future observations, forming Successor Features (SF). Inspired by neurophysiological models of the neocortex, the algorithm utilizes distributed representations, sparse transition matrices, and local Hebbian-like learning rules to overcome the instability and slow learning process of traditional temporal memory algorithms like RNN and HMM. Experimental results demonstrate that DHTM outperforms LSTM and a biologically inspired HMM-like algorithm, CSCG, in the case of non-stationary datasets. Our findings suggest that DHTM is a promising approach for addressing the challenges of online sequence learning and planning in dynamic environments.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2310.13391")

Code

Syntology Ran 8 of 15 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 7 ran · fixture could not drive it.

By repository: found in paper text by Syntology: 15 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

vicariousinc/naturecomm_cscg found in paper text by Syntology report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 8 ran; 1 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
7ran · fixture could not drive it
7unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from vicariousinc/naturecomm_cscg. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

backtrace vicariousinc/naturecomm_cscg/chmm_actions.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · fbab057971ecf3f4 · report
backtraceE vicariousinc/naturecomm_cscg/chmm_actions.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · dcda7c0cf75598ee · report
backtrace_all vicariousinc/naturecomm_cscg/chmm_actions.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 035bb3da1eef4c87 · report
backward vicariousinc/naturecomm_cscg/chmm_actions.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · be72df6bce23ce68 · report
backwardE vicariousinc/naturecomm_cscg/chmm_actions.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 34bf25d3a0edc995 · report
forward vicariousinc/naturecomm_cscg/chmm_actions.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 701373520efd837b · report
forward_mp vicariousinc/naturecomm_cscg/chmm_actions.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 236a56bc2589a44f · report
rargmax vicariousinc/naturecomm_cscg/chmm_actions.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · fce610cfa177feb6 · report
CHMM vicariousinc/naturecomm_cscg/chmm_actions.py found in paper text by Syntology unverified MIT (permissive) · 8ecc57903dd4d95a · report
forwardE vicariousinc/naturecomm_cscg/chmm_actions.py found in paper text by Syntology unverified MIT (permissive) · ab42ab54d530bf21 · report
forwardE_mp vicariousinc/naturecomm_cscg/chmm_actions.py found in paper text by Syntology unverified MIT (permissive) · acecc5d1c599c77e · report
forward_mp_all vicariousinc/naturecomm_cscg/chmm_actions.py found in paper text by Syntology unverified MIT (permissive) · 01c78fa51023b405 · report
updateC vicariousinc/naturecomm_cscg/chmm_actions.py found in paper text by Syntology unverified MIT (permissive) · 8f9771e83e7a0ea9 · report
updateCE vicariousinc/naturecomm_cscg/chmm_actions.py found in paper text by Syntology unverified MIT (permissive) · ed669dfc84395fcb · report
validate_seq vicariousinc/naturecomm_cscg/chmm_actions.py found in paper text by Syntology unverified MIT (permissive) · ee6a374ee8affe7a · report

Tasks

Decision MakingDecision Making Under UncertaintyRepresentation Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

LSTMSigmoid ActivationTanh Activation

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections