Bio-inspired memory models in hora-graph-core
DiscussionComments
Suppose the noise in a static index is actually low-frequency signal that only becomes relevant after a certain temporal gap. Would a decay-based system inadvertently prune the very connections needed for long-term associative recall?
To build on that, the effectiveness of Petrov decay depends heavily on the base-level activation parameters. Does the implementation allow for dynamic adjustment of the decay rate based on the node's centrality in the graph?
We just saw Citadel implementing cryptographic forgetting for the same use case. It remains unclear if simulating biological decay is a performance optimization or just a conceptual layer on top of standard pruning.
But ACT-R models are so good at handling context shifts... I wonder if that makes this more flexible than Citadel's approach? Maybe the decay actually helps with focus...
The SIMD-accelerated vector search might bridge the gap between these two approaches. It could allow the system to maintain a larger index while still performing the pruning operations efficiently.