Leveraging Chat-Based Large Vision Language Models for Multimodal Out-Of-Context Detection
Fatma Shalabi, Hichem Felouat, Huy H. Nguyen, Isao Echizen
TL;DR
This work tackles multimodal out-of-context (OOC) detection, where images and captions are mismatched to mislead readers. It evaluates the zero-shot capability of LVLMs and demonstrates that their OOC detection performance improves markedly after fine-tuning on multimodal OOC data, specifically by training MiniGPT-4 on the NewsCLIPpings dataset. The authors implement a two-stage fine-tuning pipeline that ultimately yields binary Yes/No outcomes on image-caption coherence, achieving at least an 8 percentage-point gain over baselines across dataset splits. The study highlights the potential of task-specific fine-tuning for LVLM-based OOC detection while also noting limitations in interpretability and explanatory reasoning, which motivates future work toward more transparent detection frameworks.
Abstract
Out-of-context (OOC) detection is a challenging task involving identifying images and texts that are irrelevant to the context in which they are presented. Large vision-language models (LVLMs) are effective at various tasks, including image classification and text generation. However, the extent of their proficiency in multimodal OOC detection tasks is unclear. In this paper, we investigate the ability of LVLMs to detect multimodal OOC and show that these models cannot achieve high accuracy on OOC detection tasks without fine-tuning. However, we demonstrate that fine-tuning LVLMs on multimodal OOC datasets can further improve their OOC detection accuracy. To evaluate the performance of LVLMs on OOC detection tasks, we fine-tune MiniGPT-4 on the NewsCLIPpings dataset, a large dataset of multimodal OOC. Our results show that fine-tuning MiniGPT-4 on the NewsCLIPpings dataset significantly improves the OOC detection accuracy in this dataset. This suggests that fine-tuning can significantly improve the performance of LVLMs on OOC detection tasks.
