CVOct 4, 2022

CFL-Net: Image Forgery Localization Using Contrastive Learning

arXiv:2210.02182v158 citationsh-index: 38Has Code
Originality Highly original
AI Analysis

This work addresses the challenge of generalizing image forgery localization across diverse manipulation types, which is crucial for applications in digital forensics and media verification.

The paper tackles the problem of localizing manipulated regions in forged images by leveraging differences in feature distributions between untampered and manipulated areas, using contrastive learning to separate these features without prior knowledge of forgery types. It demonstrates superior performance over existing methods on three benchmark datasets.

Conventional forgery localizing methods usually rely on different forgery footprints such as JPEG artifacts, edge inconsistency, camera noise, etc., with cross-entropy loss to locate manipulated regions. However, these methods have the disadvantage of over-fitting and focusing on only a few specific forgery footprints. On the other hand, real-life manipulated images are generated via a wide variety of forgery operations and thus, leave behind a wide variety of forgery footprints. Therefore, we need a more general approach for image forgery localization that can work well on a variety of forgery conditions. A key assumption in underlying forged region localization is that there remains a difference of feature distribution between untampered and manipulated regions in each forged image sample, irrespective of the forgery type. In this paper, we aim to leverage this difference of feature distribution to aid in image forgery localization. Specifically, we use contrastive loss to learn mapping into a feature space where the features between untampered and manipulated regions are well-separated for each image. Also, our method has the advantage of localizing manipulated region without requiring any prior knowledge or assumption about the forgery type. We demonstrate that our work outperforms several existing methods on three benchmark image manipulation datasets. Code is available at https://github.com/niloy193/CFLNet.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes