# Hybrid LSTM and Encoder-Decoder Architecture for Detection of Image   Forgeries

**Authors:** Jawadul H. Bappy, Cody Simons, Lakshmanan Nataraj, B.S. Manjunath,, Amit K. Roy-Chowdhury

arXiv: 1903.02495 · 2019-06-26

## TL;DR

This paper introduces a novel hybrid neural network architecture combining LSTM and encoder-decoder components to accurately localize manipulated regions in images, even when manipulations are visually subtle.

## Contribution

It proposes a new high-confidence image tamper localization method utilizing resampling features, LSTM, and encoder-decoder networks, along with a large dataset for training.

## Key findings

- Achieves high-precision pixel-level localization of image forgeries.
- Effectively captures manipulation artifacts like JPEG quality loss and geometric transformations.
- Demonstrates superior performance on multiple datasets.

## Abstract

With advanced image journaling tools, one can easily alter the semantic meaning of an image by exploiting certain manipulation techniques such as copy-clone, object splicing, and removal, which mislead the viewers. In contrast, the identification of these manipulations becomes a very challenging task as manipulated regions are not visually apparent. This paper proposes a high-confidence manipulation localization architecture which utilizes resampling features, Long-Short Term Memory (LSTM) cells, and encoder-decoder network to segment out manipulated regions from non-manipulated ones. Resampling features are used to capture artifacts like JPEG quality loss, upsampling, downsampling, rotation, and shearing. The proposed network exploits larger receptive fields (spatial maps) and frequency domain correlation to analyze the discriminative characteristics between manipulated and non-manipulated regions by incorporating encoder and LSTM network. Finally, decoder network learns the mapping from low-resolution feature maps to pixel-wise predictions for image tamper localization. With predicted mask provided by final layer (softmax) of the proposed architecture, end-to-end training is performed to learn the network parameters through back-propagation using ground-truth masks. Furthermore, a large image splicing dataset is introduced to guide the training process. The proposed method is capable of localizing image manipulations at pixel level with high precision, which is demonstrated through rigorous experimentation on three diverse datasets.

## Full text

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

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1903.02495/full.md

## References

91 references — full list in the complete paper: https://tomesphere.com/paper/1903.02495/full.md

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