MMCVLGNENov 16, 2015

Deep learning is a good steganalysis tool when embedding key is reused for different images, even if there is a cover source-mismatch

arXiv:1511.04855v2151 citations
Originality Incremental advance
AI Analysis

This work provides an incremental improvement in steganalysis for security applications by enhancing detection accuracy and robustness.

The paper tackles the problem of steganalysis by showing that deep learning approaches, specifically Convolutional Neural Networks (CNN) and Fully Connected Neural Networks (FNN), outperform traditional methods like Rich Models with Ensemble Classifiers, achieving more than a 16% reduction in classification error and demonstrating robustness to cover-source mismatch.

Since the BOSS competition, in 2010, most steganalysis approaches use a learning methodology involving two steps: feature extraction, such as the Rich Models (RM), for the image representation, and use of the Ensemble Classifier (EC) for the learning step. In 2015, Qian et al. have shown that the use of a deep learning approach that jointly learns and computes the features, is very promising for the steganalysis. In this paper, we follow-up the study of Qian et al., and show that, due to intrinsic joint minimization, the results obtained from a Convolutional Neural Network (CNN) or a Fully Connected Neural Network (FNN), if well parameterized, surpass the conventional use of a RM with an EC. First, numerous experiments were conducted in order to find the best " shape " of the CNN. Second, experiments were carried out in the clairvoyant scenario in order to compare the CNN and FNN to an RM with an EC. The results show more than 16% reduction in the classification error with our CNN or FNN. Third, experiments were also performed in a cover-source mismatch setting. The results show that the CNN and FNN are naturally robust to the mismatch problem. In Addition to the experiments, we provide discussions on the internal mechanisms of a CNN, and weave links with some previously stated ideas, in order to understand the impressive results we obtained.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes