Contamination Detection for VLMs using Multi-Modal Semantic Perturbation
Jaden Park, Mu Cai, Feng Yao, Jingbo Shang, Soochahn Lee, Yong Jae Lee
TL;DR
This work tackles test-set leakage in Vision-Language Models by introducing a detection framework based on multi-modal semantic perturbation. The method generates semantically perturbed image–text pairs that preserve difficulty while altering the correct answer, enabling detection of memorization as a generalization failure. The authors formalize contamination, establish practicality, reliability, and consistency as detection criteria, and demonstrate robust detection across different models, fine-tuning regimes, and benchmarks (MMStar and RealWorldQA). They also validate robustness through ablations, real-world counterfactuals, and larger-scale models, highlighting practical implications for decontaminating and evaluating VLMs in real-world settings.
Abstract
Recent advances in Vision-Language Models (VLMs) have achieved state-of-the-art performance on numerous benchmark tasks. However, the use of internet-scale, often proprietary, pretraining corpora raises a critical concern for both practitioners and users: inflated performance due to test-set leakage. While prior works have proposed mitigation strategies such as decontamination of pretraining data and benchmark redesign for LLMs, the complementary direction of developing detection methods for contaminated VLMs remains underexplored. To address this gap, we deliberately contaminate open-source VLMs on popular benchmarks and show that existing detection approaches either fail outright or exhibit inconsistent behavior. We then propose a novel simple yet effective detection method based on multi-modal semantic perturbation, demonstrating that contaminated models fail to generalize under controlled perturbations. Finally, we validate our approach across multiple realistic contamination strategies, confirming its robustness and effectiveness. The code and perturbed dataset will be released publicly.
