🧠机器之心•較早收集於 0m
LightMem 大幅降低大模型記憶成本

💡Cuts LLM long-term memory costs for scalable agents—ICLR 2026 paper w/ open-source code.
⚡ 30-Second TL;DR
有什麼變化
透過過濾對話冗餘降低記憶成本
為什麼重要
LightMem 讓具記憶增強的大模型更易於生產環境部署代理,降低真實多輪互動的工程開銷。
下一步行動
Clone https://github.com/zjunlp/LightMem and benchmark its memory efficiency on your LLM agent pipelines.
誰應關注:Researchers & Academics
關鍵要點
- •透過過濾對話冗餘降低記憶成本
- •採用靈活切分取代僵硬的 turn/session 分割
- •執行離線摘要避免昂貴的線上 LLM 更新
- •在長上下文檢索與代理任務中維持準確率
🧠 深度解析
背景與延伸:來自公開資料,非原文內容。引用 7 個來源。
🔑 增強重點摘要
- •LightMem is inspired by the Atkinson-Shiffrin model of human memory, organizing into sensory, short-term, and long-term stages with sleep-time consolidation[1][3][4].
- •On LongMemEval and LoCoMo benchmarks with GPT and Qwen backbones, it improves QA accuracy by up to 7.7% and 29.3% over baselines while reducing token usage by 38x/20.9x and API calls by 30x/55.5x[3].
- •Uses LLMLingua-2 for token pre-compression in sensory memory and hybrid attention-similarity segmentation for topic grouping[2].
🛠️ 技術深入
- •Three modules: Light1 (Sensory Memory) with pre-compression using LLMLingua-2 and hybrid topic segmentation based on attention and similarity when buffer capacity is reached[1][2].
- •Light2 (Short-term Memory): Summarizes topic-based groups into compact entries[1][2].
- •Light3 (Long-term Memory): Supports soft online inserts and offline parallel 'sleep-time' updates to decouple consolidation from inference, with configurable indexing ('embedding', 'context', 'hybrid')[1][2][6].
- •GitHub configs include options for online/offline updates, KV cache persistence, and graph memory organization for relation queries[6].
🔮 前景展望AI analysis grounded in cited sources
LightMem will reduce LLM agent deployment costs by over 10x in production multi-turn applications
Benchmarks show 38x token and 30x API call reductions on LongMemEval/LoCoMo while improving accuracy, enabling scalable long-context agents[3].
⏳ 時間線
2025-10
LightMem paper published on arXiv
2025-10
Paper submitted to ICLR 2026 via OpenReview
2025-10
GitHub repository released with open-source code
2025-11
AI Research Roundup YouTube video discussing paper
2026-02
Paper accepted to ICLR 2026
📎 來源 (7)
Factual claims are grounded in the sources below. Forward-looking analysis is AI-generated interpretation.
📰
AI 週報
閱讀本週精選 AI 大事摘要 →
👉相關動態
AI 策展新聞聚合。所有內容版權歸原始發布者所有。
原始來源: 机器之心 ↗
每週 AI 簡報
每週一封,可隨時退訂。