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

Private GIT Repository
new
[canny.git] / main.tex
1 \documentclass[10pt]{article}
2 \usepackage{url}
3 \usepackage{graphicx}
4 \usepackage{mathptmx,amsmath,amssymb,bm}
5 \usepackage{subfig}
6 \usepackage{color}
7 \usepackage{mathtools,etoolbox}
8 \usepackage{cite}
9 \usepackage{setspace}
10 \usepackage[switch, modulo]{lineno}
11
12
13
14
15
16
17 \DeclarePairedDelimiter{\abs}{\lvert}{\rvert}
18
19 % correct bad hyphenation here
20 \hyphenation{op-tical net-works semi-conduc-tor}
21
22
23
24
25
26
27
28
29
30
31 \title{STABYLO: 
32 a lightweight %stego-secure 
33 edge-based steganographic approach}
34
35
36
37
38
39
40
41 \linenumbers
42
43
44 \author{Jean-Fran\c cois Couchot, Raphael Couturier, and  Christophe Guyeux*\\
45  $*:$ Authors in alphabetic order.\\
46   FEMTO-ST Institute, UMR 6174 CNRS\\
47   Computer Science Laboratory DISC,
48   University of Franche-Comt\'{e},
49   Besan\c con, France.
50 }
51 %\authorrunning{J.-F. Couchot, R. Couturier, and  C. Guyeux}
52
53 %\mail{jean-francois.couchot@femto-st.fr}
54
55 \newcommand{\JFC}[1]{\begin{color}{green}\textit{#1}\end{color}}
56 \newcommand{\RC}[1]{\begin{color}{red}\textit{}\end{color}}
57 \newcommand{\CG}[1]{\begin{color}{blue}\textit{}\end{color}}
58 % make the title area
59
60
61
62 %IEEEtran, journal, \LaTeX, paper, template.
63 %\keywords{Steganography, least-significant-bit (LSB)-based steganography, edge detection, Canny filter, security, syndrome trellis codes}
64
65
66
67
68
69
70 \begin{document}
71
72 \maketitle
73
74 \doublespacing 
75
76 \begin{abstract}
77 A novel steganographic method called STABYLO is introduced in 
78 this research work.
79 Its main advantage is to be much lighter than the so-called
80 Highly Undetectable steGO (HUGO) scheme, a well-known state of the art
81 steganographic process in the spatial domain.
82 Additionally to this effectiveness, 
83 quite comparable results through noise measures like PSNR-HVS-M, 
84 and weighted PSNR (wPSNR) are obtained.
85 To achieve the proposed goal, famous experimented 
86 components of signal processing, 
87 coding theory, and cryptography are combined together, leading to 
88 a scheme that can reasonably face up-to-date steganalysers.
89 \end{abstract}
90
91
92
93
94
95
96 \section{Introduction}\label{sec:intro}
97 \input{intro.tex}
98
99
100 \section{Presentation of the Proposed Approach}\label{sec:ourapproach}
101 \input{ourapproach.tex}
102
103 \section{Experiments}\label{sec:experiments}
104 \input{experiments}
105
106
107 \section{Conclusion}\label{sec:concl}
108
109 The STABYLO algorithm, whose acronym means STeganography 
110 with cAnny, Bbs, binarY embedding at LOw cost, has been introduced 
111 in this document as an efficient method having comparable, though
112 somewhat smaller, security than the well-known
113 Highly Undetectable steGO (HUGO) steganographic scheme.
114 This edge-based steganographic approach embeds a Canny
115 detection filter, the Blum-Blum-Shub cryptographically secure
116 pseudorandom number generator, together with Syndrome-Trellis Codes
117 for minimizing distortion.
118 After having introduced with details the proposed method,
119 we have evaluated it through noise measures (namely, the PSNR, PSNR-HVS-M, 
120 BIQI, and weighted PSNR) and we have used well-established steganalysers.
121
122 % Of course, other detectors like the fuzzy edge methods
123 % deserve much further attention, which is why we intend 
124 % to investigate systematically all of these detectors in our next work.
125
126
127
128
129 For future work, the authors' intention is to investigate systematically 
130 all the existing edge detection methods, to see if the STABYLO evaluation scores can
131 be improved by replacing Canny with another edge filter. 
132 % We will try
133 % to take into account the least significant bits too during all the
134 % stages of the algorithm, hoping by doing so to be closer to the HUGO scores against 
135 % steganalyzers. 
136 Other steganalysers than the ones used in this document will be
137 examined for the sake of completeness. Finally, the
138 systematic replacement of all the LSBs of edges by binary digits provided
139 by the BBS generator will be investigated, and the consequences of such a 
140 replacement, in terms of security, will be discussed.
141 Furthermore, we plan to investigate information hiding on other models, such as high frequency for JPEG encoding.
142
143
144 \bibliographystyle{plain}
145 \bibliography{biblio}
146
147
148
149 \end{document}
150
151