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

Private GIT Repository
10eaa19b874f7645ee854a86c7d1fd35e80da2c1
[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 \section{Experiments}\label{sec:experiments}
107 \input{experiments}
108
109
110 \section{Conclusion}\label{sec:concl}
111
112 The STABYLO algorithm, whose acronym means STeganography 
113 with cAnny, Bbs, binarY embedding at LOw cost, has been introduced 
114 in this document as an efficient method having comparable, though
115 somewhat smaller, security than the well-known
116 Highly Undetectable steGO (HUGO) steganographic scheme.
117 This edge-based steganographic approach embeds a Canny
118 detection filter, the Blum-Blum-Shub cryptographically secure
119 pseudorandom number generator, together with Syndrome-Trellis Codes
120 for minimizing distortion.
121 After having introduced with details the proposed method,
122 we have evaluated it through noise measures (namely, the PSNR, PSNR-HVS-M, 
123 BIQI, and weighted PSNR) and we have used well-established steganalysers.
124
125 % Of course, other detectors like the fuzzy edge methods
126 % deserve much further attention, which is why we intend 
127 % to investigate systematically all of these detectors in our next work.
128
129
130 c
131
132 For future work, the authors' intention is to investigate systematically 
133 all the existing edge detection methods, to see if the STABYLO evaluation scores can
134 be improved by replacing Canny with another edge filter. 
135 % We will try
136 % to take into account the least significant bits too during all the
137 % stages of the algorithm, hoping by doing so to be closer to the HUGO scores against 
138 % steganalyzers. 
139 Other steganalysers than the ones used in this document will be
140 examined for the sake of completeness. Finally, the
141 systematic replacement of all the LSBs of edges by binary digits provided
142 by the BBS generator will be investigated, and the consequences of such a 
143 replacement, in terms of security, will be discussed.
144 Furthermore, we plan to investigate information hiding on other models, such as high frequency for JPEG encoding.
145
146
147 \bibliographystyle{compj}
148 \bibliography{biblio}
149
150
151
152 \end{document}
153
154