We thank the reviewer for following up on the rebuttal. We would like to further clarify the points raised.
- Regarding “broad and generic caption” The notion of “generic” is relative to how much the caption explains the image. A more specific caption (such as the manually written captions in the COCO dataset) would explain every little detail in the image, such as what objects are there, what action or event is depicted in the image, etc. In the internet-scraped large-scale datasets that VLMs use, often the captions are very generic; as in they do not describe the image in high detail. This fact that captions don’t capture everything in the images is well known in the VLM community [1], [2]. This phenomenon allows for deja vu memorization that we study in our work.
- Regarding “extending beyond objects” Since these datasets have no annotations, we rely on an open-source annotator to get the ground-truth object annotations. While our approach is also applicable to more detailed annotations that go beyond objects, this is not in the scope of this work. Even in this setting, the prior state-of-art memorization approach [3] only considers a single object label per image (ImageNet) and none of the prior works consider a. multimodal setting, b. large training size sizes, and c. multiple objects per image.
- Regarding "example in Figure 1" Please note that the point of Fig. 1 is not to evaluate the relevance of image retrieval. The only point we’re trying to make is that although the caption typically contains strictly less information than the image, the model can recover extraneous details about the image through memorizing the caption.
- Regarding “Other reviewers have brought up the notion of overfitting - does the deja vu memorisation phenomenon discussed imply overfitting?” To reiterate, deja vu memorization measures overfitting at a more granular level (i.e. not just overfit or not overfit), which we articulated in the previous response. We will include a detailed discussion about this in the paper.
[1] Sachit Menon, Ishaan Chandratreya, and Carl Vondrick. (2023). Task Bias in Contrastive Vision-Language Models. International Journal of Computer Vision. 132. 1-15. 10.1007/s11263-023-01945-0.
[2] Samuel Lavoie, Polina Kirichenko, Mark Ibrahim, Mahmoud Assran, Andrew Gordon Wildon, Aaron Courville, and Nicolas Ballas. "Modeling caption diversity in contrastive vision-language pretraining." arXiv preprint arXiv:2405.00740 (2024).
[3] Casey Meehan, Florian Bordes, Pascal Vincent, Kamalika Chaudhuri, and Chuan Guo. “Do ssl models have déjà vu? a case of unintended memorization in self-supervised learning.”, NeurIPS, 2023.