paper-with-me

Papers

Exemplar Masking for Multimodal Incremental Learning

2024-12-12 · Yi-Lun Lee, Chen-Yu Lee, Wei-Chen Chiu, Yi-Hsuan Tsai

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.

📄 PDF Abstract BibTeX arXiv:2412.09549

Code (1)

yilunlee/exemplar_masking_mcil 공식 구현 pytorch

Tasks

Data AugmentationIncremental Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Class-Incremental Exemplar Compression for Class-Incremental Learning

2023-03-24 · CVPR 2023 1 · Zilin Luo, Yaoyao Liu, Bernt Schiele, Qianru Sun

Exemplar-based class-incremental learning (CIL) finetunes the model with all samples of new classes but few-shot exemplars of old classes in each incremental phase, where the "few-shot" abides by the limited memory budge…

Bilevel Optimizationclass-incremental learningClass Incremental LearningIncremental Learning

MCIGLE: Multimodal Exemplar-Free Class-Incremental Graph Learning

2025-09-07 · Haochen You, Baojing Liu arxiv

Exemplar-free class-incremental learning enables models to learn new classes over time without storing data from old ones. As multimodal graph-structured data becomes increasingly prevalent, existing methods struggle wit…

class-incremental learningGraph Learning

Leveraging Pre-Trained Models for Multimodal Class-Incremental Learning under Adaptive Fusion

2025-02-07 · Yukun Chen, Zihuan Qiu, Fanman Meng, Hongliang Li 외

Unlike traditional Multimodal Class-Incremental Learning (MCIL) methods that focus only on vision and text, this paper explores MCIL across vision, audio and text modalities, addressing challenges in integrating compleme…

class-incremental learningClass Incremental Learningcross-modal alignmentDiversity+2

PointCLIMB: An Exemplar-Free Point Cloud Class Incremental Benchmark

2023-04-13 · Shivanand Kundargi, Tejas Anvekar, Ramesh Ashok Tabib, Uma Mudenagudi

Point clouds offer comprehensive and precise data regarding the contour and configuration of objects. Employing such geometric and topological 3D information of objects in class incremental learning can aid endless appli…

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning

Exemplar-Based Contrastive Self-Supervised Learning with Few-Shot Class Incremental Learning

2022-02-05 · Daniel T. Chang

Humans are capable of learning new concepts from only a few (labeled) exemplars, incrementally and continually. This happens within the context that we can differentiate among the exemplars, and between the exemplars and…

class-incremental learningClass Incremental LearningData AugmentationFew-Shot Class-Incremental Learning+3