]> AND Private Git Repository - canny.git/blobdiff - intro.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
apres relecture Christophe
[canny.git] / intro.tex
index 17a618a7a892c86087e3cbea62bb410f09d02a02..3ccf316baec8a49eb2a65bb71a1058d26b04b69f 100644 (file)
--- a/intro.tex
+++ b/intro.tex
@@ -1,7 +1,8 @@
 
 This research work takes place into the field of information hiding, considerably developed
 these last two decades. The proposed method for 
-steganography considers digital images as covers, it belongs in the well investigated large category
+steganography considers digital images as covers.
+It belongs in the well investigated large category
 of spatial least significant bits (LSBs) replacement schemes.
 Let us recall that, in this LSBR category, a subset of all the LSBs of the cover image is modified 
 with a secret bit stream depending on: a secret key, the cover, and the message to embed.
@@ -45,7 +46,9 @@ modification minimizes a distortion function.
 This distortion may be computed thanks to feature vectors that are embedded for instance in steganalysers
 referenced above. 
 Highly Undetectable steGO (HUGO) method~\cite{DBLP:conf/ih/PevnyFB10} is one of the most efficient instance of such a scheme.
-It takes into account so-called SPAM features (whose size is larger than $10^7$) to avoid overfitting a particular 
+It takes into account so-called SPAM features 
+%(whose size is larger than $10^7$) 
+to avoid overfitting a particular 
 steganalyser. Thus a distortion measure for each pixel is individually determined as the sum of differences between
 features of SPAM computed from the cover and from the stego images.
 Thanks to this features set, HUGO allows to embed $7\times$ longer messages with the same level of 
@@ -100,18 +103,20 @@ This is why we add to our scheme a reasonable
 message encryption stage, to be certain that,
 even in the worst case scenario, the attacker
 will not be able to obtain the message content.
+Doing so makes our steganographic protocol, in a certain extend, an asymmetric one.
 
-
-In this research work, we thus propose to combine tried and 
-tested techniques of signal theory (the adaptive edge detection), coding (the binary embedding), and cryptography 
-(encryption of the hidden message) to compute an efficient steganographic
-scheme, which takes into consideration the cover image 
-and that can be executed on small devices.  
+To sum up, in this research work, well studied and experimented
+techniques of signal processing (adaptive edges detection), 
+coding theory (syndrome-treillis codes), and cryptography 
+(Blum-Goldwasser encryption protocol) are combined 
+to compute an efficient steganographic
+scheme, whose principal characteristics is to take into 
+consideration the cover image and to be compatible with small computation resources.  
 
 The remainder of this document is organized as follows. 
-Section~\ref{sec:ourapproach} presents the details of our steganographic scheme.
-Section~\ref{sec:experiments} shows experiments on image quality, steganalytic evaluation, complexity of our approach 
-and compares it to state of the art steganographic schemes.
+Section~\ref{sec:ourapproach} presents the details of the proposed steganographic scheme.
+Section~\ref{sec:experiments} shows experiments on image quality, steganalytic evaluation, complexity of our approach,
+and compares it to the state of the art steganographic schemes.
 Finally, concluding notes and future work are given in Section~\ref{sec:concl}.