cd /news/machine-learning/effectively-does-a-model-use-its-mem… · home topics machine-learning article
[ARTICLE · art-131047] src=liquid.ai ↗ pub= topic=machine-learning verified=true sentiment=· neutral

Effectively Does a Model Use Its Memory (2025)

Researchers introduced Effective State-Size (ESS), a proxy metric for memory utilization in deep learning sequence models, in a paper accepted at ICML 2025. The work shows that any equivalent recurrence must materialize a state at least as large as the rank of the submatrices of the input-dependent matrix T(u), and finds that large language models which modulate ESS more effectively tend to perform better on recall-intensive tasks. The analysis also indicates that sequence models with high ESS are harder to distill into smaller-state students, and that ESS can inform initialization and featurization schemes for better recall.

read1 min views1 publishedSep 16, 2026
Effectively Does a Model Use Its Memory (2025)
Image: source

Engineering Even with the same state/cache size, models can differ significantly in how well they utilize memory—impacting recall, compression, and trainability.

We introduce Effective State-Size (ESS): A proxy metric for memory utilization. At its core, many deep learning sequence models—attention, SSMs, gated convs—can be expressed as: y = T(u)u, where T(u) is an input-dependent matrix.

By extending classic signal processing results, we show that any equivalent recurrence must materialize a state whose size is at least the rank of the submatrices of T(u). We define this rank as the ESS and interpret it as a measure of the model’s memory utilization.

Our analysis of ESS reveals several key insights:

  • State compression: Sequence models with high ESS (high memory utilization) are harder to distill into smaller-state students.
  • Initialization and featurization: ESS can inform initialization and featurization schemes for better recall performance.
  • State modulation: ESS can be tracked at each time step, revealing how models adjust memory usage in response to context—e.g., around EOS tokens. We find that LLMs that modulate ESS more effectively tend to perform better on recall-intensive tasks.

This work was accepted at ICML 2025.

For all the details refer to the paper: “Quantifying Memory Utilization with Effective State-Size”.

── more in #machine-learning 4 stories · sorted by recency
── more on @effective state-size 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/effectively-does-a-m…] indexed:0 read:1min 2026-09-16 ·