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

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