5 research outputs found

    Deep Convolutional Neural Network to Detect J-UNIWARD

    Full text link
    This paper presents an empirical study on applying convolutional neural networks (CNNs) to detecting J-UNIWARD, one of the most secure JPEG steganographic method. Experiments guiding the architectural design of the CNNs have been conducted on the JPEG compressed BOSSBase containing 10,000 covers of size 512x512. Results have verified that both the pooling method and the depth of the CNNs are critical for performance. Results have also proved that a 20-layer CNN, in general, outperforms the most sophisticated feature-based methods, but its advantage gradually diminishes on hard-to-detect cases. To show that the performance generalizes to large-scale databases and to different cover sizes, one experiment has been conducted on the CLS-LOC dataset of ImageNet containing more than one million covers cropped to unified size of 256x256. The proposed 20-layer CNN has cut the error achieved by a CNN recently proposed for large-scale JPEG steganalysis by 35%. Source code is available via GitHub: https://github.com/GuanshuoXu/deep_cnn_jpeg_steganalysisComment: Accepted by IH&MMSec 2017. This is a personal cop

    A Low Cost Image Steganalysis by Using Domain Adaptation

    Get PDF
    Information hiding and data encryption are used widely to protect data and information from anonymous access. In digital world, hiding and encrypting of the desired data into an image is a smart way to protect information with a low cost. In the digital images, steganalysis is a known method to distinguish between clean and stego images. Most of recent researches in this scope exploit feature reduction algorithms to improve the performance of correct detections. However, dimension reduction alone could not tackle the problem of steganalysis because the properties of stego images change during the steganalysis process. In this work, it is intended to propose an Image Steganalysis using visual Domain Adaptation (ISDA), which this steganalysis target images to distinguish across stego and clean images. ISDA is a dimensionality reduction approach that considers the image drifts during the steganography process in the steganalysis of target images. Moreover, ISDA employs domain invariant clustering in an embedded representation to cluster clean and stego images in the reduced subspace. The results on benchmark datasets demonstrate that ISDA thoroughly outperforms all of the state of the art methods on validation parameters, accuracy of detection and time complexit
    corecore