arXiv:2603.11211cs.CVcs.AI2026-03

用非线性多适配器提升视觉语言模型的增量学习效率

A Simple Efficiency Incremental Learning Framework via Vision-Language Model with Nonlinear Multi-Adapters

  • 设计非线性多适配器结构,动态调节模型在增量学习中的连接方式
  • 在TinyImageNet上比传统方法高9.6%,在CIFAR-100上比CLIP基线高5.3%
  • 无需存储旧数据、训练高效,适合资源受限场景下的持续学习

增量学习(IL)旨在学习新任务的同时保留已有知识。将预训练视觉语言模型的零样本能力融入IL方法带来了显著进展,但面临三大挑战:(1)训练效率有待提升;(2)依赖记忆库存储历史数据;(3)需强主干网络增强模型能力。本文提出SimE框架,采用专为IL任务设计的视觉语言模型与适配器。我们发现适配器连接数量与模型IL能力存在非线性关系:增加跨Transformer块的连接可提升性能,但在小增量步中增加块内连接反而可能降低能力。实验表明,SimE在TinyImageNet上优于传统方法9.6%,在CIFAR-100上优于其他基于CLIP的方法5.3%。此外,我们系统研究了如何更好利用CLIP的零样本能力,建议用更大数据集(如LAION2B)和更强架构(如ViT-L/14)训练的CLIP替换SimE编码器。

原文摘要 · Abstract (English)

Incremental Learning (IL) aims to learn new tasks while preserving previously acquired knowledge. Integrating the zero-shot learning capabilities of pre-trained vision-language models into IL methods has marked a significant advancement. However, these methods face three primary challenges: (1) the need for improved training efficiency; (2) reliance on a memory bank to store previous data; and (3) the necessity of a strong backbone to augment the model's capabilities. In this paper, we propose SimE, a Simple and Efficient framework that employs a vision-language model with adapters designed specifically for the IL task. We report a remarkable phenomenon: there is a nonlinear correlation between the number of adaptive adapter connections and the model's IL capabilities. While increasing adapter connections between transformer blocks improves model performance, adding more adaptive connections within transformer blocks during smaller incremental steps does not enhance, and may even degrade the model's IL ability. Extensive experimental results show that SimE surpasses traditional methods by 9.6% on TinyImageNet and outperforms other CLIP-based methods by 5.3% on CIFAR-100. Furthermore, we conduct a systematic study to enhance the utilization of the zero-shot capabilities of CLIP. We suggest replacing SimE's encoder with a CLIP model trained on larger datasets (e.g., LAION2B) and stronger architectures (e.g., ViT-L/14).

增量学习视觉语言模型适配器零样本

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。