paper-with-me

Papers

Q-matrix Unaware Double JPEG Detection using DCT-Domain Deep BiLSTM Network

2021-04-10 · Vinay Verma, Deepak Singh, Nitin Khanna

The double JPEG compression detection has received much attention in recent years due to its applicability as a forensic tool for the most widely used JPEG file format. Existing state-of-the-art CNN-based methods either use histograms of all the frequencies or rely on heuristics to select histograms of specific low frequencies to classify single and double compressed images. However, even amidst lower frequencies of double compressed images/patches, histograms of all the frequencies do not have distinguishable features to separate them from single compressed images. This paper directly extracts the quantized DCT coefficients from the JPEG images without decompressing them in the pixel domain, obtains all AC frequencies' histograms, uses a module based on $1\times 1$ depth-wise convolutions to learn the inherent relation between each histogram and corresponding q-factor, and utilizes a tailor-made BiLSTM network for selectively encoding these feature vector sequences. The proposed system outperforms several baseline methods on a relatively large and diverse publicly available dataset of single and double compressed patches. Another essential aspect of any single vs. double JPEG compression detection system is handling the scenario where test patches are compressed with entirely different quantization matrices (Q-matrices) than those used while training; different camera manufacturers and image processing software generally utilize their customized quantization matrices. A set of extensive experiments shows that the proposed system trained on a single dataset generalizes well on other datasets compressed with completely unseen quantization matrices and outperforms the state-of-the-art methods in both seen and unseen quantization matrices scenarios.

📄 PDF Abstract BibTeX arXiv:2104.04765

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

Image Splicing Detection, Localization and Attribution via JPEG Primary Quantization Matrix Estimation and Clustering

2021-02-02 · Yakun Niu, Benedetta Tondi, Yao Zhao, Rongrong Ni 외

Detection of inconsistencies of double JPEG artefacts across different image regions is often used to detect local image manipulations, like image splicing, and to localize them. In this paper, we move one step further, …

ClusteringQuantization

Double JPEG Detection in Mixed JPEG Quality Factors using Deep Convolutional Neural Network

2018-09-01 · ECCV 2018 9 · Jinseok Park, Donghyeon Cho, Wonhyuk Ahn, Heung-Kyu Lee

Double JPEG detection is essential for detecting various image manipulations. This paper proposes a novel deep convolutional neural network for double JPEG detection using statistical histogram features from each block w…

Quantization

Primary quantization matrix estimation of double compressed JPEG images via CNN

2019-08-09 · Yakun Niu, Benedetta Tondi, Yao Zhao, Mauro Barni

Available model-based techniques for the estimation of the primary quantization matrix in double-compressed JPEG images work only under specific conditions regarding the relationship between the first and second compress…

Quantization

A multi-branch convolutional neural network for detecting double JPEG compression

2017-10-16 · Bin Li, Hu Luo, Haoxin Zhang, Shunquan Tan 외

Detection of double JPEG compression is important to forensics analysis. A few methods were proposed based on convolutional neural networks (CNNs). These methods only accept inputs from pre-processed data, such as histog…

Boosting CNN-based primary quantization matrix estimation of double JPEG images via a classification-like architecture

2020-12-01 · Benedetta Tondi, Andrea Costranzo, Dequ Huang, Bin Li

Estimating the primary quantization matrix of double JPEG compressed images is a problem of relevant importance in image forensics since it allows to infer important information about the past history of an image. In add…

Image ForensicsQuantizationregression