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

Private GIT Repository
249436fedcab16dcee37eb48d20b4e12f9f373aa
[canny.git] / main.tex
1 \documentclass[twocolumn]{svjour3}          % twocolumn
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: 
35 STeganography with 
36 Adaptive,  Bbs, and binarY embedding at LOw cost.}
37
38 \author{Jean-Fran\c cois Couchot, Raphael Couturier, and  Christophe Guyeux\thanks{Authors in alphabetic order}}
39
40
41 \institute{ Jean-Fran\c cois Couchot, Raphael Couturier, and  Christophe Guyeux \at 
42   FEMTO-ST Institute, UMR 6174 CNRS\\
43   Computer Science Laboratory DISC,
44   University of Franche-Comt\'{e},
45   Besan\c con, France.
46 \email{\{jean-francois.couchot, raphael.couturier, christophe.guyeux\}@univ-fcomte.fr}
47 }
48
49
50 \date{Received: date / Accepted: date}
51
52
53
54
55
56
57
58
59
60
61 \newcommand{\JFC}[1]{\begin{color}{green}\textit{#1}\end{color}}
62 \newcommand{\RC}[1]{\begin{color}{red}\textit{}\end{color}}
63 \newcommand{\CG}[1]{\begin{color}{blue}\textit{}\end{color}}
64 % make the title area
65
66
67
68 %IEEEtran, journal, \LaTeX, paper, template.
69 \keywords{Steganography, least-significant-bit (LSB)-based steganography, edge detection, Canny filter, security, syndrome trellis codes}
70
71
72
73
74
75
76
77
78 \maketitle
79
80
81 \begin{abstract}
82
83 A new steganographic method called STABYLO is introduced in 
84 this research work.
85 Its main advantage is to be much lighter than the so-called
86 Highly Undetectable steGO (HUGO) scheme, a well-known state of the art
87 steganographic process in the spatial domain.
88 Additionally to this effectiveness, 
89 quite comparable results through noise measures like PSNR-HVS-M, 
90 and weighted PSNR (wPSNR) are obtained.
91 To achieve the proposed goal, famous experimented 
92 components of signal processing, 
93 coding theory, and cryptography are combined together, leading to 
94 a scheme that can reasonably face up-to-date steganalysers.
95 \end{abstract}
96
97
98
99
100
101
102 \section{Introduction}\label{sec:intro}
103 \input{intro.tex}
104
105
106 \section{Presentation of the Proposed Approach}\label{sec:ourapproach}
107 \input{ourapproach.tex}
108
109
110 \section{Complexity Analysis}\label{sub:complexity}
111 \input{complexity}
112
113 \section{Experiments}\label{sec:experiments}
114 \input{experiments}
115
116
117 \section{Conclusion}\label{sec:concl}
118
119 The STABYLO algorithm, whose acronym means STeganography with 
120 Adaptive,  Bbs, and binarY embedding at LOw cost, has been introduced 
121 in this document as an efficient method having comparable, though
122 somewhat smaller, security than the well-known
123 Highly Undetectable steGO (HUGO) steganographic scheme.
124 This edge-based steganographic approach embeds a Canny
125 detection filter, the Blum-Blum-Shub cryptographically secure
126 pseudorandom number generator, together with Syndrome-Trellis Codes
127 for minimizing distortion.
128 After having introduced with details the proposed method,
129 we have evaluated it through noise measures (namely, the PSNR, PSNR-HVS-M, 
130 BIQI, and weighted PSNR), we have used well-established steganalysers.
131
132 % Of course, other detectors like the fuzzy edge methods
133 % deserve much further attention, which is why we intend 
134 % to investigate systematically all of these detectors in our next work.
135
136
137 For future work, the authors' intention is to investigate systematically 
138 all the existing edge detection methods, to see if the STABYLO evaluation scores can
139 be improved by replacing Canny with another edge filter. 
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{abbrev,biblioand}
150
151
152
153 \end{document}
154
155