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

Private GIT Repository
authorJean-François Couchot <couchot@couchot.iut-bm.univ-fcomte.fr>
Fri, 21 Dec 2012 13:49:43 +0000 (14:49 +0100)
committerJean-François Couchot <couchot@couchot.iut-bm.univ-fcomte.fr>
Fri, 21 Dec 2012 13:49:43 +0000 (14:49 +0100)
biblio.bib
experiments.tex
intro.tex
main.tex
ourapproach.tex

index 8e5c9dec11f5a393f2a1780cff2bbce15454d326..22bcda23a77bdf4c8fbca773ae1d1af89b1c2f00 100644 (file)
@@ -1,3 +1,30 @@
+@inproceedings{DBLP:conf/ih/PereiraVMMP01,
+  author    = {Shelby Pereira and
+               Sviatoslav Voloshynovskiy and
+               Maribel Madueno and
+               St{\'e}phane Marchand-Maillet and
+               Thierry Pun},
+  title     = {Second Generation Benchmarking and Application Oriented
+               Evaluation},
+  booktitle = {Information Hiding},
+  year      = {2001},
+  pages     = {340-353},
+  ee        = {http://dx.doi.org/10.1007/3-540-45496-9_25},
+  crossref  = {DBLP:conf/ih/2001},
+  bibsource = {DBLP, http://dblp.uni-trier.de}
+}
+@proceedings{DBLP:conf/ih/2001,
+  editor    = {Ira S. Moskowitz},
+  title     = {Information Hiding, 4th International Workshop, IHW 2001,
+               Pittsburgh, PA, USA, April 25-27, 2001, Proceedings},
+  booktitle = {Information Hiding},
+  publisher = {Springer},
+  series    = {Lecture Notes in Computer Science},
+  volume    = {2137},
+  year      = {2001},
+  isbn      = {3-540-42733-3},
+  bibsource = {DBLP, http://dblp.uni-trier.de}
+}
 @article{Hu:2007:HPE:1282866.1282944,
  author = {Hu, Liming and Cheng, H. D. and Zhang, Ming},
  title = {A high performance edge detector based on fuzzy inference rules},
@@ -228,18 +255,6 @@ author    = {Jessica J. Fridrich and
   year = 2001
 }
 
-@proceedings{DBLP:conf/ih/2001,
-  editor    = {Ira S. Moskowitz},
-  title     = {Information Hiding, 4th International Workshop, IHW 2001,
-               Pittsburgh, PA, USA, April 25-27, 2001, Proceedings},
-  booktitle = {Information Hiding},
-  publisher = {Springer},
-  series    = {Lecture Notes in Computer Science},
-  volume    = {2137},
-  year      = {2001},
-  isbn      = {3-540-42733-3},
-  bibsource = {DBLP, http://dblp.uni-trier.de}
-}
 
 @inproceedings{DBLP:conf/ih/KimDR06,
   added-at = {2007-09-20T00:00:00.000+0200},
@@ -260,7 +275,7 @@ author    = {Jessica J. Fridrich and
   series = {Lecture Notes in Computer Science},
   timestamp = {2007-09-20T00:00:00.000+0200},
   title = {Modified Matrix Encoding Technique for Minimal Distortion Steganography.},
-  url = {http://dblp.uni-trier.de/db/conf/ih/ih2006.html#KimDR06},
+  url = {http://dblp.uni-trier.de/db/conf/ih/ih206.html#KimDR06},
   volume = 4437,
   year = 2006
 }
index 11af8445054232319128fa8a678dcccd73c199ca..b952faecd3b00ceeed291641cea5e1db2eac81b5 100644 (file)
@@ -1,12 +1,39 @@
 
 \subsection{Image Quality}
 The visual quality of the STABYLO scheme is evaluated in this section.
-Three metrics are computed in these experiments : 
+Four metrics are computed in these experiments : 
 the Peak Signal to Noise Ratio (PSNR), 
-the PSNR-HVS-M~\cite{PSECAL07,psnrhvsm11} and the BIQI~\cite{MB10,biqi11}.
+the PSNR-HVS-M familly~\cite{PSECAL07,psnrhvsm11} , 
+the BIQI~\cite{MB10,biqi11} and 
+the weigthed PSNR (wPSNR)~\cite{DBLP:conf/ih/PereiraVMMP01}.
 The first one is widely used but does not take into
 account Human Visual System (HVS).
-The two last ones have been designed to tackle this problem.
+The other last ones have been designed to tackle this problem.
+
+\begin{table}
+\begin{center}
+\begin{tabular}{|c|c|c|}
+\hline
+Embedding rate &  Adaptive 
+10 \% &  \\
+\hline
+PSNR &      &      \\
+\hline
+PSNR-HVS-M & 78.6  & 72.9 \\
+\hline
+BIQI & 28.3 & 28.4 \\
+\hline
+wPSNR & 86.43& 77.47 \\
+\hline
+\end{tabular}
+\end{center}
+\caption{Quality measeures of our steganography approach\label{table:quality}} 
+\end{table}
+
+
+Compare to the Edge Adpative scheme detailed in~\cite{Luo:2010:EAI:1824719.1824720}, our both wPSNR and PSNR values are always higher than their ones.
+
+\JFC{comparer aux autres approaches}
 
 
 
@@ -30,4 +57,21 @@ can be a favourably executed thanks to an Ensemble Classifiers.
 
 
 
-\JFC{Raphael, il faut donner des résultats ici}
\ No newline at end of file
+\begin{table}
+\begin{center}
+\begin{tabular}{|c|c|c|c|}
+Shemes & \multicolumn{2}{|c|}{STABYLO} & HUGO\\
+\hline
+Embedding rate &  Adaptive & 10 \% &  10 \%\\
+\hline
+AUMP & 0.39  & 0.22     &  0.50     \\
+\hline
+Ensemble Classifier &   &      &      \\
+
+\hline
+\end{tabular}
+\end{center}
+\caption{Steganalysing STABYLO\label{table:steganalyse}} 
+\end{table}
+
+
index 16e8c8b6d6dd236433c3d4e770f263f79587878f..745751fd2ce63effdb2e630fadc6be8887d84172 100644 (file)
--- a/intro.tex
+++ b/intro.tex
@@ -60,7 +60,7 @@ in cover image, edge pixels already break its continuity  and thus already conta
 pixels. In other words, minor changes in regular area are more dramatic than larger modifications in edge ones. 
 Our proposal is thus to embed message bits into edge shapes while preserving other smooth regions. 
 
-Edge based steganographic schemes have bee already studied~\cite{Luo:2010:EAI:1824719.1824720,DBLP:journals/eswa/ChenCL10}.
+Edge based steganographic schemes have been already studied~\cite{Luo:2010:EAI:1824719.1824720,DBLP:journals/eswa/ChenCL10}.
 In the former, the authors show how to select sharper edge regions with respect 
 to embedding rate: the larger the number of bits to be embedded, the coarse the edge regions are.
 Then the data hiding algorithm is achieved by applying LSBMR on pixels of this region. 
@@ -81,7 +81,7 @@ schemes~\cite{Luo:2010:EAI:1824719.1824720,DBLP:journals/eswa/ChenCL10,DBLP:conf
 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.
+Contrarely, we argue that some images should not 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.
index e28afc129af62ff449aaaf4086d0418f017566a4..9b1303262ea2eec549bac105de04398fbbd0683f 100755 (executable)
--- a/main.tex
+++ b/main.tex
@@ -22,6 +22,7 @@ a lightweight stego-secure edge-base steganography approach}
 * Authors in alphabetic order.\\
 }
 \newcommand{\JFC}[1]{\begin{color}{green}\textit{#1}\end{color}}
+\newcommand{\RC}[1]{\begin{color}{red}\textit{#1}\end{color}}
 % make the title area
 \maketitle
 
index 4dce9844a6777af6198b2220ffb5217697360470..f832695dc830ca094bc87b1cbfd1aa9c50ddfece 100644 (file)
@@ -41,11 +41,33 @@ scheme.
 
 \subsubsection{Edge Based Image Steganography}
 
+
 Edge Based Image Steganography schemes 
 already studied~\cite{Luo:2010:EAI:1824719.1824720,DBLP:journals/eswa/ChenCL10,DBLP:conf/ih/PevnyFB10} differ 
 how they select edge pixels, and  
 how they modify these ones.
 
+Image Quality: Edge Image Steganography
+\JFC{Raphael, les fuzzy edge detection sont souvent utilisés. 
+  il faudrait comparer les approches en terme de nombre de bits retournés,
+  en terme de complexité. } \cite{KF11}
+\RC{Ben, à voir car on peut choisir le nombre de pixel avec canny. Supposons que les fuzzy edge soient retourne un peu plus de points, on sera probablement plus détectable...  Finalement on devrait surement vendre notre truc en : on a choisi cet algo car il est performant en vitesse/qualité. Mais on peut aussi en utilisé d'autres :-)}
+
+There are  many techniques to  detect edges in  images. Main methods  are filter
+edge detection methods such as Sobel  or Canny filter, low order methods such as
+first order  and second order  methods, these methods  are based on  gradient or
+Laplace  operators and  fuzzy edge  methods which  are based  on fuzzy  logic to
+highlight edges.
+
+Of course, all the algorithms have  advantages and drawbacks which depend on the
+motivation  to  highlight  edges.   Unfortunately  unless testing  most  of  the
+algorithms, which  would require many  times, it is  quite difficult to  have an
+accurate idea on what would produce  such algorithm compared to another. That is
+why we have  chosen canny algorithm which is well  known, fast and implementable
+on many  kinds of architecture, such  as FPGA, smartphone,  desktop machines and
+GPU. And of course, we do not pretend that this is the best solution.
+
+
 First of all, let us discuss about compexity of edge detetction methods.
 Let then $M$ and $N$ be the dimension of the original image. 
 According to~\cite{Hu:2007:HPE:1282866.1282944},
@@ -63,6 +85,27 @@ modifies canny parameters to get a sufficiently large set of edge bits: this
 one is practically enlarged untill its size is at least twice as many larger 
 than the size of embedded message.
 
+Edge Based Image Steganography schemes 
+already studied~\cite{Luo:2010:EAI:1824719.1824720,DBLP:journals/eswa/ChenCL10,DBLP:conf/ih/PevnyFB10} differ 
+how they select edge pixels, and  
+how they modify these ones.
+
+First of all, let us discuss about compexity of edge detetction methods.
+Let then $M$ and $N$ be the dimension of the original image. 
+According to~\cite{Hu:2007:HPE:1282866.1282944},
+even if the fuzzy logic based edge detection methods~\cite{Tyan1993} 
+have promising results, its complexity is in $C_3 \times O(M \times N)$
+whereas the complexity on the Canny method~\cite{Canny:1986:CAE:11274.11275} 
+is in $C_1 \times O(M \times N)$ where  $C_1 < C_3$.
+\JFC{Verifier ceci...}
+In experiments detailled in this article, the canny method has been retained 
+but the whole approach can be updated to consider 
+the fuzzy logic edge detector.   
+
+Next, following~\cite{Luo:2010:EAI:1824719.1824720}, our scheme automatically
+modifies canny parameters to get a sufficiently large set of edge bits: this 
+one is practically enlarged untill its size is at least twice as many larger 
+than the size of embedded message.
 
 
 \subsubsection{Security Considerations}
@@ -82,6 +125,21 @@ it would thus be not possible to retrieve the original one in a
 polynomial time.   
 
 
+\subsubsection{Security Considerations}
+Among methods of message encryption/decryption 
+(see~\cite{DBLP:journals/ejisec/FontaineG07} for a survey)
+we implement the Blum-Goldwasser cryptosystem~\cite{Blum:1985:EPP:19478.19501}
+which is based on the Blum Blum Shub~\cite{DBLP:conf/crypto/ShubBB82} Pseudo Random Number Generator (PRNG) 
+for security reasons.
+It has been indeed proven~\cite{DBLP:conf/crypto/ShubBB82} that this PRNG 
+has the cryptographically security property, \textit{i.e.}, 
+for any sequence $L$ of output bits $x_i$, $x_{i+1}$, \ldots, $x_{i+L-1}$,
+there is no algorithm, whose time complexity is polynomial  in $L$, and 
+which allows to find $x_{i-1}$ and $x_{i+L}$ with a probability greater
+than $1/2$.
+Thus, even if the encrypted message would be extracted, 
+it would thus be not possible to retrieve the original one in a 
+polynomial time.