Memory-Efficient Continual Learning with CLIP Models

πŸ“… 2026-05-05
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF

career value

188K/year
πŸ€– AI Summary
This work addresses the severe catastrophic forgetting in CLIP-based continual learning caused by loss imbalance under extremely limited memory buffers. To mitigate this issue, the authors propose a memory-efficient, dynamic class-level loss reweighting mechanism that adaptively adjusts the contribution of each class to the contrastive loss, effectively balancing new task acquisition with retention of previously learned knowledge. Built upon CLIP’s contrastive learning framework, the method requires no additional model parameters and operates under stringent memory constraints. Extensive experiments on CIFAR-100, ImageNet-1K, and DomainNet demonstrate that the proposed approach significantly outperforms existing methods, achieving both efficient adaptation to new tasks and superior preservation of performance on old ones.
πŸ“ Abstract
Contrastive Language-Image Pretraining (CLIP) models excel at understanding image-text relationships but struggle with adapting to new data without forgetting prior knowledge. To address this, models are typically fine-tuned using both new task data and a memory buffer of past tasks. However, CLIP's contrastive loss suffers when the memory buffer is small, leading to performance degradation on previous tasks. We propose a memory-efficient, distributionally robust method that dynamically reweights losses per class during training. Our approach, tested on class incremental settings (CIFAR-100, ImageNet1K) and a domain incremental setting (DomainNet) adapts CLIP models quickly while minimizing catastrophic forgetting, even with minimal memory usage.
Problem

Research questions and friction points this paper is trying to address.

Continual Learning
Catastrophic Forgetting
CLIP Models
Memory Efficiency
Contrastive Loss
Innovation

Methods, ideas, or system contributions that make the work stand out.

memory-efficient continual learning
distributionally robust optimization
dynamic loss reweighting
CLIP adaptation
catastrophic forgetting mitigation
πŸ”Ž Similar Papers
2024-09-26Proceedings of the 34th ACM International Conference on Information and Knowledge ManagementCitations: 0