cd /news/artificial-intelligence/march-scaling-recurrent-memory-with-… · home topics artificial-intelligence article
[ARTICLE · art-96304] src=arxiv.org ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

MARCH: Scaling Recurrent Memory with Content-Routed State Anchors

Researchers introduced Memory-Anchor Routing across Context History (MARCH), a recurrent architecture that scales state-space models beyond fixed-size memory by periodically caching state anchors with content-conditioned keys. In tests after standard pretraining, MARCH outperformed multiple linear attention variants on commonsense reasoning, LongBench, and in-context retrieval, offering a controllable trade-off between historical resolution and memory cost while maintaining efficient decoding.

read1 min views1 publishedAug 14, 2026

arXiv:2608.12435v1 Announce Type: new Abstract: Transformers owe much of their strong long-context retrieval capability to a token-level memory that grows with context length. This flexibility, however, incurs a quadratic computation complexity during training and a key--value cache that grows linearly during autoregressive inference. Recurrent alternatives offer efficient decoding by compressing the entire history into a fixed-size state, but often underperform on recall-intensive tasks since earlier associations usually get overwritten by subsequent updates, and only the most recent contextual information is retained. In this paper, we introduce Memory-Anchor Routing across Context History (MARCH), a network architecture that effectively scales state-space models beyond a fixed-size dimension, while maintaining computational efficiency over long-sequences. MARCH periodically caches cumulative recurrent-state checkpoints as state anchors and associates each anchor with a compact, content-conditioned anchor key. This lets MARCH maintain a memory bank, which can grow as context length increases, providing a controllable trade-off between historical resolution and memory cost. At each token, MARCH produces an anchor query to attend all causally available state anchors, and the output is calculated as an attention-style aggregation over all historical anchors along the current state. We show that after standard pretraining, MARCH consistently outperforms multiple linear attention variants across commonsense reasoning, LongBench, and in-context retrieval. These results demonstrate that content-routed state caching substantially strengthens recurrent long-range memory while preserving its native computation path.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @memory-anchor routing across context history (march) 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/march-scaling-recurr…] indexed:0 read:1min 2026-08-14 ·