Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/7/28 04:00:00
MIITA: Memory-Induced Inference-Time Adaptation for Continual Learning with Small Language Models
AI 中文解读
小语言模型终于学会“带着记忆学习”了!这项新方法MIITA让资源有限的AI不用大改自身参数,就能边学新任务边记住旧知识,彻底解决了小模型“学新忘旧”的难题。
简单来说,以前的AI就像鱼一样只有七秒记忆,学习新东西总会把旧知识忘得一干二净,尤其是那些运行在手机、智能音箱里的小模型,算力有限,这个问题更严重。MIITA的巧妙之处在于,它给AI装备了一个“迷你经验笔记本”——把过去学到的每个纠正经验都压缩成小巧的修正方向信号,再配上语义标签。当AI遇到新问题时,它会自动翻看笔记本,调出最相关的经验来临时调整自己的思考过程,而不是直接修改大脑里的参数。这样一来,它既不用额外训练,也不会破坏已有知识,完美实现了“边用边学”。
这项技术的普及意味着你的手机、智能手表甚至家电里的AI助手会越来越“长记性”。比如你的智能闹钟学会了你喜欢的起床模式后,再学新功能也不会把旧习惯清空;语音助手能记住你之前纠正过的发音错误,越用越懂你。开发者也不必再为小模型部署后的性能衰减头疼,各种智能设备都能更聪明地适应你不断变化的需求。
arXiv:2607.22556v1 Announce Type: new
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.
分享
阅读原文 ↗