X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/canny.git/blobdiff_plain/244797b85f1e232852b9374a76fe7139ed4cccfb..7aeb1ab6cc41dd51a6dbe4c844c8983809205186:/main.tex diff --git a/main.tex b/main.tex index a445067..2996baf 100755 --- a/main.tex +++ b/main.tex @@ -1,4 +1,8 @@ -\documentclass[10pt]{article} +\documentclass[twocolumn]{svjour3} % twocolumn +\usepackage{epsfig,psfrag} +\usepackage{graphicx} +\usepackage{color} +\usepackage{dsfont} \usepackage{url} \usepackage{graphicx} \usepackage{mathptmx,amsmath,amssymb,bm} @@ -7,7 +11,12 @@ \usepackage{mathtools,etoolbox} \usepackage{cite} \usepackage{setspace} -\usepackage[switch, modulo]{lineno} +\usepackage{lineno} + + +\begin{document} +%\doublespacing +%\linenumbers @@ -22,15 +31,24 @@ +\title{STABYLO: +STeganography with +Adaptive, Bbs, and binarY embedding at LOw cost} +\author{Jean-Fran\c cois Couchot, Raphael Couturier, and Christophe Guyeux\thanks{Authors in alphabetic order}} +\institute{ Jean-Fran\c cois Couchot, Raphael Couturier, and Christophe Guyeux \at + FEMTO-ST Institute, UMR 6174 CNRS\\ + Computer Science Laboratory DISC, + University of Franche-Comt\'{e}, + Besan\c con, France. +\email{\{jean-francois.couchot, raphael.couturier, christophe.guyeux\}@univ-fcomte.fr} +} +\date{Received: date / Accepted: date} -\title{STABYLO: -a lightweight %stego-secure -edge-based steganographic approach} @@ -38,20 +56,8 @@ edge-based steganographic approach} -\linenumbers -\author{Jean-Fran\c cois Couchot, Raphael Couturier, and Christophe Guyeux*\\ - $*:$ Authors in alphabetic order.\\ - FEMTO-ST Institute, UMR 6174 CNRS\\ - Computer Science Laboratory DISC, - University of Franche-Comt\'{e}, - Besan\c con, France. -} -%\authorrunning{J.-F. Couchot, R. Couturier, and C. Guyeux} - -%\mail{jean-francois.couchot@femto-st.fr} - \newcommand{\JFC}[1]{\begin{color}{green}\textit{#1}\end{color}} \newcommand{\RC}[1]{\begin{color}{red}\textit{}\end{color}} \newcommand{\CG}[1]{\begin{color}{blue}\textit{}\end{color}} @@ -60,27 +66,27 @@ edge-based steganographic approach} %IEEEtran, journal, \LaTeX, paper, template. -%\keywords{Steganography, least-significant-bit (LSB)-based steganography, edge detection, Canny filter, security, syndrome trellis codes} +\keywords{Steganography, least-significant-bit (LSB)-based steganography, edge detection, Canny filter, security, syndrome trellis codes} + -\begin{document} \maketitle -\doublespacing \begin{abstract} -A novel steganographic method called STABYLO is introduced in + +A new steganographic method called STABYLO is introduced in this research work. Its main advantage is to be much lighter than the so-called -Highly Undetectable steGO (HUGO) scheme, a well-known state of the art -steganographic process in spatial domain. +HUGO, WOW, and UNIWARD schemes, the state of the art +steganographic processes. Additionally to this effectiveness, -quite comparable results through noise measures like PSNR-HVS-M, +quite comparable results through noise measures like PSNR-HVS-M and weighted PSNR (wPSNR) are obtained. To achieve the proposed goal, famous experimented components of signal processing, @@ -100,52 +106,68 @@ a scheme that can reasonably face up-to-date steganalysers. \section{Presentation of the Proposed Approach}\label{sec:ourapproach} \input{ourapproach.tex} + +\section{Complexity Analysis}\label{sub:complexity} +\input{complexity} + \section{Experiments}\label{sec:experiments} \input{experiments} \section{Conclusion}\label{sec:concl} -The STABYLO algorithm, whose acronym means STeganography -with cAnny, Bbs, binarY embedding at LOw cost, has been introduced +The STABYLO algorithm, whose acronym means STeganography with +Adaptive, Bbs, and binarY embedding at LOw cost, has been introduced in this document as an efficient method having comparable, though -somewhat smaller, security than the well-known -Highly Undetectable steGO (HUGO) steganographic scheme. +somewhat smaller, security than well-known +steganographic schemes +HUGO, WOW, and UNIWARD. This edge-based steganographic approach embeds a Canny -detection filter, the Blum-Blum-Shub cryptographically secure -pseudorandom number generator, together with Syndrome-Trellis Codes +detection filter, the secure Blum-Blum-Shub cryptosystem +with its pseudorandom number generator, +together with Syndrome-Trellis Codes for minimizing distortion. -After having introduced with details the proposed method, -we have evaluated it through noise measures (namely, the PSNR, PSNR-HVS-M, -BIQI, and weighted PSNR) and using well-established steganalysers. +The complexity study of our proposed method and of the +state of the art steganographic tools has shown that our approach +has the lowest computation cost among all. +This justifies the lightweight attribute of our scheme. +The evaluation of introduced noise measures +(namely, the PSNR, PSNR-HVS-M, and weighted PSNR), +and of its embedding through stegenalysers (namely Ensemble Classifier) +have shown that STABYLO is efficient enough to +produce qualitative images and +to face steganalysers. + + + % Of course, other detectors like the fuzzy edge methods % deserve much further attention, which is why we intend % to investigate systematically all of these detectors in our next work. - - For future work, the authors' intention is to investigate systematically -all the existing edge detection methods, to see if the STABYLO evaluation scores can -be improved by replacing Canny with another edge filter. -% We will try -% to take into account the least significant bits too during all the -% stages of the algorithm, hoping by doing so to be closer to the HUGO scores against -% steganalyzers. +all the existing edge detection methods, +to see if the STABYLO evaluation scores can +be improved by replacing Canny with another edge filter. +Moreover, we plan to improve the distortion function by integrating +into a numerical cost the gradient value of this kind of +algorithm. We could thus transmit this value to STC contrary to the current +version where the distortion that is transmited is either 1 in +the adaptive strategy or 1,10, 100 in the fixed strategy. + Other steganalysers than the ones used in this document will be examined for the sake of completeness. Finally, the systematic replacement of all the LSBs of edges by binary digits provided by the BBS generator will be investigated, and the consequences of such a replacement, in terms of security, will be discussed. -Furthermore, we plan to investigate information hiding on other models, high frequency for JPEG encoding for instance. +Furthermore, we plan to investigate information hiding on other models, such as high frequency for JPEG encoding. -\bibliographystyle{plain} -\bibliography{biblio} +%\bibliographystyle{spbasic} +\bibliographystyle{spmpsci} +\bibliography{abbrev,biblioand} \end{document} - -