Pith. sign in

REVIEW 4 major objections 5 minor 72 references

Agent capability does not return when a squeezed memory budget recovers — memory hysteresis — and this paper proves a deficit floor for keep-or-drop policies, then shows a reversible, verification-gated fidelity ladder closes the loop and m

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

CrystalMem restores agent capability after a memory-budget squeeze-and-recovery cycle to within 0.5 pp on average by keeping recoverable residue of demoted entries and verifying regenerated knowledge.

T0 review reviewed 2026-08-04 challenge →

load-bearing objection The hysteresis phenomenon and Proposition 3's floor are genuine contributions, but the empirical support rests on one fixed budget schedule and no released artifacts. the 4 major comments →

arxiv 2608.00303 v1 pith:QGOZ5CTV submitted 2026-07-31 cs.AI

CrystalMem: Elastic Memory for Self-Evolving LLM Agents via Knowledge Crystallization

classification cs.AI
keywords memory hysteresiselastic memory budgetLLM agent memoryreversible compressionfidelity ladderverified recrystallizationresidual deficitself-evolving agents
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

LLM agents that accumulate experience in an external memory store are usually provisioned as if the byte budget only grows, but cloud quotas are elastic. This paper shows that after a squeeze-and-recover cycle, the agent's capability does not return with the bytes: it settles below its pre-squeeze level, a gap called memory hysteresis. It proves that any policy that only keeps or drops entries carries an expected residual-deficit floor, and then argues the fix is reversible retention: demote entries down a four-state fidelity ladder instead of deleting them, and regenerate them from residues under a verification gate when the budget returns. Across seven environments, seventeen methods, and six backbones, the proposed system reports the highest restored capability in every setting, a mean residual deficit of 0.5 pp versus 5.2–17.9 pp for baselines, and a match of the strongest full-provision baseline at half the byte budget. If the paper is right, deletion-based agent memory under elastic budgets is structurally lossy, and a residue-keeping, verification-gated ladder is the practical way to close the loop.

Core claim

Capability lost during a memory-budget squeeze does not return when bytes return — memory hysteresis — and for keep-or-drop policies this is provably structural: Prop. 3 gives an expected residual-deficit floor of sum u_e(1−p_e) over evicted entries, with u_e terminal utility and p_e re-observation probability, and the trough evicts ~75% of resident bytes. The constructive claim is CrystalMem, a four-state fidelity ladder with energy-priced demotions, advantage-weighted influence ordering with dependency coupling, and verified recrystallization that admits only reconstructions passing stored invariants. Evaluation over seven environments, seventeen methods, and six backbones reports the high

What carries the argument

Four-state fidelity ladder (FULL, COMPRESSED, SKELETAL, TRACE), each rung with byte cost, utility fraction, and regeneration token cost; demoted entries keep a residue and a set of invariants (key spans, entity tuples, outcome facts). Around it: water-filling descent that demotes cheapest marginal-price moves first until the store fits the incoming budget, priced by η_e(k)=ṽ_e(1−r_k)+τ c_k; Monitor that attributes graded outcomes to entries via advantage-weighted influence and lets value flow over a dependency graph so anchors sink last; and verified recrystallization that regenerates from residues and admits drafts only if they pass invariant checks, under explicit byte and compute caps. T

Load-bearing premise

The entire experimental case is anchored to one fixed budget schedule — a single squeeze to 25% and recovery to 100% — so differently shaped, deeper, faster, or repeated budget paths could change the reported margins and even the qualitative ranking.

What would settle it

Run the same seven-stage protocol with a trough of 10% of the provisioned budget (e.g., 1→0.8→0.5→0.1→0.5→0.8→1) and measure residual deficit: if the proposed system stays within a couple of points of the 0.5 pp reported at the 25% trough, the loop-closure claim generalizes; if it degrades toward the 6.5 pp deficit observed at a zero regeneration budget, the result is specific to the tested trough depth and regeneration fidelity.

Watch this falsifier. Get emailed when new claim-graph text bears on it.

If this is right

  • At a 50% byte budget, capability matches the strongest full-provision baseline on every environment tested, which implies agents can be provisioned at half the memory without loss on this cycle.
  • Any production memory that sheds bytes by deletion or one-way compression is provably leaving capability un-recovered whenever the budget later expands, regardless of how good its entry selection is.
  • The hysteresis-area and residual-deficit metrics turn 'path dependence of agent capability' into a measurable quantity, useful for comparing memory policies under elastic provisioning.
  • Recovery by regeneration is energy-cheap relative to re-experience: on a physical edge–cloud deployment, one recovered capability point cost about a fifth of the energy of re-experiencing the episodes, with a roughly 5× reduction in synchronization traffic.
  • Dense multi-tenant sharing favors stores that can rebuild: fair-splitting a crystallized store produced an order of magnitude fewer per-tenant service-level violations than fair-splitting a binary store at the same byte fairness.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • All headline numbers sit on a single fixed budget path (a one-cycle 1→0.75→0.5→0.25→0.5→0.75→1 curve); sweeping trough depth, recovery slope, and cycle count is an obvious next test, and deeper or repeated squeezes might widen the residual deficit faster than the paper's boundary conditions suggest.
  • The deficit-floor theorem probably generalizes: any policy that discards reconstruction material — including learned one-way compression — should inherit a version of the same bound, making hysteresis a general property of non-reversible memory rather than a defect of binary retention.
  • The verification gate is a reusable pattern: any system that stores degraded representations to be rebuilt later (paged caches, distilled models, shared context stores) could adopt invariant-checked regeneration to prevent silent degradation.
  • In the ablation, replacing the influence signal with recency cost only 1.3 pp on average, so the learned estimator's real advantage may be smaller than the headline margin, and a cheaper surrogate may suffice in lower-noise environments.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper identifies a phenomenon it calls memory hysteresis in LLM-agent memory under elastic byte budgets: after a budget squeeze-and-recover cycle, agent capability does not return to its pre-squeeze level. It formalizes this with a loop-area metric and a residual-deficit metric, proves a lower bound on residual deficit for any keep-or-drop policy (Proposition 3), and proposes CrystalMem, a memory sidecar that demotes entries along a four-state fidelity ladder, orders demotions by advantage-weighted influence with dependency coupling, and recovers capability via verified recrystallization under byte and compute caps. The evaluation covers seven environments, up to seventeen methods/configurations, six backbones, multi-tenant serving, and a physical edge-cloud testbed, reporting that CrystalMem achieves the highest restored capability in all settings and matches a fixed full-provision baseline at a 50% byte budget.

