CVCRDec 29, 2019

Copy Move Source-Target Disambiguation through Multi-Branch CNNs

arXiv:1912.12640v273 citations
AI Analysis

This addresses a specific challenge in digital image forensics for detecting tampered images, but it is incremental as it builds on existing copy-move detection methods.

The paper tackles the problem of distinguishing source and target regions in copy-move image forgeries by proposing a multi-branch CNN architecture that learns features to detect interpolation artifacts and boundary inconsistencies, achieving good results on synthetic and realistic datasets.

We propose a method to identify the source and target regions of a copy-move forgery so allow a correct localisation of the tampered area. First, we cast the problem into a hypothesis testing framework whose goal is to decide which region between the two nearly-duplicate regions detected by a generic copy-move detector is the original one. Then we design a multi-branch CNN architecture that solves the hypothesis testing problem by learning a set of features capable to reveal the presence of interpolation artefacts and boundary inconsistencies in the copy-moved area. The proposed architecture, trained on a synthetic dataset explicitly built for this purpose, achieves good results on copy-move forgeries from both synthetic and realistic datasets. Based on our tests, the proposed disambiguation method can reliably reveal the target region even in realistic cases where an approximate version of the copy-move localization mask is provided by a state-of-the-art copy-move detection algorithm.

Code Implementations1 repo
Foundations

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

Your Notes