Captured by Captions: On Memorization and its Mitigation in CLIP Models
This addresses the unclear mechanisms of data utilization in multi-modal models like CLIP, which is crucial for improving model robustness and privacy, though it is incremental as it builds on prior work on memorization in uni-modal models.
The study tackled the problem of understanding and quantifying memorization in CLIP models, finding that memorization behavior lies between supervised and self-supervised paradigms, with mis-captioned samples showing the highest levels and the text encoder contributing more than the image encoder.
Multi-modal models, such as CLIP, have demonstrated strong performance in aligning visual and textual representations, excelling in tasks like image retrieval and zero-shot classification. Despite this success, the mechanisms by which these models utilize training data, particularly the role of memorization, remain unclear. In uni-modal models, both supervised and self-supervised, memorization has been shown to be essential for generalization. However, it is not well understood how these findings would apply to CLIP, which incorporates elements from both supervised learning via captions that provide a supervisory signal similar to labels, and from self-supervised learning via the contrastive objective. To bridge this gap in understanding, we propose a formal definition of memorization in CLIP (CLIPMem) and use it to quantify memorization in CLIP models. Our results indicate that CLIP's memorization behavior falls between the supervised and self-supervised paradigms, with "mis-captioned" samples exhibiting highest levels of memorization. Additionally, we find that the text encoder contributes more to memorization than the image encoder, suggesting that mitigation strategies should focus on the text domain. Building on these insights, we propose multiple strategies to reduce memorization while at the same time improving utility--something that had not been shown before for traditional learning paradigms where reducing memorization typically results in utility decrease.