NeFut Logo NeFut
Admin Login

[CS.AI] MIITA: Memory-Induced Inference-Time Adaptation for Continual Learning

Published at: 2026-07-28 22:00 Last updated: 2026-07-29 01:08
#Memory #Continual Learning #Small Language Models

Abstract

Continual learning (CL) is essential for small language models (SLMs) to adapt to evolving real-world needs in resource-constrained deployments. However, directly updating their limited parameter space causes catastrophic forgetting. While memory-based methods naturally address this by decoupling knowledge retention from parameters, existing approaches designed for large language models (LLMs) rely on abundant storage and strong in-context reasoning that SLMs lack.

To address these challenges, we propose MIITA, a Memory-Induced Inference-Time Adaptation framework for supervised CL under constrained storage. MIITA stores supervised experiences as compact correction-direction prototypes with semantic anchors and retrieves them at inference time using semantic and uncertainty-based cues. The retrieved directions are applied through gated temporary hidden-state adaptation, enabling non-destructive reuse of past supervision without backbone updates, prompt extensions, or test-time backpropagation.

A local theoretical analysis links this design to first-order loss reduction, uncertainty-guided retrieval, and directional coverage for retaining old-stage knowledge. Extensive experiments across diverse supervised CL settings show that MIITA consistently improves final performance and mitigates forgetting under fixed memory budgets.

Blogger's Review: The design of MIITA effectively addresses the catastrophic forgetting issue in small language models during continual learning. By innovating a memory-driven inference strategy, it demonstrates flexibility and efficiency under low storage conditions, providing new insights for future model optimization. Its theoretical analysis also offers valuable perspectives on understanding the mechanisms behind performance improvements.

Original Source: https://arxiv.org/abs/2607.22556

[h] Back to Home