AI Navigate

Rethinking VLMs for Image Forgery Detection and Localization

arXiv cs.CV / 3/16/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes a new IFDL pipeline called IFDL-VLM that uses vision-language models to assist image forgery detection and localization.
  • It shows that priors from vision-language models often hurt performance due to biases toward semantic plausibility rather than authenticity.
  • It reveals that location masks encode forgery concepts and can serve as extra priors to facilitate training and improve interpretability of results.
  • It reports experiments on 9 benchmarks with in-domain and cross-dataset generalization, achieving new state-of-the-art performance in detection, localization, and interpretability, with code available.

Abstract

With the rapid rise of Artificial Intelligence Generated Content (AIGC), image manipulation has become increasingly accessible, posing significant challenges for image forgery detection and localization (IFDL). In this paper, we study how to fully leverage vision-language models (VLMs) to assist the IFDL task. In particular, we observe that priors from VLMs hardly benefit the detection and localization performance and even have negative effects due to their inherent biases toward semantic plausibility rather than authenticity. Additionally, the location masks explicitly encode the forgery concepts, which can serve as extra priors for VLMs to ease their training optimization, thus enhancing the interpretability of detection and localization results. Building on these findings, we propose a new IFDL pipeline named IFDL-VLM. To demonstrate the effectiveness of our method, we conduct experiments on 9 popular benchmarks and assess the model performance under both in-domain and cross-dataset generalization settings. The experimental results show that we consistently achieve new state-of-the-art performance in detection, localization, and interpretability.Code is available at: https://github.com/sha0fengGuo/IFDL-VLM.