Significance. If the results hold, the paper makes a useful conceptual and engineering contribution: it shows that memory management for self-evolving agents is path-dependent under elastic budgets, gives a simple but non-vacuous lower bound for deletion-only policies, and proposes a practical reversible-ladder design with verification-gated promotion. The theoretical floor is clean and the empirical coverage is unusually broad, including an out-of-set BabyAI check, per-backbone sweeps, multi-tenant SLO measurements, and a physical deployment. The paper is also honest about the idealized status of its loop-closure proposition. The main reservations are empirical robustness: nearly all headline numbers are measured under a single fixed budget schedule, and the loop-closure guarantee rests on assumptions that the paper's own measurements show are violated in practice.

major comments (4)
  1. [Definition 1; Sections 5.2-5.6] All empirical claims about hysteresis, residual deficit, 50%-budget matching, and loop closure are measured on the single schedule b=(1,0.75,0.5,0.25,0.5,0.75,1). The theory in Proposition 3 is path-general, but the measured support for the central design claim is not. No experiment varies the schedule's shape, trough depth, recovery speed, or cycle count, so we do not know whether the 0.5pp mean deficit and the method ordering survive under deeper, repeated, or asymmetric budget paths. This is load-bearing because the paper's practical claim is that CrystalMem 'closes the loop' for elastic budgets in general, not just for one seven-stage ladder. Please add sensitivity experiments over budget-path families and clarify in the conclusions which claims are path-specific.
  2. [Section 4.4, Proposition 6; Figure 6(c); Table 4] Proposition 6 assumes no bottom-rung eviction, exact regeneration, no false rejections, and caps that admit all candidates. The paper's own measurements contradict these assumptions: Figure 6(c) reports gate rejection rates up to 27.5% for TRACE-origin reconstructions, admitted reconstructions recover about 90% of retrieval utility rather than full utility, and Table 4 shows that with a 0% recrystallization cap the deficit is 6.5pp, i.e., loop closure is not structural but depends on the compute cap. The measured 0.5pp deficit is strong evidence, but it is not a validation of Proposition 6. Please either relax the proposition to account for imperfect regeneration and rejections, or clearly separate the idealized formal statement from the empirical claim and provide a robustness bound showing how rejection rate and compute cap affect the achievable deficit.
  3. [Section 3.3, Proposition 3; Section 5.3, Figure 6(d)] The residual-deficit bound in Eq. (4) is stated for the difference between the terminal capability of a squeezed run and a counterfactual run with b_s ≡ 1. The empirical deficit D_m in Definition 2 is normalized against C^1_m, the first stage of the squeezed run. Figure 6(d) compares 'measured deficits' to the 'estimated bound' of Proposition 3, but the text does not state whether the measured quantity is C^1_m - C^S_m or the counterfactual difference tilde-C - C^S_m. If the former is used, the comparison is not a direct test of Proposition 3 because C^1_m is not necessarily equal to the constant-budget capability tilde-C. Please state the anchor explicitly, report the constant-budget terminal capability, and if the two anchors differ significantly, adjust the validation and the text around Figure 6(d).
  4. [Sections 5.2-5.4; Tables 2, 4, 5] The paper does not report statistical significance tests or confidence intervals for the headline comparisons. The standard deviations in Table 2 are small, and the +4.6pp average gain over R3Mem appears robust, but for the per-environment and per-backbone claims (e.g., 'never below +3.4pp', 'CrystalMem holds its area at or below 0.014 on all six scales') pairwise significance tests or effect-size estimates would be more convincing. This is not a blocker, but it would strengthen the paper's quantitative claims.
minor comments (5)
  1. [Abstract/Page 1] The abstract and title page contain 'CrystallizedMem ory' with an apparent line-break artifact; please fix the spacing.
  2. [Section 4.1 heading] The heading 'CRYSTALMEMDESIGN' is missing a space; should read 'CRYSTALMEM DESIGN'.
  3. [Table 6] The sentence 'the gap over CURATOR-fair grows from 14 to 28 to 40pp as N goes 2 to 8' is unclear: the table reports SLO violation percentages, not capability gaps. Please clarify what 'gap' refers to and make the numbers consistent with the table.
  4. [Figure 6(d)] The figure would benefit from a description of how the predicted lower bound is estimated from the measured influence weights and re-observation probabilities. A short paragraph or appendix would help reproducibility.
  5. [Section 5.1] The paper says 'seventeen methods' in the abstract, but the comparison section lists fifteen baselines plus two CrystalMem configurations. Counting keep-all as a method or excluding CrystalMem-lite makes the number unclear; please align the count between the abstract and Section 5.

