# Efficient Image Splicing Localization via Contrastive Feature Extraction

**Authors:** Ronald Salloum, C.-C. Jay Kuo

arXiv: 1901.07172 · 2019-01-23

## TL;DR

This paper introduces cPCA++, a fast and efficient contrastive feature extraction technique, applied to image splicing localization, achieving comparable accuracy to deep learning methods without extensive training.

## Contribution

The paper presents cPCA++, a novel contrastive PCA variant that is more efficient than cPCA and effective for image splicing localization without iterative training.

## Key findings

- cPCA++ outperforms traditional PCA in highlighting dataset-specific structures.
- The method is significantly faster than cPCA and deep learning approaches.
- cPCA++ achieves comparable localization accuracy to state-of-the-art neural networks.

## Abstract

In this work, we propose a new data visualization and clustering technique for discovering discriminative structures in high-dimensional data. This technique, referred to as cPCA++, utilizes the fact that the interesting features of a "target" dataset may be obscured by high variance components during traditional PCA. By analyzing what is referred to as a "background" dataset (i.e., one that exhibits the high variance principal components but not the interesting structures), our technique is capable of efficiently highlighting the structure that is unique to the "target" dataset. Similar to another recently proposed algorithm called "contrastive PCA" (cPCA), the proposed cPCA++ method identifies important dataset specific patterns that are not detected by traditional PCA in a wide variety of settings. However, the proposed cPCA++ method is significantly more efficient than cPCA, because it does not require the parameter sweep in the latter approach. We applied the cPCA++ method to the problem of image splicing localization. In this application, we utilize authentic edges as the background dataset and the spliced edges as the target dataset. The proposed method is significantly more efficient than state-of-the-art methods, as the former does not require iterative updates of filter weights via stochastic gradient descent and backpropagation, nor the training of a classifier. Furthermore, the cPCA++ method is shown to provide performance scores comparable to the state-of-the-art Multi-task Fully Convolutional Network (MFCN).

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.07172/full.md

## Figures

15 figures with captions in the complete paper: https://tomesphere.com/paper/1901.07172/full.md

## References

46 references — full list in the complete paper: https://tomesphere.com/paper/1901.07172/full.md

---
Source: https://tomesphere.com/paper/1901.07172