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

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