Circularity Check

0 steps flagged

No significant circularity: the theoretical floor is a theorem from explicit assumptions, and all empirical claims are measured rather than fitted.

full rationale

The derivation chain is self-contained. Proposition 3 is proven from Assumptions 1–2 (bounded re-observation and additive terminal utility) and then validated against seven measured binary policies (Fig. 6(d)), rather than being fit to them. CrystalMem is an engineered system whose components (energy schedule, influence estimator, verification gate) are ablated in Table 4 and shown to be non-redundant. Proposition 6 is explicitly labeled 'only the last one is idealized' and its assumptions (no bottom-rung eviction, exact regeneration, no false rejections) are stated, so it functions as a conditional lemma rather than as the evidence for the measured deficit of 0.5 pp; that evidence is Table 2. The fixed budget schedule of Definition 1 means the generality of the empirical 'loop closure' is limited to that cycle, but this is a sensitivity/robustness limitation, not a circular step. Self-citations such as [11] are used as comparison baselines and ablation targets, not as load-bearing justification for the central claims. No equation or fitted parameter reduces by construction to its own input.

Axiom & Free-Parameter Ledger

6 free parameters · 4 axioms · 2 invented entities

The load-bearing assumptions are two model-level assumptions (bounded re-observation, additive utility), the idealized hypotheses of Proposition 6, and the correctness of the influence estimator. The free parameters are the six tuning knobs of the algorithm; none is derived from first principles, and all are chosen or fitted within the paper. No genuinely new physical or mathematical entity is introduced.

free parameters (6)
  • tau (capability-cost conversion) = not reported
    Converts regeneration tokens into capability cost in the crystallization score (Eq. 6); no stated fitting procedure.
  • rho (compute cap fraction) = 10% default
    Cap on recrystallization compute as a share of serving tokens (Eq. 10); paper sweeps 0/5/10/20% and states default 10%, so it is a chosen operating point, not derived.
  • gamma (influence averaging horizon) = not reported
    Exponential decay weight for the online influence estimator (Eq. 8).
  • lambda (dependency coupling strength) = not reported
    Weight for influence propagation over the dependency graph (Eq. 9).
  • K=4 ladder states with per-state byte/fidelity/regen values = r_k, mu_k(e), c_k chosen by design
    The whole fidelity ladder is an engineered choice; ablation shows K=4 has diminishing returns but no principled choice is given.
  • per-entry invariants h_e = key spans, entity tuples, outcome facts
    The verification gate's strictness is determined by what invariants are stored and how they are checked, both unspecified at implementation level.
axioms (4)
  • domain assumption Assumption 1: each evicted entry is re-supplied by the input stream with probability at most p_e < 1 during recovery.
    Used in Proposition 3's floor. Plausible for episodic streams but not proven; the bound's crispness depends on it.
  • domain assumption Assumption 2: terminal capability is additive over entries, with per-entry marginal utility u_e >= 0.
    Needed for the deficit lower bound. The paper says redundancy is absorbed into u_e, which is a strong modeling simplification.
  • ad hoc to paper Proposition 6 hypotheses: no bottom-rung eviction occurs, R restores each promoted residue to full utility, V has no false rejections, and the caps admit all candidates.
    Each hypothesis simplifies away the failures the system is designed to manage (eviction at the extreme, imperfect regeneration, hallucination filtered by V, compute/byte rationing).
  • domain assumption Influence estimator (Eq. 8) reflects true marginal utility u_e.
    The schedule is only as good as the advantage-weighted attribution signal; the paper validates it against leave-one-out ground truth but assumes it is the right objective.
invented entities (2)
  • crystallization-energy schedule / crystallization front no independent evidence
    purpose: Orders demotions as a water-filling descent over marginal prices to satisfy the byte budget (Eq. 7).
    An algorithmic mechanism, not a physical or empirical entity; its 'energy' is a metaphor for the combined utility/compute cost score of Eq. 6.
  • residue z_e and invariant set h_e per demoted entry no independent evidence
    purpose: Allows regeneration and verification of a previously demoted entry (Eq. 5 and Sec. 4.4).
    A storage representation choice, not a new physical entity; its evidence is internal to the paper's design.

reviewed 2026-08-04 · how reviews work

0 comments
Cite this review

Pith. "Pith review of CrystalMem: Elastic Memory for Self-Evolving LLM Agents via Knowledge Crystallization." pith.science (2026). https://pith.science/paper/QGOZ5CTV

@misc{pith2026260800303,
  author       = {Pith},
  title        = {Pith review of: CrystalMem: Elastic Memory for Self-Evolving LLM Agents via Knowledge Crystallization},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/QGOZ5CTV}},
  note         = {Machine review of arXiv:2608.00303}
}
Share X Bluesky LinkedIn Reddit HN
read the original abstract

