fjxmlzn / RNN-SM

[T-IFS] RNN-SM: Fast Steganalysis of VoIP Streams Using Recurrent Neural Network

Home Page:http://ieeexplore.ieee.org/document/8292900/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RNN-SM: Fast Steganalysis of VoIP Streams Using Recurrent Neural Network

[paper (IEEE)] [paper (pdf)] [code] [dataset] [website]

Authors: Zinan Lin (Carnegie Mellon University), Yongfeng Huang (Tsinghua University), Jilong Wang (Tsinghua University)

Abstract: Quantization index modulation (QIM) steganography makes it possible to hide secret information in voice-over IP (VoIP) streams, which could be utilized by unauthorized entities to set up covert channels for malicious purposes. Detecting short QIM steganography samples, as is required by real circumstances, remains an unsolved challenge. In this paper, we propose an effective online steganalysis method to detect QIM steganography. We find four strong codeword correlation patterns in VoIP streams, which will be distorted after embedding with hidden data. To extract those correlation features, we propose the codeword correlation model, which is based on recurrent neural network (RNN). Furthermore, we propose the feature classification model to classify those correlation features into cover speech and stego speech categories. The whole RNN-based steganalysis model (RNN-SM) is trained in a supervised learning framework. Experiments show that on full embedding rate samples, RNN-SM is of high detection accuracy, which remains over 90% even when the sample is as short as 0.1 s, and is significantly higher than other state-of-the-art methods. For the challenging task of conducting steganalysis towards low embedding rate samples, RNN-SM also achieves a high accuracy. The average testing time for each sample is below 0.15% of sample length. These clues show that RNN-SM meets the short sample detection demand and is a state-of-the-art algorithm for online VoIP steganalysis.

Cite it

This paper was published as a journal paper in IEEE Transactions on Information Forensics and Security.

@ARTICLE{lin2018rnn, 
	author={Lin, Zinan and Huang, Yongfeng and Wang, Jilong}, 
	journal={IEEE Transactions on Information Forensics and Security}, 
	title={RNN-SM: Fast Steganalysis of VoIP Streams Using Recurrent Neural Network}, 
	year={2018}, 
	volume={13}, 
	number={7}, 
	pages={1854-1868},
	doi={10.1109/TIFS.2018.2806741}, 
	ISSN={1556-6013},
	month={July}
}

Steganalysis speech dataset

Steganalysis algorithms

About

[T-IFS] RNN-SM: Fast Steganalysis of VoIP Streams Using Recurrent Neural Network

http://ieeexplore.ieee.org/document/8292900/

License:MIT License


Languages

Language:Python 100.0%