paper-with-me

Papers

Depth-wise separable convolutions and multi-level pooling for an efficient spatial CNN-based steganalysis

2019-08-22 · journal 2019 8 · Ru Zhang; Feng Zhu; Jianyi Liu; Gongshen Liu

For steganalysis, many studies showed that convolutional neural network (CNN) has better performances than the two-part structure of traditional machine learning methods. Existing CNN architectures use various tricks to improve the performance of steganalysis, such as fixed convolutional kernels, the absolute value layer, data augmentation and the domain knowledge. However, some designing of the network structure were not extensively studied so far, such as different convolutions (inception, xception, etc.) and variety ways of pooling(spatial pyramid pooling, etc.). In this paper, we focus on designing a new CNN network structure to improve detection accuracy of spatial-domain steganography. First, we use 3×3 kernels instead of the traditional 5×5 kernels and optimize convolution kernels in the preprocessing layer. The smaller convolution kernels are used to reduce the number of parameters and model the features in a small local region. Next, we use separable convolutions to utilize channel correlation of the residuals, compress the image content and increase the signal-to-noise ratio (between the stego signal and the image signal). Then, we use spatial pyramid pooling (SPP) to aggregate the local features and enhance the representation ability of features by multi-level pooling. Finally, data augmentation is adopted to further improve network performance. The experimental results show that the proposed CNN structure is significantly better than other five methods such as SRM, Ye-Net, Xu-Net, Yedroudj-Net and SRNet, when it is used to detect three spatial algorithms such as WOW, S-UNIWARD and HILL with a wide variety of datasets and payloads.

📄 PDF Abstract BibTeX

Code (1)

albblgb/Deep-Steganalysis pytorch

Tasks

Data AugmentationSteganalysis

Similar Papers 제목 키워드 기반

Accelerating Depthwise Separable Convolutions on Ultra-Low-Power Devices

2024-06-18 · Francesco Daghero, Alessio Burrello, Massimo Poncino, Enrico Macii 외

Depthwise separable convolutions are a fundamental component in efficient Deep Neural Networks, as they reduce the number of parameters and operations compared to traditional convolutions while maintaining comparable acc…

Depthwise Separable Convolutions for Neural Machine Translation

2017-06-09 · ICLR 2018 1 · Lukasz Kaiser, Aidan N. Gomez, Francois Chollet

Depthwise separable convolutions reduce the number of parameters and computation used in convolutional operations while increasing representational efficiency. They have been shown to be successful in image classificatio…

image-classificationMachine TranslationTranslation

Network Decoupling: From Regular to Depthwise Separable Convolutions

2018-08-16 · Jianbo Guo, Yuxi Li, Weiyao Lin, Yurong Chen 외

Depthwise separable convolution has shown great efficiency in network design, but requires time-consuming training procedure with full training-set available. This paper first analyzes the mathematical relationship betwe…

object-detectionObject Detection

FuSeConv: Fully Separable Convolutions for Fast Inference on Systolic Arrays

2021-05-27 · Surya Selvam, Vinod Ganesan, Pratyush Kumar

Both efficient neural networks and hardware accelerators are being explored to speed up DNN inference on edge devices. For example, MobileNet uses depthwise separable convolution to achieve much lower latency, while syst…

Neural Architecture Search

Depth-wise Decomposition for Accelerating Separable Convolutions in Efficient Convolutional Neural Networks

2019-10-21 · Yihui He, Jianing Qian, Jianren Wang, Cindy X. Le 외

Very deep convolutional neural networks (CNNs) have been firmly established as the primary methods for many computer vision tasks. However, most state-of-the-art CNNs are large, which results in high inference latency. R…

Self-Driving Cars