Memory for self-evolving large language model (LLM) agents is often provisioned as if its byte budget only grows. Cloud platforms, however, adjust quotas with load and cost, and we show that capability does not follow the budget back up: after a squeeze-and-recover cycle, the agent settles below its pre-squeeze level, a gap we call memory hysteresis. The cause is structural. Deletion and one-way compression discard the material needed for later rebuilding, and we prove that any policy that only keeps or drops entries carries a residual-deficit floor. We propose CrystalMem (Crystallized Memory), an elastic memory sidecar that demotes entries across four fidelity states under a crystallization-energy schedule, orders demotions by advantage-weighted influence with dependency coupling, and recovers capability through verified recrystallization under explicit compute and byte caps. Across seven environments, seventeen methods, and six backbones, with multi-tenant serving and a physical edge-cloud deployment, CrystalMem achieves the highest restored capability in every setting and closes the loop left open by every baseline. From a 50% byte budget, CrystalMem matches the strongest budgeted baseline at full provision on every environment; at equal budgets, it leads by +4.6 pp on average.

Figures

Figures reproduced from arXiv: 2608.00303 by Beining Wu, Jun Huang.

Figure 1
Figure 1. Figure 1: Memory hysteresis under an elastic budget cycle. Capability normalized to each method’s pre-squeeze level (seven environments × five seeds). After the budget returns to 100%, every baseline stays below its pre-squeeze capability; CrystalMem returns to the full-recovery line (red dashed). A squeeze step is a projection, and what it discards re-enters the store only if the input stream supplies it again. Def… view at source ↗
Figure 2
Figure 2. Figure 2: Two currencies of hysteresis damage: (a) normalized hysteresis-loop area and (b) residual capability deficit after budget restoration (mean±std across seven environments). CrystalMem. The testbed covers seven environments: re￾trieval (SF, TTL [36]), long-context dialogue (LoCoMo [65], LongMemEval [66]), agentic control (ALFWorld [67], We￾bArena [68]), and synthetic drift (SynDrift), with a Qwen2.5- 7B host… view at source ↗
Figure 3
Figure 3. Figure 3: CrystalMem framework. (a) Each stage runs one control loop: Monitor scores entries by advantage-weighted influence with dependency coupling, Crystallize fits the store to the incoming byte budget, and Recrystallize buys capability back when the budget relaxes. (b) A crystallization front descends the four-state fidelity ladder by water-filling on energy, demoting the cheapest entries first. (c) Recrystalli… view at source ↗
Figure 4
Figure 4. Figure 4: Elasticity dynamics under the squeeze–recover schedule (seed means). (a), (b) Capability trajectories on LoCoMo and ALFWorld, with the [PITH_FULL_IMAGE:figures/full_fig_p008_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Cost frontier under constant provisioning (seed means). [PITH_FULL_IMAGE:figures/full_fig_p009_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Mechanism validation on live cycles (seed means). (a) Fidelity composition of the store per stage. (b) Influence estimate against leave-one [PITH_FULL_IMAGE:figures/full_fig_p010_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Design-parameter sweeps (seed means). Thin curves: single [PITH_FULL_IMAGE:figures/full_fig_p010_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: Physical testbed: topology (top) and deployed hardware (bottom). [PITH_FULL_IMAGE:figures/full_fig_p011_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: Edge deployment profile (seed means). (a) Capability on the Orin agents: solid ALFWorld, dashed SynDrift. (b) CrystalMem recrystallization [PITH_FULL_IMAGE:figures/full_fig_p012_9.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

72 extracted references · 21 linked inside Pith

  1. [1]

    Memory for Autonomous LLM Agents: Mechanisms, Eval- uation, and Emerging Frontiers,

    P . Du, “Memory for Autonomous LLM Agents: Mechanisms, Eval- uation, and Emerging Frontiers,” arXiv preprint arXiv:2603.07670, 2026

  2. [2]

    A Review of Continual Learning in Edge AI,

    B. Wu, Z. Ding, and J. Huang, “A Review of Continual Learning in Edge AI,”IEEE Transactions on Network Science and Engineering, vol. 13, pp. 6571–6588, 2026

  3. [3]

    Voyager: An Open-Ended Embodied Agent with Large Language Models,

    G. Wang, Y. Xie, Y. Jianget al., “Voyager: An Open-Ended Embodied Agent with Large Language Models,” arXiv preprint arXiv:2305.16291, 2023

  4. [4]

    ReasoningBank: Scaling Agent Self-Evolving with Reasoning Memory,

    S. Ouyang, J. Yan, I.-H. Hsuet al., “ReasoningBank: Scaling Agent Self-Evolving with Reasoning Memory,” inInternational Conference on Learning Representations, 2026

  5. [5]

    Shared Spatial Memory Through Predictive Coding,

    Z. Fang, Y. Guo, Y. Zhanget al., “Shared Spatial Memory Through Predictive Coding,” arXiv preprint arXiv:2511.04235, 2025

  6. [6]

    Lifecycle-Aware Federated Contin- ual Learning in Mobile Autonomous Systems,

    B. Wu and J. Huang, “Lifecycle-Aware Federated Contin- ual Learning in Mobile Autonomous Systems,” arXiv preprint arXiv:2604.20745, 2026

  7. [7]

    Combating Knowledge Diversity and Catastrophic Forgetting in UAV-Assisted Collabo- rative Vehicular Learning: A Game-Theoretic Approach,

    Z. Ding, J. Huang, Y. Zhao, and Z. Cai, “Combating Knowledge Diversity and Catastrophic Forgetting in UAV-Assisted Collabo- rative Vehicular Learning: A Game-Theoretic Approach,”ACM Transactions on Autonomous and Adaptive Systems, 2026

  8. [8]

    MemGPT: Towards LLMs as Operating Systems,

    C. Packer, S. Wooders, K. Linet al., “MemGPT: Towards LLMs as Operating Systems,” inProceedings of the Conference on Language Modeling, 2024

  9. [9]

    Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory,

    P . Chhikara, D. Khant, S. Aryanet al., “Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory,” arXiv preprint arXiv:2504.19413, 2025

  10. [10]

    Memory OS of AI Agent,

    J. Kang, M. Ji, Z. Zhao, and T. Bai, “Memory OS of AI Agent,” in Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, 2025, pp. 25 972–25 981

  11. [11]

    Forget to Improve: On-Device LLM-Agent Continual Learning via Budget-Curated Memory,

    B. Wu, Z. Ding, J. Huang, and Y. Zhao, “Forget to Improve: On-Device LLM-Agent Continual Learning via Budget-Curated Memory,” arXiv preprint arXiv:2606.25115, 2026

  12. [12]

    Agentic Memory: Learning Uni- fied Long-Term and Short-Term Memory Management for LLM Agents,

    Y. Yu, L. Yao, Y. Xieet al., “Agentic Memory: Learning Uni- fied Long-Term and Short-Term Memory Management for LLM Agents,” arXiv preprint arXiv:2601.01885, 2026

  13. [13]

    EASE: Federated Multimodal Unlearning via Entanglement-Aware Anchor Closure,

    Z. Ding, B. Wu, and J. Huang, “EASE: Federated Multimodal Unlearning via Entanglement-Aware Anchor Closure,” arXiv preprint arXiv:2605.00733, 2026

  14. [14]

    Toward Trustworthy Federated Unlearn- ing for Mobile Autonomous Systems,

    Z. Ding and J. Huang, “Toward Trustworthy Federated Unlearn- ing for Mobile Autonomous Systems,”IEEE Network, 2026

  15. [15]

    SCALE: Sensitivity-Aware Fed- erated Unlearning with Information Freshness Optimization for Mobile Edge Computing,

    Z. Ding, B. Wu, and J. Huang, “SCALE: Sensitivity-Aware Fed- erated Unlearning with Information Freshness Optimization for Mobile Edge Computing,” inProceedings of the IEEE International Conference on Distributed Computing Systems, 2026

  16. [16]

    Temporal-Aware GPU Resource Alloca- tion for Distributed LLM Inference via Reinforcement Learning,

    C. Du, Z. Yu, H. Xuet al., “Temporal-Aware GPU Resource Alloca- tion for Distributed LLM Inference via Reinforcement Learning,” IEEE Transactions on Cloud Computing, 2026

  17. [17]

    MAP: GPU Resource Planning for Multi-Agent Systems with Stochastic and Verbose Outputs,

    Q. Zhang, M. Li, Q. Liet al., “MAP: GPU Resource Planning for Multi-Agent Systems with Stochastic and Verbose Outputs,”IEEE Transactions on Cloud Computing, 2026

  18. [18]

    Inference-Time Budget Control for LLM Search Agents,

    Z. Fang, S. F. Hu, Z. Changet al., “Inference-Time Budget Control for LLM Search Agents,” arXiv preprint arXiv:2605.05701, 2026

  19. [19]

    Combining Federated Learning and Edge Computing Toward Ubiquitous Intelligence in 6G Net- work: Challenges, Recent Advances, and Future Directions,

    Q. Duan, J. Huang, S. Huet al., “Combining Federated Learning and Edge Computing Toward Ubiquitous Intelligence in 6G Net- work: Challenges, Recent Advances, and Future Directions,”IEEE Communications Surveys & Tutorials, vol. 25, no. 4, pp. 2892–2950, 2023

  20. [20]

    A Fast UAV Trajectory Plan- ning Framework in RIS-Assisted Communication Systems With Accelerated Learning via Multithreading and Federating,

    J. Huang, B. Wu, Q. Duanet al., “A Fast UAV Trajectory Plan- ning Framework in RIS-Assisted Communication Systems With Accelerated Learning via Multithreading and Federating,”IEEE Transactions on Mobile Computing, vol. 24, no. 8, pp. 6870–6885, 2025

  21. [21]

    Application-Aware Twin- in-the-Loop Planning for Federated Split Learning over Wireless Edge Networks,

    Z. Ding, B. Wu, J. Huang, and S. Mao, “Application-Aware Twin- in-the-Loop Planning for Federated Split Learning over Wireless Edge Networks,” arXiv preprint arXiv:2604.26105, 2026. PREPRINT 12 1 2 3 4 5 6 7Stage 40 50 60 70CapabilityLRUCURATORCrystalMem (a) On-device trajectories 1 2 3 4 5 6 7Stage 0 0.5 1 1.5 2 2.5Latency (s) 0 2 4 6 8 10 12p50p95 (b) R...

  22. [22]

    Enhancing Vehicular Platooning With Wireless Federated Learning: A Resource-Aware Control Framework,

    B. Wu, J. Huang, Q. Duanet al., “Enhancing Vehicular Platooning With Wireless Federated Learning: A Resource-Aware Control Framework,”IEEE Transactions on Networking, vol. 34, pp. 1479– 1494, 2026

  23. [23]

    Efficient Memory Management for Large Language Model Serving with PagedAttention,

    W. Kwon, Z. Li, S. Zhuanget al., “Efficient Memory Management for Large Language Model Serving with PagedAttention,” in Proceedings of the ACM Symposium on Operating Systems Principles, 2023, pp. 611–626

  24. [24]

    Human- Inspired Memory Architecture for LLM Agents,

    D. Kerestecioglu, A. Robsky, C. Vasterset al., “Human- Inspired Memory Architecture for LLM Agents,” arXiv preprint arXiv:2605.08538, 2026

  25. [25]

    R 3Mem: Bridging Memory Retention and Retrieval via Reversible Compression,

    X. Wang, S. Wang, Y. Zhu, and B. Liu, “R 3Mem: Bridging Memory Retention and Retrieval via Reversible Compression,” inFindings of the Association for Computational Linguistics: ACL 2025, 2025, pp. 4541–4557

  26. [26]

    From Alpha to Omega: Lifecycle- Aware Forgetting Defense in Federated Continual Learning for Planetary Exploration,

    B. Wu, J. Huang, and Y. Zhao, “From Alpha to Omega: Lifecycle- Aware Forgetting Defense in Federated Continual Learning for Planetary Exploration,” inProceedings of the IEEE International Conference on Distributed Computing Systems, 2026

  27. [27]

    BudgetMem: Learn- ing Selective Memory Policies for Cost-Efficient Long-Context Processing in Language Models,

    C. V . K. Alla, H. N. Gaddam, and M. Kommi, “BudgetMem: Learn- ing Selective Memory Policies for Cost-Efficient Long-Context Processing in Language Models,” arXiv preprint arXiv:2511.04919, 2025

  28. [28]

    Securing Smart Agri- culture with Communication-Efficient Federated Unlearning,

    U. Pudasaini, Z. Ding, and J. Huang, “Securing Smart Agri- culture with Communication-Efficient Federated Unlearning,” in Proceedings of the IEEE International Conference on High Performance Switching and Routing, 2026, pp. 1–8

  29. [29]

    A-MEM: Agentic Memory for LLM Agents,

    W. Xu, Z. Liang, K. Meiet al., “A-MEM: Agentic Memory for LLM Agents,” inAdvances in Neural Information Processing Systems, 2025

  30. [30]

    MEM1: Learning to Synergize Memory and Reasoning for Efficient Long-Horizon Agents,

    Z. Zhou, A. Qu, Z. Wuet al., “MEM1: Learning to Synergize Memory and Reasoning for Efficient Long-Horizon Agents,” in International Conference on Learning Representations, 2026

  31. [31]

    Forgetful but Faithful: A Cognitive Memory Ar- chitecture and Benchmark for Privacy-Aware Generative Agents,

    S. Alqithami, “Forgetful but Faithful: A Cognitive Memory Ar- chitecture and Benchmark for Privacy-Aware Generative Agents,” arXiv preprint arXiv:2512.12856, 2025

  32. [32]

    RecMem: Recurrence-based Mem- ory Consolidation for Efficient and Effective Long-Running LLM Agents,

    Z. Dai, S. Deng, S. Guanet al., “RecMem: Recurrence-based Mem- ory Consolidation for Efficient and Effective Long-Running LLM Agents,” inFindings of the Association for Computational Linguistics: ACL 2026, 2026, pp. 32 353–32 376

  33. [33]

    Adaptive Memory Admission Control for LLM Agents,

    G. Zhang, W. Jiang, X. Wanget al., “Adaptive Memory Admission Control for LLM Agents,” inInternational Conference on Learning Representations Workshop on Memory for LLM-Based Agentic Systems, 2026

  34. [34]

    Sleep-time Compute: Beyond Inference Scaling at Test-time,

    K. Lin, C. Snell, Y. Wanget al., “Sleep-time Compute: Beyond Inference Scaling at Test-time,” arXiv preprint arXiv:2504.13171, 2025

  35. [35]

    Governed Shared Memory for Multi-Agent LLM Systems,

    Y. Margalit, N. Cohen-Inger, E. Avramet al., “Governed Shared Memory for Multi-Agent LLM Systems,” arXiv preprint arXiv:2606.24535, 2026

  36. [36]

    Evaluating Memory in LLM Agents via Incremental Multi-Turn Interactions,

    Y. Hu, Y. Wang, and J. McAuley, “Evaluating Memory in LLM Agents via Incremental Multi-Turn Interactions,” inInternational Conference on Learning Representations, 2026

  37. [37]

    Reclaim Evaluation: A Lossy Memory Is Worse Than an Empty One,

    A. Kwon, “Reclaim Evaluation: A Lossy Memory Is Worse Than an Empty One,” arXiv preprint arXiv:2606.25449, 2026

  38. [38]

    ‘X of Information’ Continuum: A Sur- vey on AI-Driven Multi-Dimensional Metrics for Next-Generation Networked Systems,

    B. Wu, J. Huang, and S. Yu, “‘X of Information’ Continuum: A Sur- vey on AI-Driven Multi-Dimensional Metrics for Next-Generation Networked Systems,”IEEE Communications Surveys & Tutorials, vol. 28, pp. 5307–5344, 2026

  39. [39]

    AoI-Aware Resource Manage- ment for Smart Health via Deep Reinforcement Learning,

    B. Wu, Z. Cai, W. Wu, and X. Yin, “AoI-Aware Resource Manage- ment for Smart Health via Deep Reinforcement Learning,”IEEE Access, vol. 11, pp. 81 180–81 195, 2023

  40. [40]

    Real-Time Intelligent Healthcare Enabled by Federated Digital Twins With AoI Optimization,

    B. Wu, J. Huang, and Q. Duan, “Real-Time Intelligent Healthcare Enabled by Federated Digital Twins With AoI Optimization,”IEEE Network, vol. 40, no. 2, pp. 184–191, 2026

  41. [41]

    Prioritized Information Bottleneck Theoretic Framework With Distributed Online Learning for Edge Video Analytics,

    Z. Fang, S. Hu, J. Wanget al., “Prioritized Information Bottleneck Theoretic Framework With Distributed Online Learning for Edge Video Analytics,”IEEE Transactions on Networking, vol. 33, no. 3, pp. 1203–1219, 2025

  42. [42]

    Transformer-Based Dynamic Resource Allocation for Multi-Carrier NOMA Systems,

    L. Dong, J. Huang, and R. W. Heath, “Transformer-Based Dynamic Resource Allocation for Multi-Carrier NOMA Systems,”IEEE Transactions on Cognitive Communications and Networking, vol. 12, pp. 4926–4941, 2026

  43. [43]

    A Stochastic Geometry-Based Analysis of SWIPT-Assisted Underlaid Device-to-Device Energy Harvesting,

    C.-C. Xing, Z. Ding, and J. Huang, “A Stochastic Geometry-Based Analysis of SWIPT-Assisted Underlaid Device-to-Device Energy Harvesting,”ACM SIGAPP Applied Computing Review, vol. 25, no. 4, pp. 18–34, 2025

  44. [44]

    A Fault-Tolerant and Energy-Efficient Design of a Network Switch Based on a Quantum-Based Nano-Communication Technique,

    D. Pan, B.-N. Wu, Y.-L. Sun, and Y.-P . Xu, “A Fault-Tolerant and Energy-Efficient Design of a Network Switch Based on a Quantum-Based Nano-Communication Technique,”Sustainable Computing: Informatics and Systems, vol. 37, p. 100827, 2023

  45. [45]

    PRISM: Exposing and Resolving Spurious Isolation in Federated Multimodal Continual Learning,

    B. Wu, Z. Ding, and J. Huang, “PRISM: Exposing and Resolving Spurious Isolation in Federated Multimodal Continual Learning,” arXiv preprint arXiv:2605.01061, 2026

  46. [46]

    RELIEF: Turning Missing Modalities into Training Acceler- ation for Federated Learning on Heterogeneous IoT Edge,

    ——, “RELIEF: Turning Missing Modalities into Training Acceler- ation for Federated Learning on Heterogeneous IoT Edge,” arXiv preprint arXiv:2604.04243, 2026

  47. [47]

    Harness VLA: Steering Frozen VLAs into Reliable Manipulation Primitives via Memory-Guided Agents,

    Y. Zhang, H. Zhang, F. Gaoet al., “Harness VLA: Steering Frozen VLAs into Reliable Manipulation Primitives via Memory-Guided Agents,” arXiv preprint arXiv:2607.08448, 2026

  48. [48]

    Agent Workflow Memory,

    Z. Z. Wang, J. Mao, D. Fried, and G. Neubig, “Agent Workflow Memory,” arXiv preprint arXiv:2409.07429, 2024

  49. [49]

    EvolveR: Self-Evolving LLM Agents through an Experience-Driven Lifecycle,

    R. Wu, X. Wang, J. Meiet al., “EvolveR: Self-Evolving LLM Agents through an Experience-Driven Lifecycle,” inProceedings of the International Conference on Machine Learning, 2026

  50. [50]

    PolySkill: Learning Generalizable Skills Through Polymorphic Abstraction,

    S. Yu, G. Li, W. Shi, and P . Qi, “PolySkill: Learning Generalizable Skills Through Polymorphic Abstraction,” inInternational Confer- ence on Learning Representations, 2026

  51. [51]

    AutoRefine: From Trajectories to Reusable Expertise for Continual LLM Agent Refinement,

    L. Qiu, Z. Gao, J. Chenet al., “AutoRefine: From Trajectories to Reusable Expertise for Continual LLM Agent Refinement,” arXiv preprint arXiv:2601.22758, 2026

  52. [52]

    Memory as Action: Autonomous Context Curation for Long-Horizon Agentic Tasks,

    Y. Zhang, J. Shu, Y. Maet al., “Memory as Action: Autonomous Context Curation for Long-Horizon Agentic Tasks,” inFindings of the Association for Computational Linguistics: ACL 2026, 2026, pp. 19 149–19 164

  53. [53]

    Remember the Decision, Not the Description: A Rate-Distortion Framework for Agent Memory,

    M. Zou, Z. Guo, L. Lianget al., “Remember the Decision, Not the Description: A Rate-Distortion Framework for Agent Memory,” arXiv preprint arXiv:2605.10870, 2026

  54. [54]

    What to Keep, What to Forget: A Rate-Distortion View of Memory Compaction in LLMs and Agents,

    A. G. Colaco and N. Lahjouji, “What to Keep, What to Forget: A Rate-Distortion View of Memory Compaction in LLMs and Agents,” arXiv preprint arXiv:2607.08032, 2026

  55. [55]

    Experience Compression Spec- trum: Unifying Memory, Skills, and Rules in LLM Agents,

    X. Zhang, G. Wang, Y. Cuiet al., “Experience Compression Spec- trum: Unifying Memory, Skills, and Rules in LLM Agents,” arXiv preprint arXiv:2604.15877, 2026. PREPRINT 13

  56. [56]

    Darwinian Memory: A Training- Free Self-Regulating Memory System for GUI Agent Evolution,

    H. Mi, Y. Feng, W. Luet al., “Darwinian Memory: A Training- Free Self-Regulating Memory System for GUI Agent Evolution,” inProceedings of the International Conference on Machine Learning, 2026

  57. [57]

    R-ACP: Real-Time Adaptive Collaborative Perception Leveraging Robust Task-Oriented Com- munications,

    Z. Fang, J. Wang, Y. Maet al., “R-ACP: Real-Time Adaptive Collaborative Perception Leveraging Robust Task-Oriented Com- munications,”IEEE Journal on Selected Areas in Communications, vol. 43, no. 12, pp. 4215–4230, 2025

  58. [58]

    Task-Oriented Communications for Visual Navigation with Edge-Aerial Collaboration in Low Al- titude Economy,

    Z. Fang, Z. Liu, J. Wanget al., “Task-Oriented Communications for Visual Navigation with Edge-Aerial Collaboration in Low Al- titude Economy,” inProceedings of the IEEE Global Communications Conference, 2026

  59. [59]

    FedTD3: An Accelerated Learning Approach for UAV Trajectory Planning,

    B. Wu, J. Huang, and Q. Duan, “FedTD3: An Accelerated Learning Approach for UAV Trajectory Planning,” inProceedings of the International Conference on Wireless Artificial Intelligent Computing Systems and Applications, 2025, pp. 13–24

  60. [60]

    Reinforcement Learning-Based Energy-Aware Coverage Path Planning for Pre- cision Agriculture,

    B. Wu, Z. Ding, L. Ostigaard, and J. Huang, “Reinforcement Learning-Based Energy-Aware Coverage Path Planning for Pre- cision Agriculture,” inProceedings of the ACM Research on Adaptive and Convergent Systems, 2025, pp. 1–8

  61. [61]

    A Dual-Level Game-Theoretic Approach for Collaborative Learning in UAV-Assisted Heteroge- neous Vehicle Networks,

    Z. Ding, J. Huang, Q. Duanet al., “A Dual-Level Game-Theoretic Approach for Collaborative Learning in UAV-Assisted Heteroge- neous Vehicle Networks,” inProceedings of the IEEE International Performance, Computing, and Communications Conference, 2025, pp. 1–8

  62. [62]

    Learning to Defend: A Multi- Agent Reinforcement Learning Framework for Stackelberg Secu- rity Game in Mobile Edge Computing,

    Z. Ding, J. Huang, and J. Qi, “Learning to Defend: A Multi- Agent Reinforcement Learning Framework for Stackelberg Secu- rity Game in Mobile Edge Computing,” inProceedings of the Inter- national Conference on Computing, Networking and Communications, 2026

  63. [63]

    Model-Free Cooperative Optimal Output Regulation for Linear Discrete-Time Multi-Agent Systems Using Reinforcement Learning,

    B. Wu and W. Wu, “Model-Free Cooperative Optimal Output Regulation for Linear Discrete-Time Multi-Agent Systems Using Reinforcement Learning,”Mathematical Problems in Engineering, vol. 2023, no. 1, p. 6350647, 2023

  64. [64]

    Neuromem: A Granular Decompo- sition of the Streaming Lifecycle in External Memory for LLMs,

    R. Zhang, X. Li, T. Xuet al., “Neuromem: A Granular Decompo- sition of the Streaming Lifecycle in External Memory for LLMs,” arXiv preprint arXiv:2602.13967, 2026

  65. [65]

    Evaluating Very Long- Term Conversational Memory of LLM Agents,

    A. Maharana, D.-H. Lee, S. Tulyakovet al., “Evaluating Very Long- Term Conversational Memory of LLM Agents,” inProceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), 2024, pp. 13 851–13 870

  66. [66]

    LongMemEval: Benchmarking Chat Assistants on Long-Term Interactive Memory,

    D. Wu, H. Wang, W. Yuet al., “LongMemEval: Benchmarking Chat Assistants on Long-Term Interactive Memory,” inInternational Conference on Learning Representations, 2025

  67. [67]

    ALFWorld: Aligning Text and Embodied Environments for Interactive Learning,

    M. Shridhar, X. Yuan, M.-A. C ˆot´eet al., “ALFWorld: Aligning Text and Embodied Environments for Interactive Learning,” in International Conference on Learning Representations, 2021

  68. [68]

    WebArena: A Realistic Web Environment for Building Autonomous Agents,

    S. Zhou, F. F. Xu, H. Zhuet al., “WebArena: A Realistic Web Environment for Building Autonomous Agents,” inInternational Conference on Learning Representations, 2024

  69. [69]

    Qwen2.5 Technical Report,

    A. Yang, B. Yang, B. Zhanget al., “Qwen2.5 Technical Report,” arXiv preprint arXiv:2412.15115, 2024

  70. [70]

    M3-Embedding: Multi-Linguality, Multi-Functionality, Multi-Granularity Text Embeddings Through Self-Knowledge Distillation,

    J. Chen, S. Xiao, P . Zhanget al., “M3-Embedding: Multi-Linguality, Multi-Functionality, Multi-Granularity Text Embeddings Through Self-Knowledge Distillation,” inFindings of the Association for Com- putational Linguistics: ACL 2024, 2024, pp. 2318–2335

  71. [71]

    The Llama 3 Herd of Models,

    A. Grattafiori, A. Dubey, A. Jauhriet al., “The Llama 3 Herd of Models,” arXiv preprint arXiv:2407.21783, 2024

  72. [72]

    BabyAI: A Platform to Study the Sample Efficiency of Grounded Language Learning,

    M. Chevalier-Boisvert, D. Bahdanau, S. Lahlouet al., “BabyAI: A Platform to Study the Sample Efficiency of Grounded Language Learning,” inInternational Conference on Learning Representations, 2019

This paper was first reviewed by deepseek-v4-flash on August 4, 2026.