Webly-Supervised Image Manipulation Localization via Category-Aware Auto-Annotation
Chenfan Qu, Yiwu Zhong, Huiguo He, Bin Li, Lianwen Jin
TL;DR
Data scarcity for image manipulation localization (IML) limits model generalization. The authors propose a web-scale supervision pipeline built around Category-Aware Auto-Annotation v2 (CAAAv2), a prior-denoising CIML framework, to auto-annotate web-forgeries and create large, diverse training data (MIMLv2). They introduce QES to filter annotations and Object Jitter to enrich hard cases, then fuse these signals in Web-IML, a model with Multi-Scale Perception and Self-Rectification. Empirical results show Web-IML achieves a 31% relative performance gain and surpasses the SparseViT state of the art by 21.6 average IoU points, on multiple forgery benchmarks and a downstream document IML task. Altogether, the work provides a scalable, data-driven path to continuous web-based data expansion for robust IML systems.
Abstract
Images manipulated by image editing tools can mislead viewers and pose significant risks to social security. However, accurately localizing manipulated image regions remains challenging due to the severe scarcity of high-quality annotated data, which is laborious to create. To address this, we propose a novel approach that mitigates data scarcity by leveraging readily available web data. We utilize a large collection of manually forged images from the web, as well as automatically generated annotations derived from a simpler auxiliary task, constrained image manipulation localization.Specifically, we introduce CAAAv2, a novel auto-annotation framework that operates on a category-aware, prior-feature-denoising paradigm that notably reduces task complexity. To further ensure annotation reliability, we propose QES, a novel metric that filters out low-quality annotations. Combining CAAAv2 and QES, we construct MIMLv2, a large-scale, diverse, and high-quality dataset containing 246,212 manually forged images with pixel-level mask annotations. This is over 120 times larger than existing handcrafted datasets like IMD20. Additionally, we introduce Object Jitter, a technique that further enhances model training by generating high-quality manipulation artifacts. Building on these advances, we develop Web-IML, a new model designed to effectively leverage web-scale supervision for the task of image manipulation localization. Extensive experiments demonstrate that our approach substantially alleviates the data scarcity problem and significantly improves the performance of various models on multiple real-world forgery benchmarks. With the proposed web supervision, our Web-IML achieves a striking performance gain of 31% and surpasses the previous state-of-the-art SparseViT by 21.6 average IoU points. The dataset and code will be released at https://github.com/qcf-568/MIML.
