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

Private GIT Repository
ajout d'experiments
[canny.git] / intro.tex
index 54b59e22a035981495cfd38843b811de061865b6..16e8c8b6d6dd236433c3d4e770f263f79587878f 100644 (file)
--- a/intro.tex
+++ b/intro.tex
@@ -49,7 +49,8 @@ features of SPAM computed from the cover and from the stego images.
 Thanks to this feature set, HUGO allows to embed $7\times$ longer messages with the same level of 
 indetectability than LSB matching. 
 However, this improvement is time consuming, mainly due to the distortion function
-computation.
+computation. 
+
 
 There remains a large place between random selection of LSB and feature based modification of pixel values.
 We argue that modifying edge pixels is an acceptable compromise. 
@@ -65,17 +66,37 @@ to embedding rate: the larger the number of bits to be embedded, the coarse the
 Then the data hiding algorithm is achieved by applying LSBMR on pixels of this region. 
 The authors show that this method is more efficient than all the LSB, LSBM, LSBMR approaches 
 thanks to extensive experiments.
-However, it has been shown that the distinguish error with LSB embedding is fewer than the one with some binary embedding~\cite{DBLP:journals/tifs/FillerJF11}.
+However, it has been shown that the distinguish error with LSB embedding is fewer than 
+the one with some binary embedding~\cite{DBLP:journals/tifs/FillerJF11}.
 We thus propose to take benefit of these optimized embedding, provided it is not too time consuming.
-Experiments have confirmed such a fact\JFC{Raphael....}. 
+In the latter, an hybrid edge detector is presented followed by an ad'hoc
+embedding approach. 
+The Edge detection is computed by combining fuzzy logic~\cite{Tyan1993} 
+and Canny~\cite{Canny:1986:CAE:11274.11275} approaches. The goal of this combination 
+is to enlarge the set of modified bits to increase the payload. 
+
+
+But, one can notice that all the previous referenced 
+schemes~\cite{Luo:2010:EAI:1824719.1824720,DBLP:journals/eswa/ChenCL10,DBLP:conf/ih/PevnyFB10}
+produce stego content 
+with only considering the payload, not the type of image signal: the higher the payload is, 
+the better the approach is said to be. 
+Contrarely, we argue that some images should'nt be taken as a cover because of the nature of their signal.
+Consider for instance a uniformly black image: a very tiny modification of its pixels can be easily detectable.  
+The approach we propose is thus to provide a self adaptive algorithm with a high payload, which depends on the 
+cover signal.
+
  
 
 \JFC{Christophe : énoncer la problématique du besoin de crypto et de ``cryptographiquement sûr'',  les algo déjà cassés....
 l'efficacité d'un encodage/décodage ...} 
-To deal with security issues, message is encrypted 
+To deal with security issues, message is encrypted... 
 
-In this paper, we thus propose to combine tried and tested techniques of signal theory (the adaptive edge detection), coding (the binary embedding), and cryptography 
-(the encrypt the message) to compute an efficient steganography scheme that is amenable to be executed on small devices.  
+In this paper, we thus propose to combine tried and 
+tested techniques of signal theory (the adaptive edge detection), coding (the binary embedding), and cryptography 
+(the encrypt the message) to compute an efficient steganography 
+scheme, which takes into consideration the cover image 
+an which is amenable to be executed on small devices.  
 
 The rest of the paper is organised as follows. 
 Section~\ref{sec:ourapproach} presents the details of our steganographic scheme.