MARCH: New arXiv paper on scaling recurrent memory with content-routed state anchors
A new arXiv paper, MARCH, proposes content-routed state anchors to give recurrent models a token-level memory akin to Transformers, without quadratic scaling. The authors note that Transformers' long-context strength derives from memory growing with context length, but this flexibility incurs heavy cost. MARCH aims to resolve linear KV-cache growth by content-based routing of state updates, potentially enabling efficient long-context inference. Submitted by Ming Zhang and eight co-authors, the paper aligns with another work on governed persistent memory, signaling a convergence toward content-addressable memory in architectures. This matters because it offers a path to deploy long-context models on edge devices where memory bandwidth is constrained. However, the abstract is truncated, leaving full details and experimental results unseen. Builders should monitor whether MARCH matches Transformer retrieval accuracy at lower cost.
MARCH: New arXiv paper on scaling recurrent memory with content-routed state anchors
View a PDF of the paper titled MARCH: Scaling Recurrent Memory with Content-Routed State Anchors, by Ming Zhang and 8 other authors. Submission history from Youbang Sun.
Key takeaway
Recurrent models are adopting content-addressable memory structures to close the performance gap with Transformers, signaling a convergence in architectural efficiency strategies.
What happened
A new arXiv preprint titled "MARCH: Scaling Recurrent Memory with Content-Routed State Anchors" was posted on August 12, 2026, according to the submission history. The paper, authored by Ming Zhang and eight other researchers, with submission history from Youbang Sun, addresses the linear KV-cache growth and quadratic computational cost that limit recurrent models' long-context capabilities.
The proposed method introduces content-routed state anchors to give recurrent models a token-level memory similar to Transformers, as described in the abstract. The analysis accompanying the paper notes that recurrent architectures are evolving beyond simple state passing by adding these anchors to mimic Transformer-like retrieval without quadratic scaling, signaling a shift toward content-addressable memory in model design.
Evidence
MARCH proposes a method to enhance recurrent models' long-context capabilities by implementing a token-level memory structure.
arXiv cs.LG · attributed
The paper 'Scaling Recurrent Memory with Content-Routed State Anchors' proposes a method to enhance recurrent models' long-context capabilities by implementing a token-level memory structure.
MARCH aims to resolve the linear KV-cache growth and quadratic cost associated with Transformer-like memory.
arXiv cs.LG · attributed
This approach aims to resolve the linear KV-cache growth and quadra…
The paper was submitted by Ming Zhang and 8 other authors, with submission history from Youbang Sun.
arXiv cs.LG · attributed
View a PDF of the paper titled MARCH: Scaling Recurrent Memory with Content-Routed State Anchors, by Ming Zhang and 8 other authors. Submission history from Youbang Sun.
Governed Persistent Memory (GPM) ensures that stale, contradictory, or retracted records do not support outgoing claims.
arXiv cs.AI · attributed
The paper proposes Governed Persistent Memory (GPM), a model that moves beyond simple select-store-retrieve by ensuring that stale, contradictory, or retracted records do not support outgoing claims.
Why it matters
Builders and researchers should monitor this approach as a potential pathway to deploy longer-context models on edge devices or in high-throughput inference scenarios where memory bandwidth is a constraint.
Limits and uncertainties
The abstract in the packet is truncated, leaving full method details and experimental results unspecified.
The analysis text is a summarization by the provider, not an exact quote from the paper.
Practical implications
Builders could explore deploying MARCH-style models on edge devices or in high-throughput inference scenarios to reduce memory bandwidth pressure.
For agent builders, GPM suggests governing memory with auditable transitions to avoid stale or contradictory records supporting actions.
What to watch
Whether MARCH releases code and benchmarks showing long-context retrieval accuracy comparable to Transformers.
Whether GPM's bitemporal state framework gets adopted in agent frameworks.