paper-with-me

홈 › Papers

Memory Bank Compression for Continual Adaptation of Large Language Models

2026-01-02 · Thomas Katraouras, Dimitrios Rafailidis arxiv

Large Language Models (LLMs) have become a mainstay for many everyday applications. However, as data evolve their knowledge quickly becomes outdated. Continual learning aims to update LLMs with new information without erasing previously acquired knowledge. Although methods such as full fine-tuning can incorporate new data, they are computationally expensive and prone to catastrophic forgetting, where prior knowledge is overwritten. Memory-augmented approaches address this by equipping LLMs with a memory bank, that is an external memory module which stores information for future use. However, these methods face a critical limitation, in particular, the memory bank constantly grows in the real-world scenario when large-scale data streams arrive. In this paper, we propose MBC, a model that compresses the memory bank through a codebook optimization strategy during online adaptation learning. To ensure stable learning, we also introduce an online resetting mechanism that prevents codebook collapse. In addition, we employ Key-Value Low-Rank Adaptation in the attention layers of the LLM, enabling efficient utilization of the compressed memory representations. Experiments with benchmark question-answering datasets demonstrate that MBC reduces the memory bank size to 0.3% when compared against the most competitive baseline, while maintaining high retention accuracy during online adaptation learning. Our code is publicly available at https://github.com/Thomkat/MBC.

📄 PDF Abstract BibTeX arXiv:2601.00756

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

CMT: A Memory Compression Method for Continual Knowledge Learning of Large Language Models

2024-12-10 · Dongfang Li, Zetian Sun, Xinshuo Hu, Baotian Hu 외

Large Language Models (LLMs) need to adapt to the continuous changes in data, tasks, and user preferences. Due to their massive size and the high costs associated with training, LLMs are not suitable for frequent retrain…

Continual Learning

Neural Subspace Reallocation: Continual Learning as Retrieval-Based Subspace Memory Management

2026-06-29 · Byeong Hoon Yoon arxiv

We introduce Neural Subspace Reallocation (NSR), which reframes continual learning as memory management over parameter subspaces. Instead of treating Low-Rank Adaptation (LoRA) modules as disposable per-task adapters, NS…

Continual Learning

AHC: Meta-Learned Adaptive Compression for Continual Object Detection on Memory-Constrained Microcontrollers

2026-02-24 · Bibin Wilson arxiv

Deploying continual object detection on microcontrollers (MCUs) with under 100KB memory requires efficient feature compression that can adapt to evolving task distributions. Existing approaches rely on fixed compression …

Object Detection

LANCE: Low Rank Activation Compression for Efficient On-Device Continual Learning

2025-09-25 · Marco Paul E. Apolinario, Kaushik Roy arxiv

On-device learning is essential for personalization, privacy, and long-term adaptation in resource-constrained environments. Achieving this requires efficient learning, both fine-tuning existing models and continually ac…

Continual Learning

HyLoVQA: Dynamic Hypernetwork-Generated Low-Rank Adaptation for Continual Visual Question Answering

2026-05-21 · Yiran Wang, Chenyi Xiong, Ziyue Qin, Miao Zhang 외 arxiv

Continual Visual Question Answering (VQA) requires learning from non-stationary streams of visual inputs and questions while preserving past knowledge. Most prior methods adapt by updating a largely shared parameter set.…

Visual Question Answering