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

Private GIT Repository
t
[canny.git] / experiments.tex
1 \subsection{Adaptive Embedding Rate} 
2
3
4
5 \subsection{Image Quality}
6 The visual quality of the STABYLO scheme is evaluated in this section.
7 Four metrics are computed in these experiments : 
8 the Peak Signal to Noise Ratio (PSNR), 
9 the PSNR-HVS-M familly~\cite{PSECAL07,psnrhvsm11} , 
10 the BIQI~\cite{MB10,biqi11} and 
11 the weigthed PSNR (wPSNR)~\cite{DBLP:conf/ih/PereiraVMMP01}.
12 The first one is widely used but does not take into
13 account Human Visual System (HVS).
14 The other last ones have been designed to tackle this problem.
15
16 \begin{table}
17 \begin{center}
18 \begin{tabular}{|c|c|c|}
19 \hline
20 Embedding rate &  Adaptive 
21 10 \% &  \\
22 \hline
23 PSNR &  66.55    & 61.86     \\
24 \hline
25 PSNR-HVS-M & 78.6  & 72.9 \\
26 \hline
27 BIQI & 28.3 & 28.4 \\
28 \hline
29 wPSNR & 86.43& 77.47 \\
30 \hline
31 \end{tabular}
32 \end{center}
33 \caption{Quality measeures of our steganography approach\label{table:quality}} 
34 \end{table}
35
36
37 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.
38
39 \JFC{comparer aux autres approaches}
40
41
42 \subsection{Steganalysis}
43
44
45
46 The quality of our approach has been evaluated through the two 
47 AUMP~\cite{Fillatre:2012:ASL:2333143.2333587}
48 and Ensemble Classifier~\cite{DBLP:journals/tifs/KodovskyFH12} based steganalysers.
49 Both aims at detecting hidden bits in grayscale natural images and are 
50 considered as the state of the art of steganalysers in spatial domain~\cite{FK12}.
51 The former approach is based on a simplified parametric model of natural images.
52 Parameters are firstly estimated and a adaptive Asymptotically Uniformly Most Powerful
53 (AUMP) test is designed (theoretically and practically) to check whether
54 a natural image has stego content or not.  
55 In the latter, the authors show that the 
56 machine learning step, (which is often
57 implemented as support vector machine)
58 can be a favourably executed thanks to an Ensemble Classifiers.
59
60
61
62 \begin{table}
63 \begin{center}
64 \begin{tabular}{|c|c|c|c|}
65 Shemes & \multicolumn{2}{|c|}{STABYLO} & HUGO\\
66 \hline
67 Embedding rate &  Adaptive & 10 \% &  10 \%\\
68 \hline
69 AUMP & 0.39  & 0.22     &  0.50     \\
70 \hline
71 Ensemble Classifier &   &      &      \\
72
73 \hline
74 \end{tabular}
75 \end{center}
76 \caption{Steganalysing STABYLO\label{table:steganalyse}} 
77 \end{table}
78
79
80 \JFC{Raphael, il faut donner des résultats ici}