paper-with-me

Papers

Auxiliary-predicted Compress Memory Model(ApCM Model): A Neural Memory Storage Model Based on Invertible Compression and Learnable Prediction

2026-01-09 · Weinuo Ou arxiv

Current large language models (LLMs) generally lack an effective runtime memory mechanism,making it difficult to adapt to dynamic and personalized interaction requirements. To address this issue, this paper proposes a novel neural memory storage architecture--the Auxiliary Prediction Compression Memory Model (ApCM Model).

📄 PDF Abstract BibTeX arXiv:2601.11609

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LoMA: Lossless Compressed Memory Attention

2024-01-16 · Yumeng Wang, Zhenyang Xiao

Large Language Models (LLMs) face limitations due to the high demand on GPU memory and computational resources when handling long contexts. While sparsify the Key-Value (KV) cache of transformer model is a typical strate…

GPU

Compressing Gradient Optimizers via Count-Sketches

2019-02-01 · Ryan Spring, Anastasios Kyrillidis, Vijai Mohan, Anshumali Shrivastava

Many popular first-order optimization methods (e.g., Momentum, AdaGrad, Adam) accelerate the convergence rate of deep learning models. However, these algorithms require auxiliary parameters, which cost additional memory …

PCM and APCM Revisited: An Uncertainty Perspective

2016-10-27 · Peixin Hou, Hao Deng, Jiguang Yue, Shuguang Liu

In this paper, we take a new look at the possibilistic c-means (PCM) and adaptive PCM (APCM) clustering algorithms from the perspective of uncertainty. This new perspective offers us insights into the clustering process,…

Clustering

MemOCR: Layout-Aware Visual Memory for Efficient Long-Horizon Reasoning

2026-01-29 · Yaorui Shi, Shugui Liu, Yu Yang, Wenyu Mao 외 arxiv

Long-horizon agentic reasoning necessitates effectively compressing growing interaction histories into a limited context window. Most existing memory systems serialize history as text, where token-level cost is uniform a…

Reinforcement Learning

Gradual Forgetting: Logarithmic Compression for Extending Transformer Context Windows

2025-10-25 · Billy Dickson, Zoran Tiganj arxiv

Most approaches to long-context processing increase the complexity of the transformer's internal architecture by integrating mechanisms such as recurrence or auxiliary memory modules. In this work, we introduce an altern…