LGSPNov 28, 2025

Distributed Dynamic Associative Memory via Online Convex Optimization

arXiv:2511.23347v1
Originality Incremental advance
AI Analysis

This work addresses the challenge of dynamic associative memory in distributed systems, which is incremental as it builds on classical associative memory and online optimization methods.

The paper tackles the problem of extending associative memory to distributed, time-varying settings with multiple agents, proposing a tree-based distributed online gradient descent algorithm (DDAM-TOGD) that achieves sublinear static regret and dynamic regret bounds, with numerical experiments showing superior accuracy and robustness compared to baselines.

An associative memory (AM) enables cue-response recall, and it has recently been recognized as a key mechanism underlying modern neural architectures such as Transformers. In this work, we introduce the concept of distributed dynamic associative memory (DDAM), which extends classical AM to settings with multiple agents and time-varying data streams. In DDAM, each agent maintains a local AM that must not only store its own associations but also selectively memorize information from other agents based on a specified interest matrix. To address this problem, we propose a novel tree-based distributed online gradient descent algorithm, termed DDAM-TOGD, which enables each agent to update its memory on the fly via inter-agent communication over designated routing trees. We derive rigorous performance guarantees for DDAM-TOGD, proving sublinear static regret in stationary environments and a path-length dependent dynamic regret bound in non-stationary environments. These theoretical results provide insights into how communication delays and network structure impact performance. Building on the regret analysis, we further introduce a combinatorial tree design strategy that optimizes the routing trees to minimize communication delays, thereby improving regret bounds. Numerical experiments demonstrate that the proposed DDAM-TOGD framework achieves superior accuracy and robustness compared to representative online learning baselines such as consensus-based distributed optimization, confirming the benefits of the proposed approach in dynamic, distributed environments.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes