arXiv:2412.09549cs.CV2024-12CVPR被引 1

通过掩码不重要特征,减少多模态增量学习的存储开销。

Exemplar Masking for Multimodal Incremental Learning

  • 基于注意力与跨模态相关性掩码低重要性令牌,压缩示例存储。
  • 在有限内存下比基线方法减少60%以上遗忘率。
  • 适合资源受限场景下的多模态持续学习应用。

多模态增量学习需在保留旧知识的同时吸收新信息,面临的主要挑战包括基于示例的方法中多模态数据存储量大、对大型多模态模型微调计算开销高。本文采用参数高效微调策略降低微调负担,提出示例掩码框架以高效重放旧知识。具体地,根据注意力权重和跨模态相关性掩码非重要令牌,显著减少示例存储量,从而在相同内存缓冲区下保存更多示例。此外,设计多模态数据增强技术以多样化示例用于旧知识重放。实验不仅在现有多模态数据集上验证方法,还将ImageNet-R扩展为多模态数据集(通过InstructBLIP生成描述),模拟真实应用场景。大量实验表明,所提框架在相同有限内存下更高效且对灾难性遗忘更具鲁棒性。代码已开源。

原文摘要 · Abstract (English)

Multimodal incremental learning needs to digest the information from multiple modalities while concurrently learning new knowledge without forgetting the previously learned information. There are numerous challenges for this task, mainly including the larger storage size of multimodal data in exemplar-based methods and the computational requirement of finetuning on huge multimodal models. In this paper, we leverage the parameter-efficient tuning scheme to reduce the burden of fine-tuning and propose the exemplar masking framework to efficiently replay old knowledge. Specifically, the non-important tokens are masked based on the attention weights and the correlation across different modalities, significantly reducing the storage size of an exemplar and consequently saving more exemplars under the same memory buffer. Moreover, we design a multimodal data augmentation technique to diversify exemplars for replaying prior knowledge. In experiments, we not only evaluate our method in existing multimodal datasets but also extend the ImageNet-R dataset to a multimodal dataset as a real-world application, where captions are generated by querying multimodal large language models (e.g., InstructBLIP). Extensive experiments show that our exemplar masking framework is more efficient and robust to catastrophic forgetting under the same limited memory buffer. Code is available at https://github.com/YiLunLee/Exemplar_Masking_MCIL.

多模态增量学习存储优化

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