# Forensic Similarity for Digital Images

**Authors:** Owen Mayer, Matthew C. Stamm

arXiv: 1902.04684 · 2020-04-22

## TL;DR

This paper introduces a forensic similarity approach using deep learning to determine if two image patches share the same forensic trace, enabling forensic analysis without prior knowledge of the trace, and demonstrates its effectiveness across various forensic tasks.

## Contribution

The paper presents a novel deep learning-based forensic similarity system that works without prior training samples for specific traces, improving accuracy and applicability in digital image forensics.

## Key findings

- Significantly reduces error rates compared to previous methods
- Effective on unknown forensic traces not seen during training
- Useful in forgery detection, localization, and database verification

## Abstract

In this paper we introduce a new digital image forensics approach called forensic similarity, which determines whether two image patches contain the same forensic trace or different forensic traces. One benefit of this approach is that prior knowledge, e.g. training samples, of a forensic trace are not required to make a forensic similarity decision on it in the future. To do this, we propose a two part deep-learning system composed of a CNN-based feature extractor and a three-layer neural network, called the similarity network. This system maps pairs of image patches to a score indicating whether they contain the same or different forensic traces. We evaluated system accuracy of determining whether two image patches were 1) captured by the same or different camera model, 2) manipulated by the same or different editing operation, and 3) manipulated by the same or different manipulation parameter, given a particular editing operation. Experiments demonstrate applicability to a variety of forensic traces, and importantly show efficacy on "unknown" forensic traces that were not used to train the system. Experiments also show that the proposed system significantly improves upon prior art, reducing error rates by more than half. Furthermore, we demonstrated the utility of the forensic similarity approach in two practical applications: forgery detection and localization, and database consistency verification.

## Full text

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

## Figures

39 figures with captions in the complete paper: https://tomesphere.com/paper/1902.04684/full.md

## References

39 references — full list in the complete paper: https://tomesphere.com/paper/1902.04684/full.md

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