Q-matrix Unaware Double JPEG Detection using DCT-Domain Deep BiLSTM Network
Vinay Verma, Deepak Singh, and Nitin Khanna

TL;DR
This paper introduces a novel DCT-domain deep BiLSTM network for double JPEG detection that bypasses the need for Q-matrix awareness, achieving superior generalization and accuracy on diverse datasets.
Contribution
It presents a Q-matrix unaware approach using DCT coefficients and a BiLSTM network, outperforming existing methods in both known and unknown quantization matrix scenarios.
Findings
Outperforms baseline methods on large, diverse datasets
Generalizes well to unseen quantization matrices
Effective in both single and double compressed image classification
Abstract
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 depth-wise convolutions to learn the inherent relation between each histogram and corresponding q-factor, and utilizes a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDigital Media Forensic Detection · Advanced Steganography and Watermarking Techniques · Advanced Image Processing Techniques
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · Bidirectional LSTM
